        *,
        *::before,
        *::after {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }
        html {
            scroll-behavior: smooth;
            font-size: 16px;
        }
        body {
            font-family: 'Segoe UI', system-ui, -apple-system, BlinkMacSystemFont, Roboto, sans-serif;
            background: #0f0e17;
            color: #fffffe;
            line-height: 1.75;
            padding: 0 1rem;
        }
        a {
            color: #ff8906;
            text-decoration: none;
            transition: color 0.25s ease;
        }
        a:hover,
        a:focus {
            color: #f25f4c;
            text-decoration: underline;
        }
        img {
            max-width: 100%;
            height: auto;
            display: block;
            border-radius: 12px;
        }
        ul,
        ol {
            padding-left: 1.5rem;
        }
        li {
            margin-bottom: 0.4rem;
        }
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 1rem;
        }
        .content-wrapper {
            max-width: 880px;
            margin: 0 auto;
        }
        .site-header {
            padding: 1.25rem 0 0.75rem;
            border-bottom: 2px solid #232136;
            margin-bottom: 1.5rem;
        }
        .header-inner {
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
            gap: 0.75rem 1rem;
        }
        .my-logo {
            font-size: 1.9rem;
            font-weight: 800;
            letter-spacing: -0.02em;
            background: linear-gradient(135deg, #ff8906, #f25f4c);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            text-shadow: 0 0 30px rgba(255, 137, 6, 0.15);
            transition: transform 0.2s;
        }
        .my-logo:hover {
            transform: scale(1.02);
        }
        .my-logo small {
            font-size: 0.65rem;
            -webkit-text-fill-color: #a7a9be;
            color: #a7a9be;
            display: block;
            font-weight: 400;
            letter-spacing: 0.3px;
        }
        .my-logo a {
            text-decoration: none;
            color: inherit;
            background: none;
            -webkit-text-fill-color: inherit;
        }
        .main-nav {
            display: flex;
            align-items: center;
            gap: 0.25rem 0.5rem;
            flex-wrap: wrap;
        }
        .main-nav a {
            padding: 0.4rem 0.8rem;
            border-radius: 40px;
            font-size: 0.9rem;
            font-weight: 500;
            color: #a7a9be;
            transition: background 0.25s, color 0.25s;
        }
        .main-nav a:hover,
        .main-nav a:focus {
            background: #232136;
            color: #ff8906;
            text-decoration: none;
        }
        .nav-toggle {
            display: none;
            background: none;
            border: none;
            color: #fffffe;
            font-size: 1.6rem;
            cursor: pointer;
            padding: 0.2rem 0.4rem;
            border-radius: 6px;
        }
        .nav-toggle:hover {
            background: #232136;
        }
        .breadcrumb {
            font-size: 0.85rem;
            color: #a7a9be;
            padding: 0.6rem 0 0.2rem;
            display: flex;
            flex-wrap: wrap;
            gap: 0.3rem 0.6rem;
            list-style: none;
        }
        .breadcrumb li+li::before {
            content: "›";
            margin-right: 0.6rem;
            color: #555;
        }
        .breadcrumb a {
            color: #a7a9be;
        }
        .breadcrumb a:hover {
            color: #ff8906;
        }
        .breadcrumb .active {
            color: #ff8906;
        }
        h1 {
            font-size: 2.6rem;
            font-weight: 800;
            line-height: 1.2;
            margin: 1.2rem 0 0.8rem;
            background: linear-gradient(135deg, #ff8906, #f25f4c);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }
        h2 {
            font-size: 2rem;
            font-weight: 700;
            margin: 2.4rem 0 1rem;
            color: #ff8906;
            border-bottom: 2px solid #232136;
            padding-bottom: 0.4rem;
        }
        h3 {
            font-size: 1.5rem;
            font-weight: 600;
            margin: 1.8rem 0 0.8rem;
            color: #f25f4c;
        }
        h4 {
            font-size: 1.2rem;
            font-weight: 600;
            margin: 1.4rem 0 0.6rem;
            color: #e8e4e6;
        }
        p {
            margin-bottom: 1.1rem;
            color: #e0dfe6;
        }
        strong,
        b {
            color: #fffffe;
            font-weight: 600;
        }
        .highlight-box {
            background: #1a192b;
            border-left: 5px solid #ff8906;
            padding: 1.2rem 1.5rem;
            border-radius: 8px;
            margin: 1.6rem 0;
        }
        .highlight-box p {
            margin-bottom: 0.4rem;
        }
        .featured-img {
            margin: 2rem 0;
            border-radius: 16px;
            box-shadow: 0 12px 40px rgba(0, 0, 0, 0.6);
        }
        .featured-img figcaption {
            font-size: 0.9rem;
            color: #a7a9be;
            text-align: center;
            margin-top: 0.6rem;
            font-style: italic;
        }
        .search-form {
            background: #1a192b;
            padding: 1.5rem 2rem;
            border-radius: 16px;
            margin: 2rem 0;
            display: flex;
            flex-wrap: wrap;
            gap: 0.75rem;
            align-items: center;
        }
        .search-form label {
            font-weight: 600;
            color: #ff8906;
            font-size: 1.1rem;
        }
        .search-form input[type="text"] {
            flex: 1 1 240px;
            padding: 0.75rem 1.2rem;
            border: none;
            border-radius: 40px;
            background: #0f0e17;
            color: #fffffe;
            font-size: 1rem;
            outline: 2px solid transparent;
            transition: outline 0.25s;
        }
        .search-form input[type="text"]:focus {
            outline-color: #ff8906;
        }
        .search-form button {
            padding: 0.75rem 2rem;
            border: none;
            border-radius: 40px;
            background: linear-gradient(135deg, #ff8906, #f25f4c);
            color: #0f0e17;
            font-weight: 700;
            font-size: 1rem;
            cursor: pointer;
            transition: transform 0.2s, box-shadow 0.2s;
        }
        .search-form button:hover {
            transform: scale(1.03);
            box-shadow: 0 6px 24px rgba(255, 137, 6, 0.35);
        }
        .feedback-section {
            background: #1a192b;
            padding: 2rem;
            border-radius: 20px;
            margin: 2.5rem 0;
        }
        .feedback-section h2 {
            margin-top: 0;
            border-bottom-color: #ff8906;
        }
        .comment-form,
        .rating-form {
            display: flex;
            flex-direction: column;
            gap: 0.8rem;
            margin: 1.2rem 0;
        }
        .comment-form textarea,
        .comment-form input,
        .rating-form select,
        .rating-form input {
            padding: 0.8rem 1rem;
            border: none;
            border-radius: 10px;
            background: #0f0e17;
            color: #fffffe;
            font-size: 0.95rem;
            outline: 2px solid transparent;
            transition: outline 0.25s;
            width: 100%;
        }
        .comment-form textarea:focus,
        .comment-form input:focus,
        .rating-form select:focus,
        .rating-form input:focus {
            outline-color: #ff8906;
        }
        .comment-form textarea {
            min-height: 100px;
            resize: vertical;
        }
        .feedback-section button {
            padding: 0.7rem 2rem;
            border: none;
            border-radius: 40px;
            background: linear-gradient(135deg, #ff8906, #f25f4c);
            color: #0f0e17;
            font-weight: 700;
            font-size: 1rem;
            cursor: pointer;
            transition: transform 0.2s, box-shadow 0.2s;
            align-self: flex-start;
        }
        .feedback-section button:hover {
            transform: scale(1.03);
            box-shadow: 0 6px 24px rgba(255, 137, 6, 0.35);
        }
        .rating-stars {
            display: flex;
            gap: 0.4rem;
            font-size: 1.8rem;
            color: #a7a9be;
            cursor: pointer;
            flex-wrap: wrap;
        }
        .rating-stars .star {
            transition: color 0.2s, transform 0.15s;
        }
        .rating-stars .star.active,
        .rating-stars .star:hover {
            color: #ff8906;
            transform: scale(1.1);
        }
        .link-list {
            background: #1a192b;
            padding: 1.2rem 1.8rem;
            border-radius: 14px;
            margin: 1.8rem 0;
        }
        .link-list li {
            margin-bottom: 0.5rem;
        }
        .link-list a {
            font-weight: 500;
        }
        .site-footer {
            border-top: 2px solid #232136;
            padding: 2rem 0 1.5rem;
            margin-top: 3rem;
        }
        friend-link {
            display: block;
            padding: 1.2rem 0;
            color: #a7a9be;
        }
        friend-link a {
            display: inline-block;
            margin: 0.3rem 1rem 0.3rem 0;
            color: #a7a9be;
            font-size: 0.95rem;
        }
        friend-link a:hover {
            color: #ff8906;
        }
        .copyright {
            text-align: center;
            color: #6c6b7a;
            font-size: 0.85rem;
            padding-top: 1.2rem;
            border-top: 1px solid #232136;
        }
        .copyright strong {
            color: #a7a9be;
        }
        @media (max-width: 768px) {
            body {
                padding: 0 0.6rem;
            }
            h1 {
                font-size: 1.9rem;
            }
            h2 {
                font-size: 1.5rem;
            }
            h3 {
                font-size: 1.25rem;
            }
            .header-inner {
                flex-direction: row;
                flex-wrap: wrap;
            }
            .my-logo {
                font-size: 1.5rem;
            }
            .main-nav {
                display: none;
                width: 100%;
                flex-direction: column;
                background: #1a192b;
                padding: 1rem;
                border-radius: 14px;
                margin-top: 0.5rem;
                gap: 0.3rem;
            }
            .main-nav.open {
                display: flex;
            }
            .main-nav a {
                padding: 0.6rem 1rem;
                width: 100%;
                border-radius: 8px;
            }
            .nav-toggle {
                display: block;
            }
            .search-form {
                padding: 1.2rem 1.2rem;
                flex-direction: column;
                align-items: stretch;
            }
            .search-form input[type="text"] {
                flex: 1 1 auto;
            }
            .feedback-section {
                padding: 1.2rem;
            }
            .breadcrumb {
                font-size: 0.75rem;
            }
            .rating-stars {
                font-size: 1.5rem;
            }
        }
        @media (min-width: 769px) {
            .nav-toggle {
                display: none !important;
            }
            .main-nav {
                display: flex !important;
            }
        }
        .text-sm {
            font-size: 0.9rem;
            color: #a7a9be;
        }
        .mt-1 {
            margin-top: 1rem;
        }
        .mb-1 {
            margin-bottom: 1rem;
        }
        .flex-between {
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
            align-items: center;
        }
        .last-updated {
            color: #a7a9be;
            font-size: 0.85rem;
            display: block;
            margin: 0.4rem 0 1.2rem;
            background: #1a192b;
            padding: 0.3rem 1rem;
            border-radius: 30px;
            display: inline-block;
        }
        .emoji-big {
            font-size: 1.3rem;
            margin-right: 0.2rem;
        }
        .table-wrap {
            overflow-x: auto;
            margin: 1.5rem 0;
        }
        table {
            width: 100%;
            border-collapse: collapse;
            background: #1a192b;
            border-radius: 12px;
            overflow: hidden;
        }
        th,
        td {
            padding: 0.75rem 1rem;
            text-align: left;
            border-bottom: 1px solid #2d2a40;
        }
        th {
            background: #232136;
            color: #ff8906;
            font-weight: 600;
        }
        tr:hover td {
            background: #23213655;
        }
