        *,
        *::before,
        *::after {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        html {
            scroll-behavior: smooth;
        }
        body {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            background: #0b0e14;
            color: #e8edf3;
            line-height: 1.7;
            font-size: 16px;
        }
        a {
            color: #6fa8ff;
            text-decoration: none;
            transition: color 0.2s;
        }
        a:hover {
            color: #a3c4ff;
            text-decoration: underline;
        }
        img {
            max-width: 100%;
            height: auto;
            display: block;
            border-radius: 12px;
        }
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }
        header {
            background: #141a24;
            border-bottom: 2px solid #2a354a;
            padding: 14px 0;
            position: sticky;
            top: 0;
            z-index: 1000;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.6);
        }
        .header-inner {
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
        }
        .my-logo {
            font-size: 1.8rem;
            font-weight: 700;
            background: linear-gradient(135deg, #f9b84a, #f57c2c);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            letter-spacing: -0.5px;
            display: flex;
            align-items: center;
            gap: 6px;
        }
        .my-logo i {
            -webkit-text-fill-color: #f9b84a;
            font-size: 1.6rem;
        }
        .my-logo small {
            font-size: 0.7rem;
            font-weight: 400;
            -webkit-text-fill-color: #9aaec9;
            letter-spacing: 0.3px;
        }
        .nav-toggle {
            display: none;
            background: none;
            border: 2px solid #3a4a62;
            color: #e8edf3;
            font-size: 1.6rem;
            padding: 6px 14px;
            border-radius: 8px;
            cursor: pointer;
            transition: 0.2s;
        }
        .nav-toggle:hover {
            border-color: #f9b84a;
            color: #f9b84a;
        }
        nav {
            display: flex;
            align-items: center;
            gap: 8px;
            flex-wrap: wrap;
        }
        nav a {
            color: #cdd9ed;
            padding: 8px 16px;
            border-radius: 8px;
            font-weight: 500;
            font-size: 0.95rem;
            transition: 0.2s;
            white-space: nowrap;
        }
        nav a:hover {
            background: #2a354a;
            color: #f9b84a;
            text-decoration: none;
        }
        nav a i {
            margin-right: 6px;
            font-size: 0.9rem;
        }
        .breadcrumb {
            background: #101620;
            padding: 12px 0;
            border-bottom: 1px solid #1e2a38;
            font-size: 0.9rem;
        }
        .breadcrumb ol {
            list-style: none;
            display: flex;
            flex-wrap: wrap;
            gap: 6px 12px;
        }
        .breadcrumb li+li::before {
            content: "›";
            margin-right: 12px;
            color: #6a7f9e;
        }
        .breadcrumb a {
            color: #8aa3c7;
        }
        .breadcrumb .active {
            color: #f9b84a;
            font-weight: 600;
        }
        main {
            padding: 30px 0 60px;
        }
        h1 {
            font-size: 2.6rem;
            font-weight: 800;
            margin: 0 0 16px;
            background: linear-gradient(135deg, #f9b84a, #f57c2c);
            -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: #f0d49e;
            border-left: 5px solid #f9b84a;
            padding-left: 18px;
        }
        h3 {
            font-size: 1.5rem;
            font-weight: 600;
            margin: 36px 0 14px;
            color: #d6e2f5;
        }
        h4 {
            font-size: 1.2rem;
            font-weight: 600;
            margin: 24px 0 10px;
            color: #b8cbe3;
        }
        p {
            margin: 0 0 18px;
            color: #d0dbea;
        }
        .lead {
            font-size: 1.2rem;
            color: #e8edf3;
            font-weight: 500;
            margin-bottom: 28px;
        }
        strong,
        b {
            color: #f0e6d0;
        }
        em {
            color: #f9b84a;
        }
        ul,
        ol {
            margin: 0 0 22px 24px;
            color: #d0dbea;
        }
        li {
            margin-bottom: 8px;
        }
        blockquote {
            border-left: 4px solid #f9b84a;
            background: #141e2c;
            padding: 18px 24px;
            margin: 24px 0;
            border-radius: 0 12px 12px 0;
            font-style: italic;
            color: #c8d8ee;
        }
        blockquote cite {
            display: block;
            margin-top: 10px;
            font-style: normal;
            font-size: 0.9rem;
            color: #8aa3c7;
        }
        .featured-image {
            margin: 32px 0 40px;
            border-radius: 16px;
            overflow: hidden;
            box-shadow: 0 8px 40px rgba(0, 0, 0, 0.5);
            background: #1a2436;
            padding: 8px;
        }
        .featured-image img {
            border-radius: 10px;
            width: 100%;
        }
        .featured-image figcaption {
            text-align: center;
            padding: 12px 8px 4px;
            font-size: 0.9rem;
            color: #8aa3c7;
        }
        .highlight-box {
            background: linear-gradient(145deg, #16202e, #1c2a3c);
            border: 1px solid #2d3d55;
            border-radius: 16px;
            padding: 24px 28px;
            margin: 32px 0;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
        }
        .highlight-box h4 {
            margin-top: 0;
            color: #f9b84a;
        }
        .highlight-box i {
            color: #f9b84a;
            margin-right: 8px;
        }
        .stats-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
            gap: 16px;
            margin: 24px 0;
        }
        .stat-item {
            background: #1a2436;
            border-radius: 12px;
            padding: 18px 14px;
            text-align: center;
            border: 1px solid #2a354a;
        }
        .stat-item .number {
            font-size: 2rem;
            font-weight: 800;
            color: #f9b84a;
            display: block;
        }
        .stat-item .label {
            font-size: 0.9rem;
            color: #8aa3c7;
            margin-top: 4px;
        }
        .search-section {
            margin: 40px 0 32px;
        }
        .search-form {
            display: flex;
            max-width: 560px;
            border-radius: 60px;
            overflow: hidden;
            border: 2px solid #2a354a;
            background: #101620;
            transition: 0.3s;
        }
        .search-form:focus-within {
            border-color: #f9b84a;
            box-shadow: 0 0 24px rgba(249, 184, 74, 0.15);
        }
        .search-form input {
            flex: 1;
            padding: 14px 20px;
            border: none;
            background: transparent;
            color: #e8edf3;
            font-size: 1rem;
            outline: none;
        }
        .search-form input::placeholder {
            color: #5a6f8a;
        }
        .search-form button {
            background: #f9b84a;
            border: none;
            padding: 0 28px;
            color: #0b0e14;
            font-weight: 700;
            font-size: 1rem;
            cursor: pointer;
            transition: 0.2s;
            display: flex;
            align-items: center;
            gap: 8px;
        }
        .search-form button:hover {
            background: #f7a72a;
        }
        .feedback-section {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 30px;
            margin: 48px 0;
        }
        @media (max-width:768px) {
            .feedback-section {
                grid-template-columns: 1fr;
            }
        }
        .feedback-card {
            background: #141e2c;
            border: 1px solid #2a354a;
            border-radius: 16px;
            padding: 24px 28px;
        }
        .feedback-card h3 {
            margin-top: 0;
            font-size: 1.3rem;
            color: #f0d49e;
        }
        .feedback-card h3 i {
            margin-right: 10px;
            color: #f9b84a;
        }
        .feedback-form label {
            display: block;
            margin: 14px 0 6px;
            font-weight: 500;
            color: #cdd9ed;
        }
        .feedback-form input,
        .feedback-form textarea,
        .feedback-form select {
            width: 100%;
            padding: 12px 16px;
            border: 1px solid #2a354a;
            border-radius: 10px;
            background: #101620;
            color: #e8edf3;
            font-size: 0.95rem;
            outline: none;
            transition: 0.2s;
            font-family: inherit;
        }
        .feedback-form input:focus,
        .feedback-form textarea:focus,
        .feedback-form select:focus {
            border-color: #f9b84a;
        }
        .feedback-form textarea {
            min-height: 100px;
            resize: vertical;
        }
        .feedback-form button {
            margin-top: 16px;
            background: #f9b84a;
            color: #0b0e14;
            border: none;
            padding: 12px 28px;
            border-radius: 60px;
            font-weight: 700;
            font-size: 1rem;
            cursor: pointer;
            transition: 0.2s;
            display: inline-flex;
            align-items: center;
            gap: 8px;
        }
        .feedback-form button:hover {
            background: #f7a72a;
            transform: translateY(-2px);
        }
        .star-rating {
            display: flex;
            gap: 6px;
            margin: 8px 0 4px;
            direction: rtl;
            justify-content: flex-end;
        }
        .star-rating input {
            display: none;
        }
        .star-rating label {
            font-size: 2rem;
            color: #3a4a62;
            cursor: pointer;
            transition: 0.2s;
        }
        .star-rating label:hover,
        .star-rating label:hover~label,
        .star-rating input:checked~label {
            color: #f9b84a;
        }
        friend-link {
            display: block;
            background: #141a24;
            border-top: 2px solid #2a354a;
            padding: 32px 0 24px;
            margin-top: 40px;
        }
        friend-link .container {
            display: flex;
            flex-wrap: wrap;
            gap: 12px 24px;
            justify-content: center;
        }
        friend-link a {
            color: #8aa3c7;
            font-size: 0.95rem;
            padding: 6px 12px;
            border-radius: 6px;
            transition: 0.2s;
            background: #1a2436;
        }
        friend-link a:hover {
            background: #2a354a;
            color: #f9b84a;
            text-decoration: none;
        }
        friend-link .label {
            font-weight: 600;
            color: #cdd9ed;
            margin-right: 8px;
        }
        footer {
            background: #0c111a;
            border-top: 1px solid #1e2a38;
            padding: 28px 0 20px;
            text-align: center;
        }
        footer p {
            font-size: 0.9rem;
            color: #5a6f8a;
            margin: 4px 0;
        }
        footer a {
            color: #8aa3c7;
        }
        footer .copyright {
            margin-top: 12px;
            border-top: 1px solid #1a2436;
            padding-top: 16px;
            font-size: 0.85rem;
        }
        @media (max-width:768px) {
            .nav-toggle {
                display: block;
            }
            nav {
                display: none;
                width: 100%;
                flex-direction: column;
                align-items: stretch;
                padding-top: 16px;
                gap: 4px;
            }
            nav.open {
                display: flex;
            }
            nav a {
                padding: 12px 16px;
                border-radius: 8px;
                background: #1a2436;
                margin-bottom: 4px;
            }
            h1 {
                font-size: 1.9rem;
            }
            h2 {
                font-size: 1.6rem;
            }
            h3 {
                font-size: 1.3rem;
            }
            .header-inner {
                align-items: center;
            }
            .my-logo {
                font-size: 1.4rem;
            }
            .stats-grid {
                grid-template-columns: repeat(2, 1fr);
            }
            .search-form {
                max-width: 100%;
            }
            .feedback-card {
                padding: 18px 16px;
            }
        }
        @media (max-width:480px) {
            .container {
                padding: 0 12px;
            }
            h1 {
                font-size: 1.6rem;
            }
            .stats-grid {
                grid-template-columns: 1fr 1fr;
                gap: 10px;
            }
            .stat-item .number {
                font-size: 1.6rem;
            }
        }
        ::-webkit-scrollbar {
            width: 8px;
        }
        ::-webkit-scrollbar-track {
            background: #0b0e14;
        }
        ::-webkit-scrollbar-thumb {
            background: #2a354a;
            border-radius: 6px;
        }
        ::-webkit-scrollbar-thumb:hover {
            background: #3a4a62;
        }
        .data-table {
            width: 100%;
            border-collapse: collapse;
            margin: 24px 0 32px;
            background: #141e2c;
            border-radius: 12px;
            overflow: hidden;
            border: 1px solid #2a354a;
        }
        .data-table th {
            background: #1c2a3c;
            color: #f0d49e;
            padding: 14px 16px;
            text-align: left;
            font-weight: 600;
        }
        .data-table td {
            padding: 12px 16px;
            border-top: 1px solid #1e2a38;
            color: #cdd9ed;
        }
        .data-table tr:hover td {
            background: #1a2436;
        }
