        *,
        *::before,
        *::after {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }
        html {
            scroll-behavior: smooth;
            font-size: 16px;
        }
        body {
            font-family: 'Segoe UI', Roboto, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
            line-height: 1.7;
            color: #1e2a3a;
            background: #f8fafc;
            padding: 0 1rem;
        }
        img {
            max-width: 100%;
            height: auto;
            display: block;
        }
        a {
            color: #0f6cbf;
            text-decoration: none;
            transition: color 0.2s ease;
        }
        a:hover {
            color: #084a8a;
            text-decoration: underline;
        }
        ul,
        ol {
            padding-left: 1.8rem;
        }
        li {
            margin-bottom: 0.4rem;
        }
        .container {
            max-width: 1120px;
            margin: 0 auto;
            background: #ffffff;
            border-radius: 28px 28px 0 0;
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.06);
            padding: 1.2rem 1.8rem 2.5rem;
            min-height: 100vh;
        }
        .site-header {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-between;
            padding: 1.2rem 0 0.8rem;
            border-bottom: 2px solid #eef2f6;
            position: relative;
        }
        .my-logo {
            font-size: 1.9rem;
            font-weight: 800;
            letter-spacing: -0.5px;
            background: linear-gradient(135deg, #f97316, #dc2626);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            gap: 0.3rem;
        }
        .my-logo i {
            -webkit-text-fill-color: #f97316;
            font-size: 2rem;
        }
        .my-logo:hover {
            opacity: 0.85;
            text-decoration: none;
        }
        .main-nav {
            display: flex;
            align-items: center;
            gap: 0.2rem;
        }
        .main-nav a {
            padding: 0.5rem 1rem;
            font-weight: 600;
            font-size: 0.95rem;
            color: #1e2a3a;
            border-radius: 40px;
            transition: background 0.2s, color 0.2s;
            white-space: nowrap;
        }
        .main-nav a:hover {
            background: #f9731618;
            color: #dc2626;
            text-decoration: none;
        }
        .main-nav a.active {
            background: #f97316;
            color: #fff;
        }
        .hamburger {
            display: none;
            font-size: 1.8rem;
            background: none;
            border: none;
            cursor: pointer;
            padding: 0.2rem 0.6rem;
            color: #1e2a3a;
            border-radius: 8px;
            transition: background 0.2s;
        }
        .hamburger:hover {
            background: #f1f5f9;
        }
        .breadcrumb {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 0.4rem 0.8rem;
            padding: 1rem 0 0.2rem;
            font-size: 0.88rem;
            color: #64748b;
        }
        .breadcrumb a {
            color: #0f6cbf;
        }
        .breadcrumb span {
            color: #94a3b8;
        }
        .breadcrumb .current {
            color: #1e2a3a;
            font-weight: 500;
        }
        h1 {
            font-size: 2.6rem;
            font-weight: 800;
            line-height: 1.2;
            margin: 1.4rem 0 1.2rem;
            background: linear-gradient(135deg, #1e293b, #dc2626);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }
        h2 {
            font-size: 1.9rem;
            font-weight: 700;
            margin: 2.8rem 0 1rem;
            padding-bottom: 0.3rem;
            border-bottom: 3px solid #f9731630;
            color: #1e293b;
        }
        h3 {
            font-size: 1.4rem;
            font-weight: 600;
            margin: 2rem 0 0.8rem;
            color: #334155;
        }
        h4 {
            font-size: 1.15rem;
            font-weight: 600;
            margin: 1.4rem 0 0.5rem;
            color: #475569;
        }
        p {
            margin-bottom: 1.2rem;
            color: #334155;
        }
        .lead {
            font-size: 1.2rem;
            font-weight: 400;
            color: #1e293b;
            border-left: 4px solid #f97316;
            padding-left: 1.4rem;
            margin: 1.8rem 0;
        }
        .last-updated {
            display: inline-block;
            font-size: 0.85rem;
            color: #64748b;
            background: #f1f5f9;
            padding: 0.3rem 1.2rem;
            border-radius: 40px;
            margin-bottom: 0.8rem;
        }
        .last-updated i {
            margin-right: 0.4rem;
        }
        .featured-figure {
            margin: 2rem 0 2.4rem;
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
            background: #f1f5f9;
        }
        .featured-figure img {
            width: 100%;
            height: auto;
            object-fit: cover;
            aspect-ratio: 1200/630;
        }
        .featured-figure figcaption {
            padding: 0.8rem 1.4rem;
            font-size: 0.9rem;
            color: #475569;
            background: #f8fafc;
            border-top: 1px solid #e2e8f0;
        }
        .search-box {
            background: #f1f5f9;
            border-radius: 60px;
            padding: 0.4rem 0.4rem 0.4rem 1.6rem;
            display: flex;
            align-items: center;
            max-width: 520px;
            margin: 1.8rem 0 2.2rem;
            border: 2px solid transparent;
            transition: border-color 0.3s, box-shadow 0.3s;
        }
        .search-box:focus-within {
            border-color: #f97316;
            box-shadow: 0 0 0 4px #f9731618;
        }
        .search-box input {
            flex: 1;
            border: none;
            background: transparent;
            padding: 0.7rem 0;
            font-size: 1rem;
            outline: none;
            color: #1e2a3a;
            min-width: 0;
        }
        .search-box input::placeholder {
            color: #94a3b8;
        }
        .search-box button {
            background: #f97316;
            border: none;
            color: #fff;
            font-weight: 600;
            padding: 0.65rem 1.8rem;
            border-radius: 40px;
            cursor: pointer;
            transition: background 0.2s, transform 0.1s;
            font-size: 0.95rem;
            display: flex;
            align-items: center;
            gap: 0.5rem;
            white-space: nowrap;
        }
        .search-box button:hover {
            background: #ea580c;
        }
        .search-box button:active {
            transform: scale(0.96);
        }
        .rating-area {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 1.2rem 2rem;
            padding: 1.2rem 1.8rem;
            background: #fef9ef;
            border-radius: 20px;
            margin: 1.8rem 0 2.2rem;
            border: 1px solid #fde68a;
        }
        .rating-stars {
            display: flex;
            gap: 0.2rem;
        }
        .rating-stars i {
            font-size: 1.8rem;
            color: #d1d5db;
            cursor: pointer;
            transition: color 0.2s, transform 0.15s;
        }
        .rating-stars i.active,
        .rating-stars i:hover {
            color: #f59e0b;
        }
        .rating-stars i:hover {
            transform: scale(1.2);
        }
        .rating-info {
            font-size: 1rem;
            color: #475569;
        }
        .rating-info strong {
            color: #1e293b;
        }
        .comment-section {
            margin: 3rem 0 2rem;
            padding: 2rem 1.8rem;
            background: #f8fafc;
            border-radius: 24px;
            border: 1px solid #e2e8f0;
        }
        .comment-section h3 {
            margin-top: 0;
        }
        .comment-form {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 1rem 1.2rem;
            margin: 1.4rem 0 1.8rem;
        }
        .comment-form input,
        .comment-form textarea {
            font-family: inherit;
            padding: 0.8rem 1.2rem;
            border: 2px solid #e2e8f0;
            border-radius: 14px;
            font-size: 1rem;
            transition: border-color 0.3s, box-shadow 0.3s;
            background: #fff;
            width: 100%;
        }
        .comment-form input:focus,
        .comment-form textarea:focus {
            border-color: #f97316;
            box-shadow: 0 0 0 4px #f9731618;
            outline: none;
        }
        .comment-form textarea {
            grid-column: 1 / -1;
            min-height: 120px;
            resize: vertical;
        }
        .comment-form button {
            grid-column: 1 / -1;
            background: #f97316;
            color: #fff;
            border: none;
            padding: 0.8rem 2rem;
            border-radius: 40px;
            font-weight: 600;
            font-size: 1.05rem;
            cursor: pointer;
            transition: background 0.2s, transform 0.1s;
            justify-self: start;
        }
        .comment-form button:hover {
            background: #ea580c;
        }
        .comment-form button:active {
            transform: scale(0.97);
        }
        .comment-list {
            margin-top: 1.8rem;
        }
        .comment-item {
            padding: 1rem 1.4rem;
            background: #fff;
            border-radius: 16px;
            margin-bottom: 0.8rem;
            border-left: 3px solid #f97316;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
        }
        .comment-item .meta {
            font-size: 0.85rem;
            color: #64748b;
            display: flex;
            gap: 1rem;
        }
        .comment-item .meta strong {
            color: #1e293b;
        }
        .table-wrap {
            overflow-x: auto;
            margin: 1.8rem 0;
            border-radius: 16px;
            border: 1px solid #e2e8f0;
        }
        table {
            width: 100%;
            border-collapse: collapse;
            font-size: 0.95rem;
        }
        th,
        td {
            padding: 0.9rem 1.2rem;
            text-align: left;
            border-bottom: 1px solid #e2e8f0;
        }
        th {
            background: #f97316;
            color: #fff;
            font-weight: 600;
        }
        tr:last-child td {
            border-bottom: none;
        }
        tr:hover td {
            background: #fef9ef;
        }
        .highlight-box {
            background: linear-gradient(135deg, #fef9ef, #fff7ed);
            border-left: 6px solid #f97316;
            padding: 1.4rem 2rem;
            border-radius: 16px;
            margin: 1.8rem 0;
        }
        .highlight-box p:last-child {
            margin-bottom: 0;
        }
        .tip-list li::marker {
            color: #f97316;
            font-size: 1.2rem;
        }
        .tip-list li {
            margin-bottom: 0.6rem;
        }
        .interview-block {
            background: #f1f5f9;
            border-radius: 20px;
            padding: 1.8rem 2rem;
            margin: 2rem 0;
        }
        .interview-block .quote {
            font-style: italic;
            font-size: 1.1rem;
            border-left: 4px solid #f97316;
            padding-left: 1.4rem;
            color: #1e293b;
        }
        .link-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
            gap: 0.6rem 1.2rem;
            margin: 1.4rem 0;
        }
        .link-grid a {
            display: inline-flex;
            align-items: center;
            gap: 0.4rem;
            padding: 0.3rem 0;
        }
        .link-grid a i {
            color: #f97316;
            font-size: 0.8rem;
        }
        friend-link {
            display: block;
            padding: 1.4rem 1.8rem;
            background: #1e293b;
            border-radius: 20px;
            color: #e2e8f0;
            margin: 2.4rem 0 1.4rem;
        }
        friend-link a {
            color: #fbbf24;
            font-weight: 500;
        }
        friend-link a:hover {
            color: #f59e0b;
            text-decoration: underline;
        }
        friend-link .fl-label {
            font-size: 0.85rem;
            text-transform: uppercase;
            letter-spacing: 1px;
            color: #94a3b8;
            margin-bottom: 0.6rem;
        }
        .site-footer {
            border-top: 2px solid #e2e8f0;
            padding: 1.8rem 0 0.8rem;
            margin-top: 2rem;
            text-align: center;
            font-size: 0.9rem;
            color: #64748b;
        }
        .site-footer .copyright {
            font-weight: 400;
        }
        @media (max-width: 820px) {
            .container {
                padding: 0.8rem 1rem 2rem;
                border-radius: 20px 20px 0 0;
            }
            h1 {
                font-size: 2rem;
            }
            h2 {
                font-size: 1.6rem;
            }
            h3 {
                font-size: 1.25rem;
            }
            .main-nav {
                display: none;
                flex-direction: column;
                width: 100%;
                background: #fff;
                padding: 1rem 0 0.8rem;
                border-top: 1px solid #e2e8f0;
                margin-top: 0.8rem;
            }
            .main-nav.open {
                display: flex;
            }
            .main-nav a {
                padding: 0.6rem 1rem;
                width: 100%;
                border-radius: 12px;
            }
            .hamburger {
                display: block;
            }
            .rating-area {
                flex-direction: column;
                align-items: flex-start;
                gap: 0.8rem;
            }
            .comment-form {
                grid-template-columns: 1fr;
            }
            .comment-form input {
                grid-column: 1 / -1;
            }
            .breadcrumb {
                font-size: 0.8rem;
                gap: 0.3rem 0.6rem;
            }
            .search-box {
                flex-wrap: wrap;
                border-radius: 30px;
                padding: 0.3rem 0.3rem 0.3rem 1rem;
            }
            .search-box input {
                padding: 0.5rem 0;
                font-size: 0.95rem;
            }
            .search-box button {
                padding: 0.5rem 1.4rem;
                font-size: 0.9rem;
            }
            .featured-figure {
                margin: 1.2rem 0 1.6rem;
            }
            .interview-block {
                padding: 1.2rem 1.2rem;
            }
            .highlight-box {
                padding: 1rem 1.2rem;
            }
            .link-grid {
                grid-template-columns: 1fr;
            }
        }
        @media (max-width: 480px) {
            .container {
                padding: 0.5rem 0.8rem 1.5rem;
            }
            h1 {
                font-size: 1.7rem;
            }
            h2 {
                font-size: 1.35rem;
            }
            .my-logo {
                font-size: 1.5rem;
            }
            .my-logo i {
                font-size: 1.5rem;
            }
            .rating-stars i {
                font-size: 1.5rem;
            }
            .search-box button {
                padding: 0.4rem 1rem;
                font-size: 0.85rem;
            }
            .comment-section {
                padding: 1.2rem 1rem;
            }
        }
        .fade-in {
            animation: fadeUp 0.5s ease forwards;
        }
        @keyframes fadeUp {
            0% {
                opacity: 0;
                transform: translateY(12px);
            }
            100% {
                opacity: 1;
                transform: translateY(0);
            }
        }
        .text-muted {
            color: #64748b;
        }
        .gap-1 {
            gap: 0.5rem;
        }
        .mt-1 {
            margin-top: 1rem;
        }
        .mb-1 {
            margin-bottom: 1rem;
        }
        .flex-center {
            display: flex;
            align-items: center;
            flex-wrap: wrap;
        }
