        *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
        html { scroll-behavior: smooth; font-size: 16px; }
        body {
            font-family: 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
            background: #0b0e14;
            color: #e8e6e0;
            line-height: 1.75;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }
        a { color: #f2c94c; text-decoration: none; transition: color 0.25s ease; }
        a:hover, a:focus { color: #ffe066; text-decoration: underline; }
        img { max-width: 100%; height: auto; display: block; }
        ul, ol { padding-left: 1.5rem; margin-bottom: 1rem; }
        li { margin-bottom: 0.35rem; }
        h1, h2, h3, h4, h5, h6 { font-weight: 700; line-height: 1.25; color: #f5f2ed; margin-bottom: 0.75rem; }
        h1 { font-size: 2.4rem; margin-bottom: 1rem; }
        h2 { font-size: 1.8rem; margin-top: 2.5rem; border-bottom: 2px solid #2a313c; padding-bottom: 0.45rem; }
        h3 { font-size: 1.35rem; margin-top: 1.75rem; color: #f2c94c; }
        h4 { font-size: 1.1rem; margin-top: 1.25rem; color: #cbd5e0; }
        p { margin-bottom: 1rem; }
        strong { color: #f5f2ed; font-weight: 600; }
        em { font-style: italic; color: #cbd5e0; }
        .skip-link {
            position: absolute; top: -100%; left: 1rem; background: #f2c94c; color: #0b0e14;
            padding: 0.5rem 1rem; border-radius: 0 0 4px 4px; z-index: 10000;
            font-weight: 600; transition: top 0.2s;
        }
        .skip-link:focus { top: 0; text-decoration: none; }
        .site-header {
            background: #141a24;
            border-bottom: 2px solid #2a313c;
            position: sticky; top: 0; z-index: 999;
            box-shadow: 0 2px 12px rgba(0,0,0,0.6);
        }
        .header-inner {
            max-width: 1280px; margin: 0 auto; padding: 0.6rem 1.25rem;
            display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap;
        }
        .my-logo {
            font-size: 1.6rem; font-weight: 800; letter-spacing: 0.5px;
            color: #f2c94c; text-transform: uppercase; display: flex; align-items: center; gap: 0.5rem;
            transition: opacity 0.2s;
        }
        .my-logo:hover { opacity: 0.85; text-decoration: none; color: #f2c94c; }
        .my-logo i { font-size: 1.8rem; color: #e8c14a; }
        .hamburger {
            display: none; flex-direction: column; gap: 5px; cursor: pointer;
            background: none; border: none; padding: 6px; border-radius: 4px;
            transition: background 0.2s;
        }
        .hamburger:hover { background: #1f2633; }
        .hamburger span {
            display: block; width: 28px; height: 3px; background: #e8e6e0;
            border-radius: 2px; transition: all 0.3s ease;
        }
        .hamburger.active span:nth-child(1) { transform: rotate(45deg) translate(5px, 6px); }
        .hamburger.active span:nth-child(2) { opacity: 0; }
        .hamburger.active span:nth-child(3) { transform: rotate(-45deg) translate(5px, -6px); }
        .main-nav { display: flex; align-items: center; gap: 0.25rem; flex-wrap: wrap; }
        .main-nav a {
            padding: 0.45rem 0.9rem; border-radius: 6px; font-size: 0.92rem;
            font-weight: 500; color: #cbd5e0; position: relative; transition: all 0.2s;
        }
        .main-nav a:hover, .main-nav a:focus {
            background: #1f2633; color: #f2c94c; text-decoration: none;
        }
        .main-nav a i { margin-right: 0.35rem; font-size: 0.85rem; }
        .breadcrumb-wrap {
            background: #0f141e; border-bottom: 1px solid #1f2633;
            padding: 0.5rem 1.25rem;
        }
        .breadcrumb {
            max-width: 1280px; margin: 0 auto; font-size: 0.85rem;
            display: flex; flex-wrap: wrap; align-items: center; gap: 0.4rem;
        }
        .breadcrumb a { color: #8b95a5; }
        .breadcrumb a:hover { color: #f2c94c; }
        .breadcrumb span { color: #6b7a8a; }
        .breadcrumb .current { color: #f2c94c; font-weight: 500; }
        .page-wrap {
            max-width: 1280px; margin: 0 auto; padding: 2rem 1.25rem 3rem;
            display: grid; grid-template-columns: 1fr 300px; gap: 2.5rem;
        }
        .content-primary { min-width: 0; }
        .content-sidebar { position: sticky; top: 80px; align-self: start; }
        .info-card {
            background: #141a24; border-radius: 10px; padding: 1.5rem;
            margin-bottom: 1.75rem; border: 1px solid #1f2633;
            transition: box-shadow 0.25s;
        }
        .info-card:hover { box-shadow: 0 4px 20px rgba(0,0,0,0.4); }
        .info-card h3 { margin-top: 0; }
        .feature-badge {
            display: inline-block; background: #f2c94c; color: #0b0e14;
            padding: 0.2rem 0.8rem; border-radius: 20px; font-size: 0.8rem;
            font-weight: 600; margin-right: 0.5rem; margin-bottom: 0.4rem;
        }
        .styled-table {
            width: 100%; border-collapse: collapse; margin: 1.25rem 0;
            background: #0f141e; border-radius: 8px; overflow: hidden;
            font-size: 0.92rem;
        }
        .styled-table thead { background: #1f2633; }
        .styled-table th {
            padding: 0.75rem 1rem; text-align: left; font-weight: 600;
            color: #f2c94c; border-bottom: 2px solid #2a313c;
        }
        .styled-table td {
            padding: 0.7rem 1rem; border-bottom: 1px solid #1f2633;
        }
        .styled-table tbody tr:hover { background: #1a2230; }
        .styled-table .yes { color: #6fcf97; font-weight: 600; }
        .styled-table .no { color: #eb5757; }
        .styled-table .partial { color: #f2c94c; }
        .search-box {
            background: #141a24; border-radius: 10px; padding: 1.25rem;
            border: 1px solid #1f2633; margin-bottom: 1.5rem;
        }
        .search-box h3 { margin-top: 0; font-size: 1.1rem; }
        .search-form { display: flex; gap: 0.5rem; margin-top: 0.5rem; }
        .search-form input[type="text"] {
            flex: 1; padding: 0.65rem 1rem; border-radius: 6px; border: 1px solid #2a313c;
            background: #0b0e14; color: #e8e6e0; font-size: 0.95rem;
            transition: border-color 0.25s;
        }
        .search-form input[type="text"]:focus { outline: none; border-color: #f2c94c; }
        .search-form button {
            padding: 0.65rem 1.25rem; background: #f2c94c; color: #0b0e14;
            border: none; border-radius: 6px; font-weight: 600; cursor: pointer;
            transition: background 0.25s, transform 0.15s;
        }
        .search-form button:hover { background: #ffe066; transform: scale(1.02); }
        .search-form button i { margin-right: 0.3rem; }
        .feedback-section {
            background: #141a24; border-radius: 10px; padding: 1.5rem;
            border: 1px solid #1f2633; margin-top: 2.5rem;
        }
        .feedback-section h3 { margin-top: 0; }
        .comment-form textarea, .comment-form input {
            width: 100%; padding: 0.7rem 1rem; border-radius: 6px;
            border: 1px solid #2a313c; background: #0b0e14; color: #e8e6e0;
            font-family: inherit; font-size: 0.95rem; margin-bottom: 0.75rem;
            transition: border-color 0.25s;
        }
        .comment-form textarea:focus, .comment-form input:focus {
            outline: none; border-color: #f2c94c;
        }
        .comment-form textarea { min-height: 100px; resize: vertical; }
        .comment-form button, .rating-form button {
            padding: 0.65rem 1.5rem; background: #f2c94c; color: #0b0e14;
            border: none; border-radius: 6px; font-weight: 600; cursor: pointer;
            transition: background 0.25s, transform 0.15s; font-size: 0.95rem;
        }
        .comment-form button:hover, .rating-form button:hover {
            background: #ffe066; transform: scale(1.02);
        }
        .rating-stars { display: flex; gap: 0.35rem; margin: 0.5rem 0 1rem; font-size: 1.5rem; }
        .rating-stars i { color: #4a5568; cursor: pointer; transition: color 0.2s, transform 0.15s; }
        .rating-stars i:hover, .rating-stars i.active { color: #f2c94c; transform: scale(1.1); }
        .rating-form { display: flex; align-items: center; gap: 1rem; flex-wrap: wrap; }
        .sidebar-card {
            background: #141a24; border-radius: 10px; padding: 1.25rem;
            border: 1px solid #1f2633; margin-bottom: 1.5rem;
        }
        .sidebar-card h4 { margin-top: 0; font-size: 1rem; color: #f2c94c; border-bottom: 1px solid #1f2633; padding-bottom: 0.5rem; }
        .sidebar-card ul { list-style: none; padding-left: 0; }
        .sidebar-card li { padding: 0.35rem 0; border-bottom: 1px solid #1a2230; }
        .sidebar-card li:last-child { border-bottom: none; }
        .sidebar-card a { color: #cbd5e0; display: flex; align-items: center; gap: 0.5rem; }
        .sidebar-card a:hover { color: #f2c94c; text-decoration: none; }
        .sidebar-card a i { width: 1.2rem; color: #f2c94c; font-size: 0.85rem; }
        .featured-image {
            border-radius: 10px; overflow: hidden; margin: 1.5rem 0;
            border: 1px solid #1f2633; background: #0f141e;
        }
        .featured-image img { width: 100%; object-fit: cover; }
        .featured-image figcaption {
            padding: 0.6rem 1rem; font-size: 0.85rem; color: #8b95a5;
            background: #0f141e; border-top: 1px solid #1f2633;
        }
        friend-link {
            display: block; background: #141a24; border-radius: 10px;
            padding: 1.25rem 1.5rem; border: 1px solid #1f2633;
            margin-top: 2rem;
        }
        friend-link h4 { color: #f2c94c; margin-bottom: 0.75rem; font-size: 1rem; }
        friend-link ul { list-style: none; padding-left: 0; display: flex; flex-wrap: wrap; gap: 0.75rem 1.5rem; }
        friend-link li { margin-bottom: 0; }
        friend-link a { color: #cbd5e0; font-size: 0.92rem; }
        friend-link a:hover { color: #f2c94c; text-decoration: none; }
        .site-footer {
            background: #0a0d14; border-top: 2px solid #1f2633;
            padding: 2rem 1.25rem; text-align: center; margin-top: 2rem;
        }
        .footer-inner {
            max-width: 1280px; margin: 0 auto;
            display: flex; flex-direction: column; gap: 1rem;
        }
        .footer-inner p { font-size: 0.85rem; color: #6b7a8a; margin-bottom: 0; }
        .footer-inner .copyright { color: #4a5568; font-size: 0.8rem; }
        @media (max-width: 1024px) {
            .page-wrap { grid-template-columns: 1fr; }
            .content-sidebar { position: static; }
        }
        @media (max-width: 768px) {
            .hamburger { display: flex; }
            .main-nav {
                display: none; width: 100%; flex-direction: column;
                background: #141a24; padding: 1rem 0.5rem; border-radius: 0 0 10px 10px;
                border-top: 1px solid #1f2633; margin-top: 0.5rem;
            }
            .main-nav.open { display: flex; }
            .main-nav a { padding: 0.6rem 1rem; width: 100%; border-radius: 6px; }
            .header-inner { padding: 0.5rem 1rem; }
            h1 { font-size: 1.8rem; }
            h2 { font-size: 1.4rem; }
            .search-form { flex-direction: column; }
            .rating-form { flex-direction: column; align-items: flex-start; }
            .styled-table { font-size: 0.82rem; }
            .styled-table th, .styled-table td { padding: 0.5rem 0.6rem; }
            friend-link ul { flex-direction: column; gap: 0.4rem; }
        }
        @media (max-width: 480px) {
            .page-wrap { padding: 1rem 0.75rem 2rem; }
            .my-logo { font-size: 1.2rem; }
            .my-logo i { font-size: 1.3rem; }
            h1 { font-size: 1.5rem; }
            h2 { font-size: 1.2rem; }
            .info-card { padding: 1rem; }
            .breadcrumb-wrap { padding: 0.4rem 0.75rem; }
            .breadcrumb { font-size: 0.78rem; }
        }
        @media print {
            .site-header, .breadcrumb-wrap, .search-box, .feedback-section,
            .content-sidebar, .hamburger, .main-nav { display: none; }
            .page-wrap { display: block; padding: 0; }
            body { background: #fff; color: #111; }
            h1, h2, h3, h4 { color: #111; }
            a { color: #0056b3; }
            .info-card { background: #f5f5f5; border: 1px solid #ddd; }
        }
        @keyframes fadeIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }
        .fade-in { animation: fadeIn 0.5s ease forwards; }
        .info-card:nth-child(1) { animation-delay: 0.05s; }
        .info-card:nth-child(2) { animation-delay: 0.1s; }
        .info-card:nth-child(3) { animation-delay: 0.15s; }
