* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        body {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            background: #0b0e1a;
            color: #e4e4e7;
            line-height: 1.7;
            font-size: 16px;
            scroll-behavior: smooth;
        }
        a {
            color: #f5c842;
            text-decoration: none;
            transition: color 0.2s ease;
        }
        a:hover {
            color: #ffdd77;
            text-decoration: underline;
        }
        img {
            max-width: 100%;
            height: auto;
            display: block;
            border-radius: 10px;
        }
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }
        header {
            background: linear-gradient(145deg, #0f1322, #1a1f35);
            padding: 18px 0;
            border-bottom: 2px solid #f5c84233;
            position: sticky;
            top: 0;
            z-index: 1000;
            backdrop-filter: blur(12px);
            box-shadow: 0 4px 30px rgba(0, 0, 0, 0.6);
        }
        .header-inner {
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
            gap: 15px;
        }
        .my-logo {
            font-size: 28px;
            font-weight: 800;
            letter-spacing: 1px;
            background: linear-gradient(135deg, #f5c842, #f9a825);
            -webkit-background-clip: text;
            background-clip: text;
            color: transparent;
            text-shadow: 0 0 20px #f5c84233;
            transition: transform 0.2s;
        }
        .my-logo:hover {
            transform: scale(1.02);
            text-decoration: none;
        }
        .my-logo i {
            color: #f5c842;
            font-size: 26px;
            margin-right: 6px;
        }
        .nav-wrapper {
            display: flex;
            align-items: center;
            gap: 10px;
        }
        .nav-list {
            display: flex;
            list-style: none;
            gap: 6px 16px;
            flex-wrap: wrap;
        }
        .nav-list li a {
            padding: 8px 14px;
            border-radius: 30px;
            font-weight: 500;
            font-size: 14px;
            background: transparent;
            border: 1px solid transparent;
            transition: all 0.25s;
            color: #cdd0d8;
        }
        .nav-list li a:hover {
            background: #f5c84218;
            border-color: #f5c84255;
            color: #f5c842;
            text-decoration: none;
        }
        .nav-list li a i {
            margin-right: 6px;
            font-size: 13px;
        }
        .hamburger {
            display: none;
            background: none;
            border: none;
            font-size: 28px;
            color: #f5c842;
            cursor: pointer;
            padding: 6px 10px;
            border-radius: 8px;
            transition: background 0.2s;
        }
        .hamburger:hover {
            background: #ffffff0c;
        }
        .hamburger i {
            font-size: 28px;
        }
        .breadcrumb {
            background: #141a2b;
            padding: 12px 0;
            border-bottom: 1px solid #ffffff0a;
        }
        .breadcrumb ul {
            list-style: none;
            display: flex;
            flex-wrap: wrap;
            gap: 6px 12px;
            font-size: 13px;
        }
        .breadcrumb ul li {
            display: flex;
            align-items: center;
            gap: 6px;
        }
        .breadcrumb ul li+li::before {
            content: "›";
            color: #f5c84288;
            font-weight: 700;
            margin-right: 6px;
        }
        .breadcrumb ul li a {
            color: #9ca3af;
        }
        .breadcrumb ul li a:hover {
            color: #f5c842;
        }
        .breadcrumb ul li:last-child {
            color: #f5c842;
            font-weight: 500;
        }
        main {
            padding: 40px 0 60px;
        }
        .content-grid {
            display: grid;
            grid-template-columns: 1fr 300px;
            gap: 40px;
        }
        .article-body h1 {
            font-size: 2.4rem;
            font-weight: 800;
            color: #f5c842;
            line-height: 1.2;
            margin-bottom: 16px;
            text-shadow: 0 2px 20px #f5c84218;
        }
        .article-body .subhead {
            font-size: 1.1rem;
            color: #b0b5c7;
            margin-bottom: 30px;
            border-left: 4px solid #f5c842;
            padding-left: 18px;
        }
        .article-body h2 {
            font-size: 1.8rem;
            font-weight: 700;
            color: #f5c842;
            margin-top: 50px;
            margin-bottom: 18px;
            border-bottom: 2px solid #ffffff0c;
            padding-bottom: 10px;
        }
        .article-body h3 {
            font-size: 1.35rem;
            font-weight: 600;
            color: #f0d68a;
            margin-top: 32px;
            margin-bottom: 12px;
        }
        .article-body h4 {
            font-size: 1.1rem;
            font-weight: 600;
            color: #e0c87a;
            margin-top: 22px;
            margin-bottom: 8px;
        }
        .article-body p {
            margin-bottom: 18px;
            color: #d1d4dd;
            font-size: 1rem;
        }
        .article-body strong {
            color: #f5f0e0;
            font-weight: 600;
        }
        .article-body ul,
        .article-body ol {
            margin: 12px 0 22px 22px;
            color: #d1d4dd;
        }
        .article-body li {
            margin-bottom: 8px;
        }
        .highlight-box {
            background: linear-gradient(135deg, #1a1f35, #0f1322);
            border-left: 5px solid #f5c842;
            padding: 20px 26px;
            border-radius: 0 14px 14px 0;
            margin: 28px 0;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
        }
        .highlight-box p {
            margin-bottom: 0;
            color: #e8e6e0;
        }
        .stat-table {
            width: 100%;
            border-collapse: collapse;
            margin: 24px 0;
            font-size: 0.95rem;
            background: #111624;
            border-radius: 12px;
            overflow: hidden;
        }
        .stat-table th {
            background: #1f2640;
            color: #f5c842;
            font-weight: 600;
            padding: 14px 16px;
            text-align: left;
        }
        .stat-table td {
            padding: 12px 16px;
            border-bottom: 1px solid #ffffff0a;
        }
        .stat-table tr:last-child td {
            border-bottom: none;
        }
        .stat-table tr:hover td {
            background: #1a1f3522;
        }
        .featured-img {
            margin: 30px 0;
            border-radius: 14px;
            overflow: hidden;
            box-shadow: 0 8px 40px rgba(0, 0, 0, 0.5);
        }
        .featured-img img {
            width: 100%;
            max-height: 480px;
            object-fit: cover;
        }
        .featured-img figcaption {
            padding: 12px 18px;
            background: #111624;
            font-size: 0.9rem;
            color: #9ca3af;
            border-top: 1px solid #ffffff0a;
        }
        .interview-card {
            background: #111624;
            border-radius: 16px;
            padding: 24px 28px;
            margin: 30px 0;
            border: 1px solid #ffffff0c;
            box-shadow: 0 6px 24px rgba(0, 0, 0, 0.2);
        }
        .interview-card .quote {
            font-style: italic;
            font-size: 1.05rem;
            color: #e8e6e0;
            border-left: 3px solid #f5c842;
            padding-left: 20px;
            margin: 12px 0;
        }
        .interview-card .attr {
            text-align: right;
            font-weight: 500;
            color: #f5c842;
            margin-top: 10px;
        }
        .sidebar {
            background: #111624;
            border-radius: 16px;
            padding: 24px 20px;
            border: 1px solid #ffffff0a;
            position: sticky;
            top: 100px;
            height: fit-content;
        }
        .sidebar h3 {
            font-size: 1.2rem;
            color: #f5c842;
            margin-bottom: 16px;
            border-bottom: 1px solid #ffffff0c;
            padding-bottom: 10px;
        }
        .sidebar ul {
            list-style: none;
            padding: 0;
        }
        .sidebar ul li {
            margin-bottom: 12px;
        }
        .sidebar ul li a {
            display: flex;
            align-items: center;
            gap: 10px;
            padding: 8px 12px;
            border-radius: 10px;
            background: #0b0e1a55;
            transition: all 0.2s;
            font-size: 0.95rem;
            color: #cdd0d8;
        }
        .sidebar ul li a:hover {
            background: #f5c84210;
            color: #f5c842;
            text-decoration: none;
            transform: translateX(4px);
        }
        .sidebar ul li a i {
            color: #f5c842;
            width: 20px;
            text-align: center;
        }
        .search-section {
            background: #111624;
            border-radius: 16px;
            padding: 30px;
            margin: 40px 0;
            border: 1px solid #ffffff0a;
        }
        .search-section h2 {
            margin-top: 0;
            border-bottom: none;
        }
        .search-form {
            display: flex;
            gap: 12px;
            flex-wrap: wrap;
            margin-top: 12px;
        }
        .search-form input {
            flex: 1;
            min-width: 200px;
            padding: 14px 20px;
            border-radius: 40px;
            border: 1px solid #ffffff1a;
            background: #0b0e1a;
            color: #e4e4e7;
            font-size: 1rem;
            outline: none;
            transition: border 0.25s;
        }
        .search-form input:focus {
            border-color: #f5c842;
        }
        .search-form button {
            padding: 14px 32px;
            border-radius: 40px;
            border: none;
            background: linear-gradient(135deg, #f5c842, #e6a800);
            color: #0b0e1a;
            font-weight: 700;
            font-size: 1rem;
            cursor: pointer;
            transition: transform 0.2s, box-shadow 0.2s;
            display: flex;
            align-items: center;
            gap: 8px;
        }
        .search-form button:hover {
            transform: scale(1.03);
            box-shadow: 0 6px 24px #f5c84233;
        }
        .feedback-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 30px;
            margin: 40px 0;
        }
        .feedback-card {
            background: #111624;
            border-radius: 16px;
            padding: 28px 26px;
            border: 1px solid #ffffff0a;
        }
        .feedback-card h3 {
            margin-top: 0;
            font-size: 1.3rem;
            color: #f5c842;
        }
        .feedback-card form {
            display: flex;
            flex-direction: column;
            gap: 16px;
            margin-top: 14px;
        }
        .feedback-card input,
        .feedback-card textarea {
            padding: 12px 18px;
            border-radius: 10px;
            border: 1px solid #ffffff1a;
            background: #0b0e1a;
            color: #e4e4e7;
            font-size: 0.95rem;
            outline: none;
            transition: border 0.25s;
            font-family: inherit;
        }
        .feedback-card input:focus,
        .feedback-card textarea:focus {
            border-color: #f5c842;
        }
        .feedback-card textarea {
            min-height: 100px;
            resize: vertical;
        }
        .feedback-card button {
            padding: 12px 24px;
            border-radius: 40px;
            border: none;
            background: linear-gradient(135deg, #f5c842, #e6a800);
            color: #0b0e1a;
            font-weight: 700;
            font-size: 1rem;
            cursor: pointer;
            transition: transform 0.2s, box-shadow 0.2s;
            align-self: flex-start;
            display: flex;
            align-items: center;
            gap: 8px;
        }
        .feedback-card button:hover {
            transform: scale(1.03);
            box-shadow: 0 6px 24px #f5c84233;
        }
        .star-rating {
            display: flex;
            gap: 6px;
            direction: rtl;
            justify-content: flex-end;
            padding: 6px 0;
        }
        .star-rating input {
            display: none;
        }
        .star-rating label {
            font-size: 28px;
            color: #ffffff22;
            cursor: pointer;
            transition: color 0.2s;
        }
        .star-rating label:hover,
        .star-rating label:hover~label,
        .star-rating input:checked~label {
            color: #f5c842;
        }
        .star-rating label i {
            font-size: 28px;
        }
        footer {
            background: #0a0d17;
            border-top: 2px solid #f5c84218;
            padding: 40px 0 30px;
            margin-top: 40px;
        }
        .footer-inner {
            display: grid;
            grid-template-columns: 2fr 1fr 1fr;
            gap: 40px;
        }
        .footer-inner h4 {
            color: #f5c842;
            font-size: 1.1rem;
            margin-bottom: 14px;
        }
        .footer-inner p,
        .footer-inner li {
            font-size: 0.9rem;
            color: #9ca3af;
        }
        .footer-inner ul {
            list-style: none;
            padding: 0;
        }
        .footer-inner ul li {
            margin-bottom: 8px;
        }
        .footer-inner ul li a {
            color: #b0b5c7;
        }
        .footer-inner ul li a:hover {
            color: #f5c842;
        }
        friend-link {
            display: block;
            margin-top: 30px;
            padding-top: 24px;
            border-top: 1px solid #ffffff0a;
            font-size: 0.9rem;
            color: #9ca3af;
            grid-column: 1 / -1;
        }
        friend-link a {
            color: #f5c842;
            margin: 0 8px;
        }
        friend-link a:hover {
            text-decoration: underline;
        }
        .copyright {
            text-align: center;
            padding-top: 24px;
            margin-top: 24px;
            border-top: 1px solid #ffffff0a;
            font-size: 0.85rem;
            color: #6b7280;
            grid-column: 1 / -1;
        }
        .copyright strong {
            color: #9ca3af;
        }
        @media (max-width: 992px) {
            .content-grid {
                grid-template-columns: 1fr;
            }
            .sidebar {
                position: static;
                margin-top: 40px;
            }
            .feedback-grid {
                grid-template-columns: 1fr;
            }
            .footer-inner {
                grid-template-columns: 1fr 1fr;
            }
        }
        @media (max-width: 768px) {
            .header-inner {
                flex-direction: row;
            }
            .nav-list {
                display: none;
                flex-direction: column;
                width: 100%;
                background: #0f1322;
                padding: 16px 12px;
                border-radius: 14px;
                margin-top: 12px;
                border: 1px solid #ffffff0a;
            }
            .nav-list.open {
                display: flex;
            }
            .hamburger {
                display: block;
            }
            .article-body h1 {
                font-size: 1.8rem;
            }
            .article-body h2 {
                font-size: 1.4rem;
            }
            .article-body h3 {
                font-size: 1.15rem;
            }
            .footer-inner {
                grid-template-columns: 1fr;
                gap: 24px;
            }
            .search-form {
                flex-direction: column;
            }
            .search-form button {
                width: 100%;
                justify-content: center;
            }
            .feedback-card button {
                width: 100%;
                justify-content: center;
            }
            .stat-table {
                font-size: 0.8rem;
            }
            .stat-table th,
            .stat-table td {
                padding: 8px 10px;
            }
        }
        @media (max-width: 480px) {
            .container {
                padding: 0 14px;
            }
            .my-logo {
                font-size: 20px;
            }
            .article-body h1 {
                font-size: 1.5rem;
            }
            .highlight-box {
                padding: 16px 18px;
            }
            .interview-card {
                padding: 18px 16px;
            }
            .sidebar {
                padding: 18px 14px;
            }
        }
