* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        body {
            font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
            background: #0b0e14;
            color: #e8edf5;
            line-height: 1.7;
            font-size: 16px;
        }
        a {
            color: #f0b45a;
            text-decoration: none;
            transition: color 0.2s;
        }
        a:hover {
            color: #ffd78c;
            text-decoration: underline;
        }
        img {
            max-width: 100%;
            height: auto;
            display: block;
        }
        .container {
            max-width: 1120px;
            margin: 0 auto;
            padding: 0 20px;
        }
        header {
            background: #141a24;
            border-bottom: 2px solid #2a3644;
            padding: 12px 0;
            position: sticky;
            top: 0;
            z-index: 100;
            backdrop-filter: blur(6px);
        }
        .header-inner {
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
        }
        .my-logo {
            font-size: 2.2rem;
            font-weight: 800;
            letter-spacing: 2px;
            background: linear-gradient(135deg, #f0b45a, #c37d2b);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            text-transform: uppercase;
            font-family: 'Impact', 'Arial Black', sans-serif;
            text-shadow: 0 0 20px rgba(240, 180, 90, 0.15);
        }
        .my-logo:hover {
            opacity: 0.9;
            text-decoration: none;
        }
        .nav-toggle {
            display: none;
            background: none;
            border: 1px solid #3d4d5e;
            color: #e8edf5;
            font-size: 1.6rem;
            padding: 6px 14px;
            border-radius: 6px;
            cursor: pointer;
            transition: 0.2s;
        }
        .nav-toggle:hover {
            background: #2a3644;
        }
        .nav-menu {
            display: flex;
            gap: 10px 22px;
            flex-wrap: wrap;
            align-items: center;
            list-style: none;
        }
        .nav-menu a {
            color: #c8d1de;
            font-weight: 500;
            padding: 6px 0;
            border-bottom: 2px solid transparent;
            transition: 0.2s;
        }
        .nav-menu a:hover {
            color: #f0b45a;
            border-bottom-color: #f0b45a;
            text-decoration: none;
        }
        .nav-menu .active {
            color: #f0b45a;
            border-bottom-color: #f0b45a;
        }
        .breadcrumb {
            background: #1a212d;
            padding: 10px 0;
            border-bottom: 1px solid #2a3644;
            font-size: 0.9rem;
        }
        .breadcrumb ol {
            list-style: none;
            display: flex;
            flex-wrap: wrap;
            gap: 6px 12px;
        }
        .breadcrumb li+li::before {
            content: "›";
            margin-right: 10px;
            color: #6a7a8a;
        }
        .breadcrumb a {
            color: #a0b0c0;
        }
        .breadcrumb .current {
            color: #f0b45a;
        }
        main {
            padding: 30px 0 50px;
        }
        h1 {
            font-size: 2.8rem;
            font-weight: 800;
            margin-bottom: 18px;
            background: linear-gradient(135deg, #f0b45a, #d48d2c);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            line-height: 1.2;
        }
        h2 {
            font-size: 2rem;
            font-weight: 700;
            margin: 48px 0 18px;
            color: #f0dbb0;
            border-left: 5px solid #f0b45a;
            padding-left: 18px;
        }
        h3 {
            font-size: 1.5rem;
            font-weight: 600;
            margin: 36px 0 14px;
            color: #e0cfa0;
        }
        h4 {
            font-size: 1.2rem;
            font-weight: 600;
            margin: 24px 0 10px;
            color: #d0bf90;
        }
        p {
            margin-bottom: 18px;
            color: #d5dde8;
        }
        .last-updated {
            font-size: 0.9rem;
            color: #8899aa;
            border-bottom: 1px solid #2a3644;
            padding-bottom: 12px;
            margin-bottom: 28px;
            display: flex;
            align-items: center;
            gap: 8px;
        }
        .featured-image {
            border-radius: 12px;
            margin: 24px 0 32px;
            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.5);
            border: 1px solid #2a3644;
        }
        .insight-box {
            background: #1a222f;
            border-left: 4px solid #f0b45a;
            padding: 18px 22px;
            border-radius: 0 10px 10px 0;
            margin: 24px 0;
        }
        .insight-box strong {
            color: #f0b45a;
        }
        .stats-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 18px;
            margin: 28px 0;
        }
        .stat-card {
            background: #141c28;
            border: 1px solid #2a3644;
            border-radius: 10px;
            padding: 20px;
            text-align: center;
            transition: transform 0.2s, box-shadow 0.2s;
        }
        .stat-card:hover {
            transform: translateY(-4px);
            box-shadow: 0 8px 24px rgba(240, 180, 90, 0.12);
        }
        .stat-card .number {
            font-size: 2.4rem;
            font-weight: 800;
            color: #f0b45a;
            display: block;
        }
        .stat-card .label {
            font-size: 0.95rem;
            color: #b0c0d0;
            margin-top: 4px;
        }
        .interview-block {
            background: #141c28;
            border: 1px solid #2a3644;
            border-radius: 12px;
            padding: 24px;
            margin: 28px 0;
        }
        .interview-block .interviewee {
            font-weight: 700;
            color: #f0b45a;
            font-size: 1.1rem;
        }
        .interview-block .quote {
            font-style: italic;
            padding-left: 16px;
            border-left: 3px solid #f0b45a;
            margin: 12px 0;
        }
        .feedback-section {
            background: #141c28;
            border: 1px solid #2a3644;
            border-radius: 14px;
            padding: 28px;
            margin: 40px 0;
        }
        .feedback-section form {
            display: flex;
            flex-direction: column;
            gap: 16px;
        }
        .feedback-section input,
        .feedback-section textarea,
        .feedback-section select {
            background: #0b0e14;
            border: 1px solid #2a3644;
            border-radius: 8px;
            padding: 12px 16px;
            color: #e8edf5;
            font-size: 1rem;
            font-family: inherit;
            transition: border 0.2s;
        }
        .feedback-section input:focus,
        .feedback-section textarea:focus,
        .feedback-section select:focus {
            outline: none;
            border-color: #f0b45a;
        }
        .feedback-section textarea {
            min-height: 100px;
            resize: vertical;
        }
        .feedback-section .btn {
            background: #f0b45a;
            color: #0b0e14;
            font-weight: 700;
            border: none;
            padding: 12px 28px;
            border-radius: 8px;
            cursor: pointer;
            font-size: 1rem;
            transition: background 0.2s, transform 0.1s;
            align-self: flex-start;
        }
        .feedback-section .btn:hover {
            background: #ffd078;
            transform: scale(1.02);
        }
        .feedback-section .btn:active {
            transform: scale(0.98);
        }
        .rating-group {
            display: flex;
            align-items: center;
            gap: 12px;
            flex-wrap: wrap;
        }
        .rating-group label {
            font-weight: 500;
        }
        friend-link {
            display: block;
            margin: 12px 0;
        }
        .friend-links-wrap {
            display: flex;
            flex-wrap: wrap;
            gap: 10px 24px;
            padding: 8px 0;
        }
        .friend-links-wrap a {
            color: #a0b8d0;
            font-size: 0.95rem;
        }
        .friend-links-wrap a:hover {
            color: #f0b45a;
        }
        footer {
            background: #0d121c;
            border-top: 2px solid #1f2a36;
            padding: 32px 0 24px;
            font-size: 0.95rem;
        }
        footer .copyright {
            color: #6a7a8a;
            margin-top: 16px;
            text-align: center;
            border-top: 1px solid #1f2a36;
            padding-top: 18px;
        }
        footer .footer-links {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 10px 28px;
            margin-bottom: 8px;
        }
        @media (max-width: 768px) {
            .nav-toggle {
                display: block;
            }
            .nav-menu {
                display: none;
                width: 100%;
                flex-direction: column;
                align-items: flex-start;
                padding: 16px 0 8px;
                gap: 6px;
            }
            .nav-menu.open {
                display: flex;
            }
            .nav-menu a {
                padding: 8px 0;
                border-bottom: none;
            }
            h1 {
                font-size: 2rem;
            }
            h2 {
                font-size: 1.6rem;
            }
            h3 {
                font-size: 1.3rem;
            }
            .stats-grid {
                grid-template-columns: 1fr 1fr;
            }
            .feedback-section {
                padding: 18px;
            }
            .header-inner {
                gap: 10px;
            }
        }
        @media (max-width: 480px) {
            .stats-grid {
                grid-template-columns: 1fr;
            }
            .container {
                padding: 0 14px;
            }
            h1 {
                font-size: 1.7rem;
            }
            .my-logo {
                font-size: 1.7rem;
            }
        }
        ::-webkit-scrollbar {
            width: 8px;
        }
        ::-webkit-scrollbar-track {
            background: #0b0e14;
        }
        ::-webkit-scrollbar-thumb {
            background: #2a3644;
            border-radius: 4px;
        }
        ::-webkit-scrollbar-thumb:hover {
            background: #3d4d5e;
        }
        .hidden-schema {
            display: none;
        }
