        *,
        *::before,
        *::after {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }
        html {
            scroll-behavior: smooth;
            font-size: 16px;
        }
        body {
            font-family: 'Segoe UI', system-ui, -apple-system, BlinkMacSystemFont, Roboto, 'Helvetica Neue', sans-serif;
            background: #0b0e14;
            color: #e8edf5;
            line-height: 1.7;
            padding: 0;
            margin: 0;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }
        img {
            max-width: 100%;
            height: auto;
            display: block;
        }
        a {
            color: #f0b429;
            text-decoration: none;
            transition: color 0.25s ease;
        }
        a:hover,
        a:focus-visible {
            color: #ffd966;
            text-decoration: underline;
        }
        ul,
        ol {
            padding-left: 1.5rem;
        }
        li {
            margin-bottom: 0.4rem;
        }
        h1,
        h2,
        h3,
        h4,
        h5,
        h6 {
            font-weight: 700;
            line-height: 1.25;
            color: #ffffff;
            margin-top: 1.8em;
            margin-bottom: 0.6em;
        }
        h1 {
            font-size: 2.4rem;
            margin-top: 0.4em;
        }
        h2 {
            font-size: 1.8rem;
            border-bottom: 2px solid #f0b42933;
            padding-bottom: 0.35rem;
        }
        h3 {
            font-size: 1.35rem;
        }
        h4 {
            font-size: 1.1rem;
            font-weight: 600;
        }
        p {
            margin-bottom: 1.2rem;
        }
        .container {
            max-width: 1120px;
            margin: 0 auto;
            padding: 0 1.2rem;
        }
        .site-header {
            background: #141a24;
            border-bottom: 2px solid #2a3440;
            padding: 0.8rem 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;
            gap: 0.8rem;
        }
        .my-logo {
            font-size: 1.7rem;
            font-weight: 800;
            background: linear-gradient(135deg, #f0b429, #f57c00);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            letter-spacing: -0.5px;
            display: flex;
            align-items: center;
            gap: 0.4rem;
        }
        .my-logo i {
            font-size: 1.6rem;
            -webkit-text-fill-color: #f0b429;
        }
        .my-logo:hover {
            opacity: 0.88;
            text-decoration: none;
        }
        .nav-toggle {
            display: none;
            background: none;
            border: 2px solid #f0b429;
            color: #f0b429;
            font-size: 1.6rem;
            padding: 0.3rem 0.8rem;
            border-radius: 6px;
            cursor: pointer;
            transition: 0.2s;
        }
        .nav-toggle:hover {
            background: #f0b42922;
        }
        .nav-menu {
            display: flex;
            gap: 0.2rem;
            flex-wrap: wrap;
            align-items: center;
        }
        .nav-menu a {
            padding: 0.5rem 1rem;
            border-radius: 6px;
            font-weight: 500;
            font-size: 0.92rem;
            color: #cfddee;
            transition: background 0.2s, color 0.2s;
        }
        .nav-menu a:hover,
        .nav-menu a:focus-visible {
            background: #f0b42918;
            color: #f0b429;
            text-decoration: none;
        }
        .nav-menu a.active {
            background: #f0b42922;
            color: #f0b429;
        }
        .breadcrumb {
            background: #10161f;
            padding: 0.6rem 0;
            font-size: 0.85rem;
            border-bottom: 1px solid #1f2a36;
        }
        .breadcrumb ol {
            display: flex;
            flex-wrap: wrap;
            list-style: none;
            padding: 0;
            gap: 0.3rem 0.6rem;
        }
        .breadcrumb li+li::before {
            content: "›";
            margin-right: 0.5rem;
            color: #6b7a8f;
            font-weight: 600;
        }
        .breadcrumb a {
            color: #9aabc0;
        }
        .breadcrumb .current {
            color: #f0b429;
            font-weight: 500;
        }
        main {
            padding: 2rem 0 3rem;
            min-height: 70vh;
        }
        .feature-image-wrapper {
            margin: 1.8rem 0 2.4rem;
            border-radius: 16px;
            overflow: hidden;
            box-shadow: 0 8px 40px rgba(0, 0, 0, 0.5);
            background: #1a222e;
            position: relative;
        }
        .feature-image-wrapper img {
            width: 100%;
            max-height: 520px;
            object-fit: cover;
            border-radius: 16px;
        }
        .feature-image-wrapper .img-caption {
            padding: 0.8rem 1.2rem;
            font-size: 0.85rem;
            color: #aabacf;
            background: #141a24;
            border-top: 1px solid #2a3440;
        }
        .info-box {
            background: #141a24;
            border-left: 5px solid #f0b429;
            padding: 1.2rem 1.6rem;
            border-radius: 0 12px 12px 0;
            margin: 1.6rem 0;
        }
        .info-box strong {
            color: #f0b429;
        }
        .highlight {
            background: #1e2736;
            padding: 0.1rem 0.5rem;
            border-radius: 4px;
            color: #ffd966;
        }
        .table-wrap {
            overflow-x: auto;
            margin: 1.6rem 0;
            border-radius: 12px;
            border: 1px solid #2a3440;
        }
        table {
            width: 100%;
            border-collapse: collapse;
            font-size: 0.95rem;
            background: #141a24;
        }
        th,
        td {
            padding: 0.8rem 1rem;
            text-align: left;
            border-bottom: 1px solid #1f2a36;
        }
        th {
            background: #1a232f;
            color: #f0b429;
            font-weight: 600;
            white-space: nowrap;
        }
        tr:last-child td {
            border-bottom: none;
        }
        tr:hover td {
            background: #1a232f33;
        }
        .card-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
            gap: 1.4rem;
            margin: 1.8rem 0;
        }
        .card {
            background: #141a24;
            border-radius: 14px;
            padding: 1.4rem 1.2rem;
            border: 1px solid #2a3440;
            transition: transform 0.25s ease, box-shadow 0.25s ease;
        }
        .card:hover {
            transform: translateY(-4px);
            box-shadow: 0 12px 32px rgba(240, 180, 41, 0.08);
            border-color: #f0b42944;
        }
        .card i {
            font-size: 1.8rem;
            color: #f0b429;
            margin-bottom: 0.6rem;
        }
        .card h3 {
            margin-top: 0.2rem;
            font-size: 1.2rem;
        }
        .interview-block {
            background: linear-gradient(145deg, #141a24, #1a232f);
            border-radius: 16px;
            padding: 1.8rem 2rem;
            margin: 2rem 0;
            border: 1px solid #2a3440;
            position: relative;
        }
        .interview-block::before {
            content: "💬";
            font-size: 2.4rem;
            position: absolute;
            top: -0.8rem;
            left: 1.2rem;
            background: #0b0e14;
            padding: 0 0.6rem;
        }
        .interview-block .quote {
            font-style: italic;
            font-size: 1.05rem;
            color: #cfddee;
            padding-left: 0.8rem;
            border-left: 3px solid #f0b429;
        }
        .interview-block .attribution {
            margin-top: 0.8rem;
            font-weight: 600;
            color: #f0b429;
        }
        .comment-section,
        .rating-section,
        .search-section {
            background: #141a24;
            border-radius: 16px;
            padding: 1.8rem 2rem;
            margin: 2.4rem 0;
            border: 1px solid #2a3440;
        }
        .form-group {
            margin-bottom: 1.2rem;
        }
        .form-group label {
            display: block;
            font-weight: 600;
            margin-bottom: 0.4rem;
            color: #cfddee;
        }
        .form-group input,
        .form-group textarea,
        .form-group select {
            width: 100%;
            padding: 0.7rem 1rem;
            border-radius: 8px;
            border: 1px solid #2a3440;
            background: #1a222e;
            color: #e8edf5;
            font-size: 0.95rem;
            font-family: inherit;
            transition: border 0.2s;
        }
        .form-group input:focus,
        .form-group textarea:focus,
        .form-group select:focus {
            outline: none;
            border-color: #f0b429;
            box-shadow: 0 0 0 3px #f0b42922;
        }
        .form-group textarea {
            min-height: 100px;
            resize: vertical;
        }
        .btn {
            display: inline-block;
            padding: 0.7rem 2rem;
            border-radius: 8px;
            font-weight: 600;
            font-size: 0.95rem;
            border: none;
            cursor: pointer;
            transition: background 0.25s, transform 0.15s;
            background: #f0b429;
            color: #0b0e14;
        }
        .btn:hover {
            background: #ffd966;
            transform: translateY(-1px);
        }
        .btn:active {
            transform: translateY(1px);
        }
        .btn-outline {
            background: transparent;
            border: 2px solid #f0b429;
            color: #f0b429;
        }
        .btn-outline:hover {
            background: #f0b42922;
        }
        .star-rating {
            display: flex;
            gap: 0.4rem;
            font-size: 2rem;
            cursor: pointer;
            direction: rtl;
            justify-content: flex-end;
        }
        .star-rating input {
            display: none;
        }
        .star-rating label {
            color: #3a4555;
            transition: color 0.2s;
            cursor: pointer;
        }
        .star-rating label:hover,
        .star-rating label:hover~label,
        .star-rating input:checked~label {
            color: #f0b429;
        }
        .search-form {
            display: flex;
            gap: 0.6rem;
            flex-wrap: wrap;
        }
        .search-form input {
            flex: 1;
            min-width: 180px;
        }
        .site-footer {
            background: #10161f;
            border-top: 2px solid #2a3440;
            padding: 2.4rem 0 1.2rem;
            margin-top: 2rem;
        }
        .footer-inner {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
            gap: 1.8rem;
            margin-bottom: 1.8rem;
        }
        .footer-inner h4 {
            color: #f0b429;
            margin-top: 0;
            font-size: 1.1rem;
            border-bottom: 1px solid #1f2a36;
            padding-bottom: 0.4rem;
        }
        .footer-inner ul {
            list-style: none;
            padding: 0;
        }
        .footer-inner li {
            margin-bottom: 0.4rem;
        }
        .footer-inner a {
            color: #9aabc0;
        }
        .footer-inner a:hover {
            color: #f0b429;
        }
        friend-link {
            display: block;
            background: #1a222e;
            border-radius: 12px;
            padding: 1.2rem 1.6rem;
            margin: 1.2rem 0;
            border: 1px solid #2a3440;
        }
        friend-link a {
            color: #f0b429;
            font-weight: 500;
        }
        .copyright {
            text-align: center;
            padding-top: 1.2rem;
            border-top: 1px solid #1f2a36;
            color: #6b7a8f;
            font-size: 0.85rem;
        }
        .copyright strong {
            color: #9aabc0;
        }
        @media (max-width: 768px) {
            h1 {
                font-size: 1.8rem;
            }
            h2 {
                font-size: 1.4rem;
            }
            .header-inner {
                flex-wrap: wrap;
            }
            .nav-toggle {
                display: block;
            }
            .nav-menu {
                display: none;
                width: 100%;
                flex-direction: column;
                background: #141a24;
                border-radius: 12px;
                padding: 0.8rem 0;
                border: 1px solid #2a3440;
                margin-top: 0.4rem;
            }
            .nav-menu.open {
                display: flex;
            }
            .nav-menu a {
                padding: 0.7rem 1.2rem;
                width: 100%;
                border-radius: 0;
            }
            .breadcrumb ol {
                font-size: 0.78rem;
            }
            .comment-section,
            .rating-section,
            .search-section {
                padding: 1.2rem 1rem;
            }
            .card-grid {
                grid-template-columns: 1fr;
            }
            .interview-block {
                padding: 1.4rem 1.2rem;
            }
            .feature-image-wrapper {
                margin: 1rem 0 1.6rem;
            }
            .star-rating {
                font-size: 1.6rem;
            }
            .search-form {
                flex-direction: column;
            }
        }
        @media (max-width: 480px) {
            .container {
                padding: 0 0.8rem;
            }
            h1 {
                font-size: 1.5rem;
            }
            .my-logo {
                font-size: 1.3rem;
            }
        }
        .text-muted {
            color: #6b7a8f;
        }
        .text-gold {
            color: #f0b429;
        }
        .mt-1 {
            margin-top: 1rem;
        }
        .mt-2 {
            margin-top: 2rem;
        }
        .mb-1 {
            margin-bottom: 1rem;
        }
        .mb-2 {
            margin-bottom: 2rem;
        }
        .flex-center {
            display: flex;
            align-items: center;
            gap: 0.6rem;
        }
        .last-updated {
            display: inline-block;
            background: #1e2736;
            padding: 0.3rem 1rem;
            border-radius: 20px;
            font-size: 0.85rem;
            color: #9aabc0;
            border: 1px solid #2a3440;
        }
        .last-updated i {
            margin-right: 0.4rem;
            color: #f0b429;
        }
