* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        body {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            background: #f5f7fa;
            color: #1a1a2e;
            line-height: 1.7;
            font-size: 16px;
        }
        a {
            text-decoration: none;
            color: #0066cc;
            transition: color 0.25s ease;
        }
        a:hover {
            color: #004499;
            text-decoration: underline;
        }
        img {
            max-width: 100%;
            height: auto;
            display: block;
        }
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }
        .site-header {
            background: linear-gradient(135deg, #0f0c29, #302b63, #24243e);
            padding: 18px 0;
            border-bottom: 3px solid #f9a826;
            position: sticky;
            top: 0;
            z-index: 999;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
        }
        .header-inner {
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
        }
        .my-logo {
            font-size: 2rem;
            font-weight: 800;
            color: #f9a826;
            letter-spacing: 2px;
            text-shadow: 2px 2px 0 #00000055;
            transition: transform 0.3s;
        }
        .my-logo:hover {
            transform: scale(1.03);
            text-decoration: none;
            color: #ffbe4d;
        }
        .my-logo span {
            color: #ffffff;
            font-weight: 300;
        }
        .nav-menu {
            display: flex;
            align-items: center;
            gap: 28px;
            list-style: none;
        }
        .nav-menu li a {
            color: #f0f0f0;
            font-weight: 500;
            font-size: 0.95rem;
            padding: 6px 0;
            border-bottom: 2px solid transparent;
            transition: 0.25s;
        }
        .nav-menu li a:hover {
            color: #f9a826;
            border-bottom-color: #f9a826;
            text-decoration: none;
        }
        .hamburger {
            display: none;
            flex-direction: column;
            cursor: pointer;
            gap: 5px;
            background: none;
            border: none;
            padding: 4px;
        }
        .hamburger span {
            display: block;
            width: 28px;
            height: 3px;
            background: #f0f0f0;
            border-radius: 4px;
            transition: 0.3s;
        }
        .breadcrumb {
            background: #ffffff;
            padding: 12px 0;
            border-bottom: 1px solid #e0e0e0;
            font-size: 0.9rem;
            color: #555;
        }
        .breadcrumb ol {
            list-style: none;
            display: flex;
            flex-wrap: wrap;
            gap: 8px;
        }
        .breadcrumb ol li+li::before {
            content: "›";
            margin-right: 8px;
            color: #999;
            font-weight: 700;
        }
        .breadcrumb a {
            color: #0066cc;
        }
        .main-content {
            padding: 40px 0 60px;
        }
        .content-grid {
            display: grid;
            grid-template-columns: 1fr 320px;
            gap: 40px;
        }
        .article-body h1 {
            font-size: 2.6rem;
            line-height: 1.2;
            color: #0f0c29;
            margin-bottom: 12px;
            font-weight: 800;
        }
        .article-body h1 .highlight {
            color: #f9a826;
        }
        .article-body h2 {
            font-size: 1.9rem;
            margin-top: 48px;
            margin-bottom: 16px;
            color: #1a1a2e;
            border-left: 6px solid #f9a826;
            padding-left: 18px;
            font-weight: 700;
        }
        .article-body h3 {
            font-size: 1.5rem;
            margin-top: 32px;
            margin-bottom: 12px;
            color: #2d2d44;
            font-weight: 600;
        }
        .article-body h4 {
            font-size: 1.2rem;
            margin-top: 22px;
            margin-bottom: 8px;
            color: #3a3a5c;
            font-weight: 600;
        }
        .article-body p {
            margin-bottom: 18px;
            color: #2c2c3e;
            font-size: 1.05rem;
        }
        .article-body ul,
        .article-body ol {
            margin-bottom: 20px;
            padding-left: 28px;
        }
        .article-body li {
            margin-bottom: 8px;
            font-size: 1.02rem;
        }
        .article-body strong {
            color: #0f0c29;
            font-weight: 700;
        }
        .article-body .emoji-big {
            font-size: 1.8rem;
            vertical-align: middle;
        }
        .feature-box {
            background: #f0f4ff;
            border-radius: 16px;
            padding: 28px 30px;
            margin: 30px 0;
            border-left: 6px solid #f9a826;
            box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
        }
        .feature-box h3 {
            margin-top: 0;
        }
        .hero-img-wrapper {
            margin: 30px 0 40px;
            border-radius: 18px;
            overflow: hidden;
            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
            background: #eef2f7;
            text-align: center;
        }
        .hero-img-wrapper img {
            width: 100%;
            max-height: 480px;
            object-fit: cover;
        }
        .hero-img-wrapper .img-caption {
            padding: 12px 18px;
            font-size: 0.9rem;
            color: #555;
            background: #fff;
        }
        .link-list {
            background: #ffffff;
            border-radius: 14px;
            padding: 20px 24px;
            box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06);
            margin: 24px 0;
        }
        .link-list li {
            list-style: none;
            padding: 6px 0;
            border-bottom: 1px dashed #e0e0e0;
        }
        .link-list li:last-child {
            border-bottom: none;
        }
        .link-list li::before {
            content: "🏍️ ";
            font-size: 1.1rem;
        }
        .sidebar {
            position: sticky;
            top: 110px;
            align-self: start;
        }
        .sidebar-card {
            background: #ffffff;
            border-radius: 16px;
            padding: 24px 20px;
            margin-bottom: 28px;
            box-shadow: 0 4px 18px rgba(0, 0, 0, 0.05);
            border: 1px solid #eaeef5;
        }
        .sidebar-card h3 {
            font-size: 1.3rem;
            margin-bottom: 14px;
            color: #0f0c29;
            border-bottom: 2px solid #f9a826;
            padding-bottom: 8px;
        }
        .sidebar-link-list a {
            display: block;
            padding: 8px 0;
            border-bottom: 1px solid #f0f0f0;
            font-size: 0.95rem;
        }
        .sidebar-link-list a:last-child {
            border-bottom: none;
        }
        .search-form {
            display: flex;
            gap: 8px;
            margin: 18px 0;
        }
        .search-form input {
            flex: 1;
            padding: 12px 18px;
            border: 2px solid #d0d7e2;
            border-radius: 30px;
            font-size: 1rem;
            outline: none;
            transition: 0.3s;
        }
        .search-form input:focus {
            border-color: #f9a826;
            box-shadow: 0 0 0 4px #f9a82622;
        }
        .search-form button {
            background: #f9a826;
            border: none;
            border-radius: 30px;
            padding: 0 24px;
            color: #fff;
            font-weight: 700;
            font-size: 1rem;
            cursor: pointer;
            transition: 0.25s;
            display: flex;
            align-items: center;
            gap: 8px;
        }
        .search-form button:hover {
            background: #e5981e;
            transform: scale(1.02);
        }
        .comment-rating-section {
            margin-top: 50px;
            padding-top: 30px;
            border-top: 2px solid #e0e0e0;
        }
        .comment-rating-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 30px;
        }
        .comment-form textarea,
        .comment-form input {
            width: 100%;
            padding: 12px 16px;
            border: 2px solid #d0d7e2;
            border-radius: 12px;
            font-size: 1rem;
            margin-bottom: 12px;
            font-family: inherit;
            transition: 0.3s;
        }
        .comment-form textarea:focus,
        .comment-form input:focus {
            border-color: #f9a826;
            box-shadow: 0 0 0 4px #f9a82622;
            outline: none;
        }
        .comment-form textarea {
            min-height: 100px;
            resize: vertical;
        }
        .comment-form button,
        .rating-form button {
            background: #0f0c29;
            color: #fff;
            border: none;
            padding: 12px 28px;
            border-radius: 30px;
            font-weight: 600;
            font-size: 1rem;
            cursor: pointer;
            transition: 0.25s;
        }
        .comment-form button:hover,
        .rating-form button:hover {
            background: #302b63;
            transform: translateY(-2px);
        }
        .rating-stars {
            display: flex;
            gap: 6px;
            font-size: 2rem;
            color: #ddd;
            cursor: pointer;
            margin: 10px 0 16px;
        }
        .rating-stars i {
            transition: 0.2s;
        }
        .rating-stars i.active,
        .rating-stars i:hover {
            color: #f9a826;
        }
        .rating-form label {
            font-weight: 600;
            display: block;
            margin-bottom: 6px;
        }
        .site-footer {
            background: #0f0c29;
            color: #ccc;
            padding: 40px 0 20px;
            margin-top: 60px;
        }
        .footer-inner {
            display: grid;
            grid-template-columns: 2fr 1fr 1fr;
            gap: 40px;
        }
        .site-footer h4 {
            color: #f9a826;
            font-size: 1.2rem;
            margin-bottom: 14px;
        }
        .site-footer a {
            color: #bbb;
        }
        .site-footer a:hover {
            color: #f9a826;
        }
        friend-link {
            display: block;
            margin-top: 20px;
            padding-top: 20px;
            border-top: 1px solid #2a2a4a;
        }
        friend-link a {
            display: inline-block;
            margin-right: 20px;
            margin-bottom: 8px;
            font-size: 0.95rem;
        }
        .copyright {
            text-align: center;
            padding-top: 28px;
            margin-top: 28px;
            border-top: 1px solid #2a2a4a;
            font-size: 0.9rem;
            color: #888;
        }
        .copyright strong {
            color: #ddd;
        }
        @media (max-width: 992px) {
            .content-grid {
                grid-template-columns: 1fr;
            }
            .sidebar {
                position: static;
                margin-top: 40px;
            }
            .footer-inner {
                grid-template-columns: 1fr 1fr;
            }
        }
        @media (max-width: 768px) {
            .hamburger {
                display: flex;
            }
            .nav-menu {
                display: none;
                flex-direction: column;
                width: 100%;
                background: #1a1a3e;
                padding: 20px 0;
                border-radius: 0 0 16px 16px;
                margin-top: 12px;
                gap: 12px;
            }
            .nav-menu.open {
                display: flex;
            }
            .nav-menu li a {
                padding: 10px 20px;
                font-size: 1.05rem;
            }
            .header-inner {
                align-items: center;
            }
            .my-logo {
                font-size: 1.6rem;
            }
            .article-body h1 {
                font-size: 1.9rem;
            }
            .article-body h2 {
                font-size: 1.5rem;
            }
            .article-body h3 {
                font-size: 1.25rem;
            }
            .comment-rating-grid {
                grid-template-columns: 1fr;
            }
            .footer-inner {
                grid-template-columns: 1fr;
                gap: 24px;
            }
            .hero-img-wrapper img {
                max-height: 240px;
            }
        }
        @media (max-width: 480px) {
            .container {
                padding: 0 14px;
            }
            .article-body h1 {
                font-size: 1.6rem;
            }
            .search-form {
                flex-direction: column;
            }
            .search-form button {
                padding: 12px;
                justify-content: center;
            }
            .rating-stars {
                font-size: 1.6rem;
            }
        }
        .scroll-top {
            position: fixed;
            bottom: 30px;
            right: 30px;
            background: #f9a826;
            color: #fff;
            width: 48px;
            height: 48px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.4rem;
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
            cursor: pointer;
            transition: 0.3s;
            border: none;
            z-index: 99;
        }
        .scroll-top:hover {
            background: #e5981e;
            transform: translateY(-4px);
        }
        .last-updated {
            display: inline-block;
            background: #f0f0f5;
            padding: 6px 16px;
            border-radius: 30px;
            font-size: 0.85rem;
            color: #555;
            margin-bottom: 16px;
            font-weight: 500;
        }
        .last-updated i {
            margin-right: 6px;
            color: #f9a826;
        }
        .data-table {
            width: 100%;
            border-collapse: collapse;
            margin: 24px 0;
            background: #fff;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
        }
        .data-table th,
        .data-table td {
            padding: 12px 16px;
            text-align: left;
            border-bottom: 1px solid #eee;
        }
        .data-table th {
            background: #0f0c29;
            color: #fff;
            font-weight: 600;
        }
        .data-table tr:last-child td {
            border-bottom: none;
        }
        .data-table tr:hover td {
            background: #f8f6ff;
        }
        .interview-block {
            background: #faf8f0;
            border-radius: 16px;
            padding: 28px 30px;
            margin: 30px 0;
            border: 1px solid #e8e0d0;
        }
        .interview-block .quote {
            font-style: italic;
            font-size: 1.1rem;
            color: #3a3a5c;
            border-left: 4px solid #f9a826;
            padding-left: 20px;
            margin: 16px 0;
        }
        .interview-block .attribution {
            font-weight: 700;
            color: #0f0c29;
            text-align: right;
        }
