        *,
        *::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, 'Helvetica Neue', sans-serif;
            background: #0b0e14;
            color: #e8edf5;
            line-height: 1.8;
            padding: 0;
            margin: 0;
            min-height: 100vh;
        }
        a {
            color: #f0c040;
            text-decoration: none;
            transition: color 0.2s ease;
        }
        a:hover,
        a:focus {
            color: #ffda7a;
            text-decoration: underline;
        }
        img {
            max-width: 100%;
            height: auto;
            display: block;
            border-radius: 12px;
        }
        ul,
        ol {
            padding-left: 1.2rem;
        }
        h1,
        h2,
        h3,
        h4,
        h5,
        h6 {
            font-weight: 700;
            line-height: 1.3;
            color: #ffffff;
            margin-top: 1.6em;
            margin-bottom: 0.6em;
        }
        h1 {
            font-size: 2.4rem;
            margin-top: 0.4em;
        }
        h2 {
            font-size: 1.8rem;
            border-bottom: 2px solid #f0c04030;
            padding-bottom: 0.3rem;
        }
        h3 {
            font-size: 1.4rem;
            color: #f5e7d3;
        }
        h4 {
            font-size: 1.15rem;
            color: #d4c9b8;
        }
        p {
            margin-bottom: 1.2rem;
        }
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 18px;
        }
        .schema-hidden {
            display: none;
        }
        .site-header {
            background: linear-gradient(145deg, #141a24 0%, #1a2230 100%);
            padding: 14px 0;
            border-bottom: 3px solid #f0c04030;
            position: sticky;
            top: 0;
            z-index: 100;
            backdrop-filter: blur(6px);
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.6);
        }
        .header-inner {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-between;
            gap: 10px 20px;
        }
        .my-logo {
            font-size: 1.8rem;
            font-weight: 800;
            letter-spacing: 1px;
            color: #f0c040;
            text-shadow: 0 2px 8px rgba(240, 192, 64, 0.25);
            transition: transform 0.2s;
            display: flex;
            align-items: center;
            gap: 6px;
        }
        .my-logo i {
            font-size: 2rem;
            color: #e53935;
        }
        .my-logo:hover {
            transform: scale(1.02);
            text-decoration: none;
            color: #ffda7a;
        }
        .my-logo span {
            font-weight: 300;
            color: #b0c4de;
            font-size: 0.7em;
        }
        .nav-wrapper {
            display: flex;
            align-items: center;
            gap: 12px;
        }
        .nav-list {
            display: flex;
            flex-wrap: wrap;
            list-style: none;
            gap: 6px 14px;
            padding: 0;
            margin: 0;
        }
        .nav-list li a {
            padding: 6px 10px;
            border-radius: 30px;
            font-weight: 500;
            font-size: 0.92rem;
            color: #cfddee;
            transition: all 0.25s;
            display: flex;
            align-items: center;
            gap: 5px;
        }
        .nav-list li a:hover,
        .nav-list li a.active {
            background: #f0c04018;
            color: #f0c040;
            text-decoration: none;
        }
        .nav-list li a i {
            font-size: 0.85rem;
        }
        .hamburger {
            display: none;
            background: none;
            border: none;
            color: #f0c040;
            font-size: 1.7rem;
            cursor: pointer;
            padding: 6px 10px;
            border-radius: 8px;
            transition: background 0.2s;
        }
        .hamburger:hover {
            background: #ffffff10;
        }
        .breadcrumb {
            padding: 12px 0 6px 0;
            font-size: 0.85rem;
            color: #9aaec9;
            display: flex;
            flex-wrap: wrap;
            gap: 6px;
        }
        .breadcrumb a {
            color: #b0c4de;
        }
        .breadcrumb a:hover {
            color: #f0c040;
        }
        .breadcrumb span {
            color: #6a7f9f;
        }
        .hero {
            padding: 30px 0 20px 0;
            display: flex;
            flex-direction: column;
            gap: 16px;
        }
        .hero h1 {
            font-size: 2.8rem;
            background: linear-gradient(135deg, #f0c040, #ff6f61);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            margin-bottom: 0.2rem;
        }
        .hero .subhead {
            font-size: 1.15rem;
            color: #b8cbe0;
            max-width: 780px;
        }
        .hero .meta-info {
            display: flex;
            flex-wrap: wrap;
            gap: 16px 28px;
            font-size: 0.9rem;
            color: #8fa5c2;
            align-items: center;
        }
        .hero .meta-info i {
            color: #f0c040;
            margin-right: 5px;
        }
        .hero .last-updated {
            background: #1e293b;
            padding: 2px 14px;
            border-radius: 30px;
            font-weight: 500;
        }
        .search-section {
            background: #141e2b;
            padding: 22px 24px;
            border-radius: 20px;
            margin: 24px 0 18px 0;
            border: 1px solid #2a3a4e;
            box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
        }
        .search-form {
            display: flex;
            flex-wrap: wrap;
            gap: 12px;
            align-items: center;
        }
        .search-form label {
            font-weight: 600;
            color: #f0c040;
            display: flex;
            align-items: center;
            gap: 6px;
        }
        .search-form input[type="text"] {
            flex: 1 1 220px;
            padding: 12px 18px;
            border-radius: 40px;
            border: none;
            background: #0b1018;
            color: #e8edf5;
            font-size: 0.95rem;
            border: 1px solid #2f4058;
            transition: border 0.3s;
        }
        .search-form input[type="text"]:focus {
            border-color: #f0c040;
            outline: none;
            box-shadow: 0 0 0 3px #f0c04020;
        }
        .search-form button {
            padding: 12px 28px;
            border-radius: 40px;
            border: none;
            background: #f0c040;
            color: #0b0e14;
            font-weight: 700;
            font-size: 0.95rem;
            cursor: pointer;
            transition: all 0.25s;
            display: flex;
            align-items: center;
            gap: 8px;
        }
        .search-form button:hover {
            background: #ffda7a;
            transform: scale(1.02);
        }
        .content-grid {
            display: grid;
            grid-template-columns: 1fr 300px;
            gap: 36px;
            margin: 20px 0 40px 0;
        }
        .main-content {
            min-width: 0;
        }
        .sidebar {
            min-width: 0;
        }
        .sidebar .widget {
            background: #141e2b;
            border-radius: 18px;
            padding: 20px 18px;
            margin-bottom: 24px;
            border: 1px solid #253141;
        }
        .sidebar .widget h3 {
            font-size: 1.2rem;
            margin-top: 0;
            border-bottom: 1px solid #253141;
            padding-bottom: 8px;
            margin-bottom: 12px;
            color: #f0c040;
        }
        .sidebar .widget ul {
            list-style: none;
            padding: 0;
        }
        .sidebar .widget ul li {
            padding: 6px 0;
            border-bottom: 1px solid #1e2a38;
        }
        .sidebar .widget ul li a {
            display: flex;
            align-items: center;
            gap: 8px;
        }
        .sidebar .widget ul li a i {
            color: #e53935;
            font-size: 0.8rem;
        }
        .featured-image {
            margin: 28px 0 20px 0;
            border-radius: 18px;
            overflow: hidden;
            box-shadow: 0 12px 40px rgba(0, 0, 0, 0.5);
            background: #1a2230;
            padding: 6px;
        }
        .featured-image img {
            border-radius: 14px;
            width: 100%;
            height: auto;
            object-fit: cover;
        }
        .featured-image figcaption {
            padding: 10px 14px;
            font-size: 0.85rem;
            color: #9aaec9;
            font-style: italic;
            text-align: center;
        }
        .info-table {
            width: 100%;
            border-collapse: collapse;
            margin: 20px 0 28px 0;
            background: #0f1620;
            border-radius: 14px;
            overflow: hidden;
            border: 1px solid #253141;
        }
        .info-table th,
        .info-table td {
            padding: 12px 16px;
            text-align: left;
            border-bottom: 1px solid #1e2a38;
        }
        .info-table th {
            background: #1a2535;
            color: #f0c040;
            font-weight: 600;
        }
        .info-table tr:last-child td {
            border-bottom: none;
        }
        .info-table td {
            color: #cfddee;
        }
        .info-table tr:hover td {
            background: #1a253510;
        }
        .interaction-area {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 24px;
            margin: 30px 0 20px 0;
        }
        .comment-box,
        .rating-box {
            background: #141e2b;
            border-radius: 18px;
            padding: 22px 22px 28px;
            border: 1px solid #253141;
        }
        .comment-box h3,
        .rating-box h3 {
            margin-top: 0;
            color: #f0c040;
            display: flex;
            align-items: center;
            gap: 8px;
            font-size: 1.2rem;
        }
        .comment-form input,
        .comment-form textarea,
        .rating-form select,
        .rating-form input {
            width: 100%;
            padding: 10px 14px;
            border-radius: 10px;
            border: 1px solid #2f4058;
            background: #0b1018;
            color: #e8edf5;
            font-size: 0.92rem;
            margin-bottom: 12px;
            transition: border 0.3s;
        }
        .comment-form input:focus,
        .comment-form textarea:focus,
        .rating-form select:focus,
        .rating-form input:focus {
            border-color: #f0c040;
            outline: none;
        }
        .comment-form textarea {
            min-height: 90px;
            resize: vertical;
        }
        .comment-form button,
        .rating-form button {
            padding: 10px 26px;
            border-radius: 40px;
            border: none;
            background: #f0c040;
            color: #0b0e14;
            font-weight: 700;
            cursor: pointer;
            transition: all 0.25s;
            display: inline-flex;
            align-items: center;
            gap: 6px;
        }
        .comment-form button:hover,
        .rating-form button:hover {
            background: #ffda7a;
            transform: scale(1.02);
        }
        .rating-stars {
            display: flex;
            gap: 4px;
            font-size: 1.6rem;
            color: #f0c040;
            margin-bottom: 8px;
        }
        .rating-stars i {
            cursor: pointer;
            transition: transform 0.15s;
        }
        .rating-stars i:hover {
            transform: scale(1.2);
        }
        .site-footer {
            background: #0c111a;
            border-top: 2px solid #1e2a38;
            padding: 32px 0 18px 0;
            margin-top: 40px;
        }
        .footer-inner {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            gap: 24px;
        }
        .footer-col {
            flex: 1 1 180px;
        }
        .footer-col h4 {
            color: #f0c040;
            margin-top: 0;
            font-size: 1.05rem;
        }
        .footer-col ul {
            list-style: none;
            padding: 0;
        }
        .footer-col ul li {
            padding: 4px 0;
        }
        .footer-col ul li a {
            color: #9aaec9;
            font-size: 0.9rem;
        }
        .footer-col ul li a:hover {
            color: #f0c040;
        }
        friend-link {
            display: block;
            padding: 14px 0 8px 0;
            border-top: 1px solid #1e2a38;
            margin-top: 16px;
            font-size: 0.9rem;
            color: #8fa5c2;
        }
        friend-link a {
            color: #b0c4de;
            margin: 0 8px 0 4px;
        }
        friend-link a:hover {
            color: #f0c040;
        }
        .copyright {
            text-align: center;
            padding: 18px 0 6px 0;
            font-size: 0.82rem;
            color: #5a6f8a;
            border-top: 1px solid #1a2535;
            margin-top: 16px;
        }
        .copyright a {
            color: #9aaec9;
        }
        @media (max-width: 820px) {
            .content-grid {
                grid-template-columns: 1fr;
            }
            .interaction-area {
                grid-template-columns: 1fr;
            }
            .header-inner {
                flex-direction: row;
            }
            .hamburger {
                display: block;
            }
            .nav-list {
                display: none;
                flex-direction: column;
                width: 100%;
                background: #141a24;
                padding: 12px 0 16px 0;
                border-radius: 0 0 20px 20px;
                gap: 2px;
                margin-top: 8px;
                border: 1px solid #253141;
            }
            .nav-list.show {
                display: flex;
            }
            .nav-list li a {
                padding: 10px 18px;
                border-radius: 0;
                border-bottom: 1px solid #1e2a38;
            }
            .nav-wrapper {
                flex-wrap: wrap;
            }
            .hero h1 {
                font-size: 2rem;
            }
            .search-form {
                flex-direction: column;
                align-items: stretch;
            }
            .search-form input[type="text"] {
                flex: 1 1 auto;
            }
            .my-logo {
                font-size: 1.4rem;
            }
        }
        @media (max-width: 480px) {
            .hero h1 {
                font-size: 1.6rem;
            }
            h2 {
                font-size: 1.4rem;
            }
            .container {
                padding: 0 12px;
            }
            .comment-box,
            .rating-box {
                padding: 16px;
            }
            .info-table th,
            .info-table td {
                padding: 8px 10px;
                font-size: 0.82rem;
            }
        }
        .text-accent {
            color: #f0c040;
        }
        .text-muted {
            color: #8fa5c2;
        }
        .mt-0 {
            margin-top: 0;
        }
        .mb-0 {
            margin-bottom: 0;
        }
        .gap-sm {
            gap: 6px;
        }
        .flex {
            display: flex;
        }
        .flex-wrap {
            flex-wrap: wrap;
        }
        .align-center {
            align-items: center;
        }
        .highlight {
            background: #f0c04010;
            padding: 2px 8px;
            border-radius: 6px;
            font-weight: 500;
        }
        .btn-outline {
            background: transparent;
            border: 2px solid #f0c040;
            color: #f0c040;
            padding: 8px 20px;
            border-radius: 40px;
            font-weight: 600;
            transition: all 0.25s;
            cursor: pointer;
        }
        .btn-outline:hover {
            background: #f0c040;
            color: #0b0e14;
        }
        .scroll-offset {
            scroll-margin-top: 100px;
        }
        .section-spacing {
            margin-top: 32px;
        }
        .card-style {
            background: #141e2b;
            border-radius: 16px;
            padding: 20px 22px;
            border: 1px solid #253141;
            margin-bottom: 20px;
        }
        .quote-block {
            border-left: 4px solid #f0c040;
            padding: 12px 18px;
            background: #1a2230;
            border-radius: 0 12px 12px 0;
            margin: 18px 0;
            font-style: italic;
            color: #d4c9b8;
        }
