        *,
        *::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;
            background: #fbf7f0;
            color: #1e1e2a;
            line-height: 1.7;
            display: flex;
            flex-direction: column;
            min-height: 100vh;
        }
        img {
            max-width: 100%;
            height: auto;
            display: block;
        }
        a {
            color: #c4450c;
            text-decoration: none;
            transition: color 0.25s ease;
        }
        a:hover,
        a:focus-visible {
            color: #8a2e02;
            text-decoration: underline;
        }
        ul,
        ol {
            padding-left: 1.5rem;
        }
        h1,
        h2,
        h3,
        h4,
        h5,
        h6 {
            font-weight: 700;
            line-height: 1.25;
            color: #1a1a2e;
            margin-top: 1.8rem;
            margin-bottom: 0.6rem;
        }
        h1 {
            font-size: 2.4rem;
            margin-top: 0.4rem;
        }
        h2 {
            font-size: 1.8rem;
            border-bottom: 3px solid #f0b429;
            padding-bottom: 0.3rem;
            display: inline-block;
        }
        h3 {
            font-size: 1.35rem;
        }
        h4 {
            font-size: 1.1rem;
            font-weight: 600;
        }
        p {
            margin-bottom: 1.1rem;
        }
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 1.2rem;
        }
        .site-header {
            background: linear-gradient(135deg, #0f0f1a 0%, #1c1c3a 100%);
            padding: 0.6rem 0;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
            position: sticky;
            top: 0;
            z-index: 1000;
        }
        .header-inner {
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
            gap: 0.8rem;
        }
        .my-logo {
            font-size: 1.9rem;
            font-weight: 800;
            color: #f5c842;
            letter-spacing: 2px;
            text-transform: uppercase;
            text-shadow: 0 0 10px rgba(245, 200, 66, 0.3);
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }
        .my-logo i {
            font-size: 2rem;
            color: #f5c842;
        }
        .my-logo:hover {
            text-decoration: none;
            color: #ffdd66;
        }
        .my-logo span {
            font-weight: 300;
            color: #aaa;
            font-size: 0.9rem;
            letter-spacing: 1px;
        }
        .nav-toggle {
            display: none;
            background: none;
            border: none;
            font-size: 1.8rem;
            color: #f5c842;
            cursor: pointer;
            padding: 0.2rem 0.6rem;
            border-radius: 6px;
            transition: background 0.2s;
        }
        .nav-toggle:hover {
            background: rgba(255, 255, 255, 0.08);
        }
        .nav-menu {
            display: flex;
            align-items: center;
            gap: 0.2rem;
            flex-wrap: wrap;
        }
        .nav-menu a {
            color: #eaeaea;
            padding: 0.4rem 1rem;
            border-radius: 30px;
            font-size: 0.9rem;
            font-weight: 500;
            transition: background 0.25s, color 0.25s;
            white-space: nowrap;
        }
        .nav-menu a:hover,
        .nav-menu a:focus-visible {
            background: rgba(245, 200, 66, 0.18);
            color: #f5c842;
            text-decoration: none;
        }
        .nav-menu a i {
            margin-right: 0.35rem;
        }
        .breadcrumb {
            background: #f0ebe3;
            padding: 0.5rem 0;
            font-size: 0.85rem;
            border-bottom: 1px solid #ddd6cc;
        }
        .breadcrumb ol {
            list-style: none;
            display: flex;
            flex-wrap: wrap;
            gap: 0.3rem 0.6rem;
            padding: 0;
            margin: 0;
        }
        .breadcrumb li+li::before {
            content: "›";
            margin-right: 0.6rem;
            color: #a09080;
            font-weight: 700;
        }
        .breadcrumb a {
            color: #7a5a3a;
        }
        .breadcrumb .current {
            color: #1e1e2a;
            font-weight: 600;
        }
        .hero {
            background: linear-gradient(125deg, #1a1a2e 0%, #16213e 60%, #0f3460 100%);
            color: #f0f0f0;
            padding: 3rem 0 2.8rem;
            text-align: center;
            position: relative;
            overflow: hidden;
        }
        .hero::after {
            content: "🟡⬅️⬆️⬇️➡️👾";
            position: absolute;
            bottom: -10px;
            right: 10px;
            font-size: 4rem;
            opacity: 0.06;
            pointer-events: none;
            white-space: nowrap;
        }
        .hero h1 {
            color: #f5c842;
            font-size: 2.8rem;
            text-shadow: 0 0 30px rgba(245, 200, 66, 0.15);
            margin-bottom: 0.4rem;
        }
        .hero p {
            font-size: 1.15rem;
            max-width: 720px;
            margin: 0.6rem auto 1.2rem;
            color: #cfd8e6;
        }
        .hero .badge {
            display: inline-block;
            background: #f5c842;
            color: #1a1a2e;
            padding: 0.3rem 1.4rem;
            border-radius: 40px;
            font-weight: 700;
            font-size: 0.9rem;
            letter-spacing: 1px;
        }
        .main-grid {
            display: grid;
            grid-template-columns: 1fr 320px;
            gap: 2.5rem;
            padding: 2.5rem 0;
        }
        .content-area {
            min-width: 0;
        }
        .sidebar {
            min-width: 0;
        }
        .featured-figure {
            margin: 1.8rem 0 2.2rem;
            border-radius: 16px;
            overflow: hidden;
            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
            background: #e8e0d6;
        }
        .featured-figure img {
            width: 100%;
            height: auto;
            aspect-ratio: 1200/630;
            object-fit: cover;
            background: #2a2a3a;
        }
        .featured-figure figcaption {
            padding: 0.7rem 1.2rem;
            font-size: 0.85rem;
            color: #4a3a2a;
            background: #f5f0e8;
            border-top: 1px solid #ddd6cc;
        }
        .info-box {
            background: #f0ebe3;
            border-left: 5px solid #f0b429;
            border-radius: 0 12px 12px 0;
            padding: 1.2rem 1.6rem;
            margin: 1.6rem 0;
            font-size: 0.95rem;
        }
        .info-box strong {
            color: #c4450c;
        }
        .search-section {
            background: #eae3da;
            border-radius: 16px;
            padding: 1.6rem 1.8rem;
            margin: 2rem 0;
        }
        .search-section h3 {
            margin-top: 0;
            display: flex;
            align-items: center;
            gap: 0.6rem;
        }
        .search-form {
            display: flex;
            gap: 0.6rem;
            flex-wrap: wrap;
            margin-top: 0.6rem;
        }
        .search-form input {
            flex: 1;
            min-width: 180px;
            padding: 0.75rem 1.2rem;
            border: 2px solid #cdc0b0;
            border-radius: 40px;
            font-size: 1rem;
            background: #fffdfa;
            outline: none;
            transition: border 0.25s;
        }
        .search-form input:focus {
            border-color: #f0b429;
        }
        .search-form button {
            background: #c4450c;
            color: #fff;
            border: none;
            border-radius: 40px;
            padding: 0.75rem 1.8rem;
            font-weight: 600;
            font-size: 1rem;
            cursor: pointer;
            transition: background 0.25s, transform 0.15s;
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
        }
        .search-form button:hover {
            background: #8a2e02;
            transform: scale(1.02);
        }
        .interaction-panel {
            background: #ffffff;
            border-radius: 18px;
            padding: 1.6rem 1.8rem;
            box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
            margin: 2rem 0;
            border: 1px solid #e8e0d6;
        }
        .interaction-panel h3 {
            margin-top: 0;
            border-bottom: 2px solid #f0b429;
            padding-bottom: 0.4rem;
            display: inline-block;
        }
        .star-rating {
            display: flex;
            gap: 0.6rem;
            align-items: center;
            flex-wrap: wrap;
            margin: 0.8rem 0 1.2rem;
        }
        .star-rating .stars {
            display: flex;
            gap: 0.2rem;
            font-size: 1.8rem;
            color: #ddd0c0;
            cursor: pointer;
            transition: color 0.2s;
        }
        .star-rating .stars i {
            transition: color 0.15s, transform 0.15s;
        }
        .star-rating .stars i:hover,
        .star-rating .stars i.active {
            color: #f0b429;
            transform: scale(1.1);
        }
        .star-rating .stars i.selected {
            color: #f0b429;
        }
        .rating-form button,
        .comment-form button {
            background: #c4450c;
            color: #fff;
            border: none;
            border-radius: 40px;
            padding: 0.6rem 1.8rem;
            font-weight: 600;
            font-size: 0.95rem;
            cursor: pointer;
            transition: background 0.25s, transform 0.15s;
        }
        .rating-form button:hover,
        .comment-form button:hover {
            background: #8a2e02;
            transform: scale(1.02);
        }
        .comment-form textarea {
            width: 100%;
            padding: 0.8rem 1.2rem;
            border: 2px solid #cdc0b0;
            border-radius: 12px;
            font-size: 1rem;
            background: #fffdfa;
            resize: vertical;
            min-height: 80px;
            outline: none;
            transition: border 0.25s;
            font-family: inherit;
        }
        .comment-form textarea:focus {
            border-color: #f0b429;
        }
        .comment-form .fields {
            display: flex;
            gap: 0.8rem;
            flex-wrap: wrap;
            margin: 0.6rem 0;
        }
        .comment-form .fields input {
            flex: 1;
            min-width: 140px;
            padding: 0.6rem 1.2rem;
            border: 2px solid #cdc0b0;
            border-radius: 40px;
            font-size: 0.95rem;
            background: #fffdfa;
            outline: none;
            transition: border 0.25s;
        }
        .comment-form .fields input:focus {
            border-color: #f0b429;
        }
        .sidebar-card {
            background: #ffffff;
            border-radius: 16px;
            padding: 1.4rem 1.6rem;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
            border: 1px solid #e8e0d6;
            margin-bottom: 1.8rem;
        }
        .sidebar-card h3 {
            margin-top: 0;
            font-size: 1.2rem;
            border-bottom: 2px solid #f0b429;
            padding-bottom: 0.3rem;
            display: inline-block;
        }
        .sidebar-card ul {
            list-style: none;
            padding: 0;
            margin: 0.8rem 0 0;
        }
        .sidebar-card li {
            padding: 0.4rem 0;
            border-bottom: 1px solid #f0ebe3;
        }
        .sidebar-card li:last-child {
            border-bottom: none;
        }
        .sidebar-card a {
            display: flex;
            align-items: baseline;
            gap: 0.4rem;
            font-size: 0.92rem;
        }
        .sidebar-card a i {
            color: #f0b429;
            font-size: 0.75rem;
        }
        .link-list-compact {
            display: flex;
            flex-direction: column;
            gap: 0.3rem;
        }
        .link-list-compact a {
            font-size: 0.88rem;
            padding: 0.3rem 0;
            border-bottom: 1px dashed #e0d8ce;
        }
        .link-list-compact a:last-child {
            border-bottom: none;
        }
        .site-footer {
            background: #0f0f1a;
            color: #bbb;
            padding: 2.2rem 0 1.2rem;
            margin-top: auto;
            border-top: 3px solid #f0b429;
        }
        .footer-inner {
            display: grid;
            grid-template-columns: 2fr 1fr 1fr;
            gap: 2rem;
        }
        .footer-inner h4 {
            color: #f5c842;
            margin-top: 0;
            font-size: 1.1rem;
        }
        .footer-inner a {
            color: #cfa87a;
        }
        .footer-inner a:hover {
            color: #f5c842;
        }
        .friend-link {
            display: block;
            padding: 0.3rem 0;
            font-size: 0.9rem;
        }
        .friend-link a {
            margin-left: 0.3rem;
        }
        .copyright {
            text-align: center;
            padding-top: 1.8rem;
            margin-top: 1.8rem;
            border-top: 1px solid #2a2a3a;
            font-size: 0.85rem;
            color: #888;
        }
        .copyright strong {
            color: #ccc;
        }
        @media (max-width: 992px) {
            .main-grid {
                grid-template-columns: 1fr;
            }
            .footer-inner {
                grid-template-columns: 1fr 1fr;
            }
        }
        @media (max-width: 768px) {
            .nav-toggle {
                display: block;
            }
            .nav-menu {
                display: none;
                flex-direction: column;
                width: 100%;
                background: #1c1c3a;
                padding: 1rem 0.6rem;
                border-radius: 12px;
                margin-top: 0.6rem;
                gap: 0.3rem;
            }
            .nav-menu.open {
                display: flex;
            }
            .nav-menu a {
                padding: 0.6rem 1rem;
                width: 100%;
                border-radius: 8px;
            }
            .hero h1 {
                font-size: 2rem;
            }
            .hero p {
                font-size: 1rem;
            }
            h1 {
                font-size: 1.9rem;
            }
            h2 {
                font-size: 1.5rem;
            }
            .footer-inner {
                grid-template-columns: 1fr;
                gap: 1.2rem;
            }
            .header-inner {
                gap: 0.4rem;
            }
            .my-logo {
                font-size: 1.5rem;
            }
            .my-logo span {
                font-size: 0.7rem;
            }
            .interaction-panel {
                padding: 1.2rem;
            }
            .search-section {
                padding: 1.2rem;
            }
            .star-rating .stars {
                font-size: 1.5rem;
            }
        }
        @media (max-width: 480px) {
            .container {
                padding: 0 0.8rem;
            }
            .hero {
                padding: 2rem 0;
            }
            .hero h1 {
                font-size: 1.6rem;
            }
            .search-form input,
            .search-form button {
                font-size: 0.9rem;
                padding: 0.6rem 1rem;
            }
            .comment-form .fields input {
                min-width: 100%;
            }
        }
        .text-muted {
            color: #6a5a4a;
        }
        .mt-1 {
            margin-top: 1rem;
        }
        .mb-1 {
            margin-bottom: 1rem;
        }
        .flex-center {
            display: flex;
            align-items: center;
            gap: 0.6rem;
            flex-wrap: wrap;
        }
        .last-updated {
            font-size: 0.85rem;
            color: #7a6a5a;
            background: #f0ebe3;
            display: inline-block;
            padding: 0.2rem 1rem;
            border-radius: 20px;
        }
        .table-wrap {
            overflow-x: auto;
            margin: 1.2rem 0;
        }
        table {
            width: 100%;
            border-collapse: collapse;
            font-size: 0.92rem;
        }
        th,
        td {
            padding: 0.6rem 1rem;
            border: 1px solid #ddd6cc;
            text-align: left;
        }
        th {
            background: #eae3da;
            font-weight: 700;
        }
        tr:nth-child(even) {
            background: #f8f4ee;
        }
        :target {
            scroll-margin-top: 80px;
        }
