        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        html {
            scroll-behavior: smooth;
        }
        body {
            font-family: 'Segoe UI', 'Roboto', system-ui, -apple-system, sans-serif;
            background: #0b0e1a;
            color: #e8e6e3;
            line-height: 1.75;
            font-size: 16px;
        }
        a {
            color: #f5c542;
            text-decoration: none;
            transition: color 0.2s;
        }
        a:hover {
            color: #ffdd77;
        }
        img {
            max-width: 100%;
            height: auto;
            display: block;
        }
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }
        header {
            background: linear-gradient(135deg, #0f1422 0%, #1a1f33 100%);
            border-bottom: 2px solid #f5c54233;
            padding: 16px 0;
            position: sticky;
            top: 0;
            z-index: 100;
            backdrop-filter: blur(8px);
        }
        .header-inner {
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
        }
        .my-logo {
            font-size: 1.8rem;
            font-weight: 800;
            background: linear-gradient(135deg, #f5c542, #f7d87a);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            letter-spacing: 1px;
            text-shadow: 0 0 20px #f5c54222;
        }
        .my-logo:hover {
            opacity: 0.9;
        }
        .my-logo small {
            font-size: 0.7rem;
            -webkit-text-fill-color: #aaa;
            display: block;
            font-weight: 400;
        }
        .nav-toggle {
            display: none;
            font-size: 1.6rem;
            background: none;
            border: none;
            color: #f5c542;
            cursor: pointer;
            padding: 4px 8px;
        }
        nav {
            display: flex;
            gap: 8px 20px;
            flex-wrap: wrap;
            align-items: center;
        }
        nav a {
            color: #ccc;
            font-weight: 500;
            padding: 6px 0;
            border-bottom: 2px solid transparent;
            transition: 0.2s;
            font-size: 0.95rem;
        }
        nav a:hover {
            color: #f5c542;
            border-bottom-color: #f5c542;
        }
        .nav-active {
            color: #f5c542 !important;
            border-bottom-color: #f5c542 !important;
        }
        .breadcrumb {
            padding: 12px 0 4px;
            font-size: 0.85rem;
            color: #999;
        }
        .breadcrumb span {
            color: #f5c542;
        }
        .hero {
            padding: 40px 0 20px;
            text-align: center;
        }
        .hero h1 {
            font-size: 2.6rem;
            font-weight: 800;
            background: linear-gradient(135deg, #f5c542, #f0d06a);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            line-height: 1.2;
            margin-bottom: 12px;
        }
        .hero .sub {
            color: #bbb;
            font-size: 1.1rem;
            max-width: 720px;
            margin: 0 auto 20px;
        }
        .hero .meta {
            color: #888;
            font-size: 0.9rem;
        }
        .hero .meta i {
            color: #f5c542;
            margin-right: 4px;
        }
        .search-box {
            background: #181e30;
            border-radius: 40px;
            padding: 4px 4px 4px 20px;
            display: flex;
            max-width: 520px;
            margin: 24px auto 0;
            border: 1px solid #2a3250;
        }
        .search-box input {
            flex: 1;
            background: transparent;
            border: none;
            color: #eee;
            padding: 10px 0;
            font-size: 1rem;
            outline: none;
        }
        .search-box input::placeholder {
            color: #777;
        }
        .search-box button {
            background: #f5c542;
            border: none;
            border-radius: 40px;
            padding: 10px 28px;
            font-weight: 700;
            color: #0b0e1a;
            cursor: pointer;
            transition: 0.2s;
        }
        .search-box button:hover {
            background: #ffdd77;
            transform: scale(1.02);
        }
        .content {
            padding: 30px 0 60px;
        }
        .content h2 {
            font-size: 2rem;
            color: #f5c542;
            margin: 48px 0 16px;
            border-left: 5px solid #f5c542;
            padding-left: 18px;
        }
        .content h3 {
            font-size: 1.5rem;
            color: #f0d06a;
            margin: 32px 0 12px;
        }
        .content h4 {
            font-size: 1.2rem;
            color: #ddc27a;
            margin: 24px 0 8px;
        }
        .content p {
            margin-bottom: 18px;
            color: #d5d3d0;
        }
        .content ul,
        .content ol {
            margin: 12px 0 20px 28px;
            color: #ccc;
        }
        .content li {
            margin-bottom: 6px;
        }
        .content .highlight {
            background: #1e2440;
            border-left: 4px solid #f5c542;
            padding: 18px 22px;
            border-radius: 0 12px 12px 0;
            margin: 24px 0;
        }
        .content .highlight strong {
            color: #f5c542;
        }
        .content .stat-box {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
            gap: 16px;
            margin: 24px 0;
        }
        .content .stat-item {
            background: #141a2a;
            border-radius: 16px;
            padding: 20px 16px;
            text-align: center;
            border: 1px solid #2a3250;
        }
        .content .stat-item .num {
            font-size: 2.2rem;
            font-weight: 800;
            color: #f5c542;
        }
        .content .stat-item .label {
            font-size: 0.9rem;
            color: #aaa;
            margin-top: 4px;
        }
        .content .card-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
            gap: 20px;
            margin: 24px 0;
        }
        .content .card {
            background: #141a2a;
            border-radius: 16px;
            padding: 20px;
            border: 1px solid #2a3250;
            transition: 0.25s;
        }
        .content .card:hover {
            border-color: #f5c542;
            transform: translateY(-4px);
            box-shadow: 0 8px 30px #00000044;
        }
        .content .card h4 {
            margin-top: 0;
        }
        .content .card i {
            color: #f5c542;
            margin-right: 6px;
        }
        .featured-img {
            border-radius: 20px;
            margin: 30px 0;
            box-shadow: 0 10px 40px #00000066;
        }
        .interview {
            background: #101624;
            border-radius: 20px;
            padding: 28px 30px;
            margin: 32px 0;
            border: 1px solid #2a3250;
        }
        .interview .q {
            color: #f5c542;
            font-weight: 700;
        }
        .interview .a {
            color: #ccc;
            margin-bottom: 16px;
            padding-left: 20px;
            border-left: 2px solid #2a3250;
        }
        .feedback-section {
            background: #101624;
            border-radius: 20px;
            padding: 30px;
            margin: 40px 0;
            border: 1px solid #2a3250;
        }
        .feedback-section h3 {
            margin-top: 0;
        }
        .form-group {
            margin-bottom: 16px;
        }
        .form-group label {
            display: block;
            font-weight: 600;
            margin-bottom: 4px;
            color: #ddd;
        }
        .form-group input,
        .form-group textarea,
        .form-group select {
            width: 100%;
            padding: 12px 16px;
            background: #0b0e1a;
            border: 1px solid #2a3250;
            border-radius: 8px;
            color: #eee;
            font-size: 1rem;
        }
        .form-group textarea {
            min-height: 100px;
            resize: vertical;
        }
        .form-group input:focus,
        .form-group textarea:focus {
            border-color: #f5c542;
            outline: none;
        }
        .btn {
            background: #f5c542;
            border: none;
            border-radius: 40px;
            padding: 12px 32px;
            font-weight: 700;
            color: #0b0e1a;
            cursor: pointer;
            transition: 0.2s;
            font-size: 1rem;
        }
        .btn:hover {
            background: #ffdd77;
            transform: scale(1.02);
        }
        .star-rating {
            display: flex;
            gap: 6px;
            font-size: 1.8rem;
            color: #444;
            cursor: pointer;
        }
        .star-rating .star.active {
            color: #f5c542;
        }
        .star-rating .star:hover {
            color: #f5c542;
        }
        footer {
            background: #0a0d18;
            border-top: 1px solid #1e2440;
            padding: 40px 0 20px;
            margin-top: 40px;
        }
        footer .flex {
            display: flex;
            flex-wrap: wrap;
            gap: 30px;
            justify-content: space-between;
        }
        footer .col {
            flex: 1 1 220px;
        }
        footer h4 {
            color: #f5c542;
            margin-bottom: 12px;
            font-size: 1.1rem;
        }
        footer a {
            display: block;
            color: #aaa;
            padding: 3px 0;
            font-size: 0.9rem;
        }
        footer a:hover {
            color: #f5c542;
        }
        .friend-link {
            display: flex;
            flex-wrap: wrap;
            gap: 8px 18px;
            padding: 20px 0 10px;
            border-top: 1px solid #1e2440;
            margin-top: 20px;
        }
        .friend-link a {
            color: #f5c54299;
        }
        .friend-link a:hover {
            color: #f5c542;
        }
        .copyright {
            text-align: center;
            color: #666;
            font-size: 0.85rem;
            padding: 20px 0 0;
            border-top: 1px solid #1e2440;
            margin-top: 20px;
        }
        .copyright strong {
            color: #999;
        }
        @media (max-width: 768px) {
            .nav-toggle {
                display: block;
            }
            nav {
                display: none;
                width: 100%;
                flex-direction: column;
                padding: 16px 0 8px;
                gap: 6px;
            }
            nav.open {
                display: flex;
            }
            .header-inner {
                align-items: center;
            }
            .hero h1 {
                font-size: 1.8rem;
            }
            .hero .sub {
                font-size: 0.95rem;
            }
            .content h2 {
                font-size: 1.6rem;
            }
            .content h3 {
                font-size: 1.25rem;
            }
            .feedback-section {
                padding: 20px;
            }
            .search-box {
                flex-direction: column;
                border-radius: 24px;
                padding: 12px;
                gap: 8px;
            }
            .search-box button {
                width: 100%;
            }
            .my-logo {
                font-size: 1.4rem;
            }
            .breadcrumb {
                font-size: 0.75rem;
            }
            .content .stat-box {
                grid-template-columns: 1fr 1fr;
            }
        }
        @media (max-width: 480px) {
            .hero h1 {
                font-size: 1.5rem;
            }
            .content .stat-box {
                grid-template-columns: 1fr;
            }
            .content .card-grid {
                grid-template-columns: 1fr;
            }
        }
        ::-webkit-scrollbar {
            width: 8px;
        }
        ::-webkit-scrollbar-track {
            background: #0b0e1a;
        }
        ::-webkit-scrollbar-thumb {
            background: #2a3250;
            border-radius: 10px;
        }
        ::-webkit-scrollbar-thumb:hover {
            background: #f5c54244;
        }
