        *,
        *::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, sans-serif;
            background: #0f0e17;
            color: #e8e6e3;
            line-height: 1.7;
            padding: 0 16px;
        }
        a {
            color: #ff8906;
            text-decoration: none;
            transition: color 0.2s;
        }
        a:hover {
            color: #f25f4c;
        }
        img {
            max-width: 100%;
            height: auto;
            display: block;
            border-radius: 12px;
        }
        ul,
        ol {
            padding-left: 1.5rem;
        }
        h1,
        h2,
        h3,
        h4,
        h5,
        h6 {
            color: #fffffe;
            font-weight: 700;
            line-height: 1.25;
            margin-top: 1.8rem;
            margin-bottom: 0.6rem;
        }
        h1 {
            font-size: 2.2rem;
            border-left: 5px solid #ff8906;
            padding-left: 1rem;
        }
        h2 {
            font-size: 1.7rem;
            border-bottom: 2px solid #2b2a3a;
            padding-bottom: 0.3rem;
        }
        h3 {
            font-size: 1.35rem;
            color: #ff8906;
        }
        h4 {
            font-size: 1.1rem;
            color: #f2f2f2;
        }
        p {
            margin-bottom: 1rem;
            color: #c0c0c8;
        }
        strong {
            color: #fffffe;
            font-weight: 600;
        }
        .container {
            max-width: 1200px;
            margin: 0 auto;
            background: #1a1926;
            border-radius: 24px;
            padding: 20px 24px 32px;
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.6);
        }
        .site-header {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-between;
            padding: 16px 0 12px;
            border-bottom: 1px solid #2b2a3a;
            position: relative;
        }
        .my-logo {
            font-size: 1.9rem;
            font-weight: 800;
            color: #ff8906;
            letter-spacing: -0.5px;
            background: linear-gradient(135deg, #ff8906, #f25f4c);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }
        .my-logo small {
            font-size: 0.7rem;
            display: block;
            -webkit-text-fill-color: #a7a9be;
            color: #a7a9be;
            letter-spacing: 1px;
        }
        .my-logo a {
            text-decoration: none;
            background: none;
            -webkit-text-fill-color: transparent;
        }
        .nav-bar {
            display: flex;
            align-items: center;
            gap: 8px;
            flex-wrap: wrap;
        }
        .nav-bar a {
            padding: 6px 14px;
            border-radius: 40px;
            font-size: 0.9rem;
            font-weight: 500;
            color: #e8e6e3;
            background: #2b2a3a;
            transition: all 0.2s;
        }
        .nav-bar a:hover {
            background: #ff8906;
            color: #0f0e17;
        }
        .hamburger {
            display: none;
            font-size: 1.6rem;
            color: #ff8906;
            background: none;
            border: none;
            cursor: pointer;
            padding: 4px 8px;
            border-radius: 8px;
            transition: background 0.2s;
        }
        .hamburger:hover {
            background: #2b2a3a;
        }
        .breadcrumb {
            display: flex;
            flex-wrap: wrap;
            gap: 6px 12px;
            font-size: 0.85rem;
            padding: 12px 0 8px;
            color: #a7a9be;
        }
        .breadcrumb a {
            color: #ff8906;
        }
        .breadcrumb span {
            color: #6c6e7a;
        }
        .search-box {
            display: flex;
            margin: 24px 0 16px;
            max-width: 520px;
            background: #2b2a3a;
            border-radius: 60px;
            overflow: hidden;
            border: 1px solid #3d3c4a;
            transition: border 0.2s;
        }
        .search-box:focus-within {
            border-color: #ff8906;
        }
        .search-box input {
            flex: 1;
            padding: 12px 20px;
            border: none;
            background: transparent;
            color: #e8e6e3;
            font-size: 0.95rem;
            outline: none;
        }
        .search-box input::placeholder {
            color: #6c6e7a;
        }
        .search-box button {
            background: #ff8906;
            border: none;
            padding: 0 22px;
            color: #0f0e17;
            font-size: 1rem;
            cursor: pointer;
            transition: background 0.2s;
            font-weight: 600;
        }
        .search-box button:hover {
            background: #f25f4c;
        }
        .content-grid {
            display: grid;
            grid-template-columns: 1fr;
            gap: 28px;
            margin-top: 20px;
        }
        @media (min-width: 900px) {
            .content-grid {
                grid-template-columns: 1fr 300px;
            }
            .content-main {
                padding-right: 20px;
            }
        }
        .card {
            background: #232133;
            border-radius: 18px;
            padding: 20px 22px;
            margin-bottom: 24px;
            border: 1px solid #2f2d42;
            transition: box-shadow 0.25s;
        }
        .card:hover {
            box-shadow: 0 8px 28px rgba(255, 137, 6, 0.08);
        }
        .card h3 {
            margin-top: 0;
        }
        .card h4 {
            margin-top: 1rem;
        }
        .feature-image {
            margin: 24px 0 18px;
            border-radius: 16px;
            overflow: hidden;
            background: #2b2a3a;
            text-align: center;
        }
        .feature-image img {
            width: 100%;
            max-height: 460px;
            object-fit: cover;
        }
        .feature-image figcaption {
            font-size: 0.8rem;
            color: #a7a9be;
            padding: 6px 12px 10px;
            text-align: left;
        }
        .rating-area {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 12px 20px;
            margin: 18px 0 10px;
        }
        .stars {
            display: flex;
            gap: 4px;
            font-size: 1.5rem;
            color: #4a4a5a;
            cursor: pointer;
        }
        .stars i {
            transition: color 0.15s, transform 0.1s;
        }
        .stars i:hover,
        .stars i.active {
            color: #ff8906;
            transform: scale(1.15);
        }
        .rating-form button {
            background: #ff8906;
            border: none;
            color: #0f0e17;
            padding: 8px 22px;
            border-radius: 40px;
            font-weight: 600;
            cursor: pointer;
            transition: background 0.2s;
        }
        .rating-form button:hover {
            background: #f25f4c;
        }
        .comment-form {
            display: flex;
            flex-wrap: wrap;
            gap: 12px;
            margin: 16px 0 10px;
        }
        .comment-form input,
        .comment-form textarea {
            flex: 1 1 100%;
            padding: 12px 16px;
            border-radius: 12px;
            border: 1px solid #3d3c4a;
            background: #2b2a3a;
            color: #e8e6e3;
            font-size: 0.9rem;
            outline: none;
            transition: border 0.2s;
        }
        .comment-form input:focus,
        .comment-form textarea:focus {
            border-color: #ff8906;
        }
        .comment-form textarea {
            min-height: 80px;
            resize: vertical;
        }
        .comment-form button {
            background: #ff8906;
            border: none;
            color: #0f0e17;
            padding: 10px 28px;
            border-radius: 40px;
            font-weight: 600;
            cursor: pointer;
            transition: background 0.2s;
        }
        .comment-form button:hover {
            background: #f25f4c;
        }
        .link-list {
            list-style: none;
            padding-left: 0;
            display: flex;
            flex-direction: column;
            gap: 6px;
        }
        .link-list li::before {
            content: "▸ ";
            color: #ff8906;
            font-weight: 700;
        }
        .link-list a {
            color: #e8e6e3;
            border-bottom: 1px dotted #3d3c4a;
            padding-bottom: 2px;
        }
        .link-list a:hover {
            color: #ff8906;
            border-color: #ff8906;
        }
        friend-link {
            display: block;
            background: #232133;
            border-radius: 16px;
            padding: 18px 20px;
            margin-top: 20px;
            border: 1px solid #2f2d42;
        }
        friend-link a {
            display: inline-block;
            margin: 4px 12px 4px 0;
            color: #ff8906;
            border-bottom: 1px solid #3d3c4a;
        }
        friend-link a:hover {
            color: #f25f4c;
        }
        .site-footer {
            margin-top: 40px;
            padding-top: 20px;
            border-top: 1px solid #2b2a3a;
            font-size: 0.85rem;
            color: #6c6e7a;
            text-align: center;
        }
        .site-footer p {
            margin-bottom: 0.4rem;
        }
        @media (max-width: 768px) {
            .container {
                padding: 12px 14px 20px;
            }
            h1 {
                font-size: 1.6rem;
                padding-left: 0.7rem;
            }
            h2 {
                font-size: 1.3rem;
            }
            .nav-bar {
                display: none;
                flex-direction: column;
                width: 100%;
                background: #1a1926;
                padding: 12px 0 16px;
                gap: 6px;
                border-top: 1px solid #2b2a3a;
                margin-top: 10px;
            }
            .nav-bar.open {
                display: flex;
            }
            .nav-bar a {
                width: 100%;
                text-align: center;
                padding: 10px 0;
                border-radius: 0;
                background: transparent;
                border-bottom: 1px solid #2b2a3a;
            }
            .hamburger {
                display: inline-block;
            }
            .breadcrumb {
                font-size: 0.75rem;
                gap: 4px 8px;
            }
            .search-box {
                max-width: 100%;
            }
            .rating-area {
                flex-direction: column;
                align-items: flex-start;
            }
            .stars {
                font-size: 1.3rem;
            }
            .content-grid {
                gap: 16px;
            }
            .card {
                padding: 14px 16px;
            }
        }
        @media (min-width: 769px) {
            .hamburger {
                display: none !important;
            }
            .nav-bar {
                display: flex !important;
            }
        }
        ::-webkit-scrollbar {
            width: 8px;
        }
        ::-webkit-scrollbar-track {
            background: #1a1926;
        }
        ::-webkit-scrollbar-thumb {
            background: #3d3c4a;
            border-radius: 12px;
        }
        ::-webkit-scrollbar-thumb:hover {
            background: #ff8906;
        }
        .updated {
            font-size: 0.8rem;
            color: #6c6e7a;
            margin-top: -0.4rem;
            margin-bottom: 1.2rem;
            display: block;
        }
        .emoji-lg {
            font-size: 1.3rem;
            margin-right: 4px;
        }
        .badge {
            background: #ff8906;
            color: #0f0e17;
            padding: 2px 12px;
            border-radius: 40px;
            font-size: 0.7rem;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            display: inline-block;
        }
        .highlight {
            background: linear-gradient(120deg, #ff890622 0%, #ff890608 80%);
            padding: 0 4px;
            border-radius: 4px;
        }
        .table-wrap {
            overflow-x: auto;
            margin: 16px 0;
        }
        table {
            width: 100%;
            border-collapse: collapse;
            font-size: 0.9rem;
        }
        th,
        td {
            padding: 10px 14px;
            text-align: left;
            border-bottom: 1px solid #2f2d42;
        }
        th {
            background: #2b2a3a;
            color: #ff8906;
            font-weight: 600;
        }
        tr:hover td {
            background: #2b2a3a44;
        }
