        *,
        *::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: #0b0f15;
            color: #e4e9f0;
            line-height: 1.7;
            padding: 0;
            margin: 0;
        }
        a {
            color: #f5b342;
            text-decoration: none;
            transition: color 0.25s ease;
        }
        a:hover,
        a:focus {
            color: #ffd78a;
            text-decoration: underline;
        }
        img {
            max-width: 100%;
            height: auto;
            display: block;
            border-radius: 12px;
        }
        ul,
        ol {
            padding-left: 1.5rem;
            margin: 0.75rem 0;
        }
        li {
            margin-bottom: 0.4rem;
        }
        h1,
        h2,
        h3,
        h4,
        h5,
        h6 {
            font-weight: 700;
            line-height: 1.25;
            color: #ffffff;
            margin-top: 1.8rem;
            margin-bottom: 0.75rem;
        }
        h1 {
            font-size: 2.6rem;
            letter-spacing: -0.02em;
            border-bottom: 3px solid #f5b342;
            padding-bottom: 0.6rem;
            display: inline-block;
        }
        h2 {
            font-size: 2rem;
            border-left: 5px solid #f5b342;
            padding-left: 1rem;
            margin-top: 2.8rem;
        }
        h3 {
            font-size: 1.5rem;
            color: #f5d78a;
            margin-top: 2rem;
        }
        h4 {
            font-size: 1.2rem;
            color: #c8d6e5;
            margin-top: 1.4rem;
            font-weight: 600;
        }
        p {
            margin: 0.9rem 0 1.2rem 0;
            font-size: 1.05rem;
            color: #d6dee8;
        }
        strong,
        b {
            color: #ffffff;
            font-weight: 700;
        }
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 1.2rem;
        }
        .site-header {
            background: #141a24;
            border-bottom: 2px solid #2a3548;
            padding: 0.6rem 0;
            position: sticky;
            top: 0;
            z-index: 100;
            backdrop-filter: blur(6px);
            background: rgba(20, 26, 36, 0.96);
        }
        .header-inner {
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
            gap: 0.6rem 1.2rem;
        }
        .my-logo {
            font-size: 1.9rem;
            font-weight: 800;
            background: linear-gradient(135deg, #f5b342, #f7d06a);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            letter-spacing: -0.03em;
            display: flex;
            align-items: center;
            gap: 0.4rem;
        }
        .my-logo i {
            background: none;
            -webkit-text-fill-color: #f5b342;
            font-size: 1.8rem;
        }
        .my-logo small {
            font-size: 0.7rem;
            -webkit-text-fill-color: #8f9bb3;
            font-weight: 400;
            display: block;
            letter-spacing: 0.2px;
        }
        .my-logo a {
            text-decoration: none;
            color: inherit;
            background: inherit;
            -webkit-text-fill-color: inherit;
        }
        .my-logo a:hover {
            opacity: 0.9;
        }
        .nav-toggle {
            display: none;
            background: none;
            border: 2px solid #f5b342;
            color: #f5b342;
            font-size: 1.6rem;
            padding: 0.3rem 0.8rem;
            border-radius: 8px;
            cursor: pointer;
            transition: 0.2s;
        }
        .nav-toggle:hover {
            background: #f5b34222;
        }
        .nav-menu {
            display: flex;
            gap: 0.3rem 1rem;
            flex-wrap: wrap;
            align-items: center;
            list-style: none;
            padding: 0;
            margin: 0;
        }
        .nav-menu li a {
            color: #c8d6e5;
            font-weight: 500;
            padding: 0.3rem 0.7rem;
            border-radius: 6px;
            font-size: 0.95rem;
            transition: 0.2s;
            display: block;
        }
        .nav-menu li a:hover {
            background: #2a3548;
            color: #f5b342;
            text-decoration: none;
        }
        .nav-menu li a.active {
            color: #f5b342;
            border-bottom: 2px solid #f5b342;
        }
        .breadcrumb {
            background: #1a212e;
            padding: 0.5rem 1.2rem;
            border-radius: 8px;
            margin: 0.8rem 0 1.2rem 0;
            font-size: 0.9rem;
            color: #8f9bb3;
            display: flex;
            flex-wrap: wrap;
            gap: 0.3rem 0.8rem;
            list-style: none;
        }
        .breadcrumb li+li::before {
            content: "›";
            margin-right: 0.6rem;
            color: #f5b342;
            font-weight: 700;
        }
        .breadcrumb a {
            color: #b0c4de;
        }
        .breadcrumb a:hover {
            color: #f5b342;
        }
        .breadcrumb .current {
            color: #f5d78a;
            font-weight: 600;
        }
        .search-bar {
            display: flex;
            gap: 0.4rem;
            max-width: 420px;
            margin: 1.2rem 0 0.6rem 0;
        }
        .search-bar input {
            flex: 1;
            padding: 0.65rem 1rem;
            border: 2px solid #2a3548;
            border-radius: 30px;
            background: #1a212e;
            color: #e4e9f0;
            font-size: 0.95rem;
            outline: none;
            transition: 0.25s;
        }
        .search-bar input:focus {
            border-color: #f5b342;
            background: #1f2838;
        }
        .search-bar button {
            background: #f5b342;
            border: none;
            border-radius: 30px;
            padding: 0.65rem 1.4rem;
            color: #0b0f15;
            font-weight: 700;
            cursor: pointer;
            transition: 0.25s;
            font-size: 0.95rem;
            display: flex;
            align-items: center;
            gap: 0.4rem;
        }
        .search-bar button:hover {
            background: #ffd06a;
            transform: scale(1.02);
        }
        .hero-figure {
            margin: 1.8rem 0 2.5rem 0;
            border-radius: 16px;
            overflow: hidden;
            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.7);
            background: #1a212e;
            text-align: center;
        }
        .hero-figure img {
            width: 100%;
            max-height: 500px;
            object-fit: cover;
        }
        .hero-figure figcaption {
            padding: 0.8rem 1rem;
            color: #8f9bb3;
            font-style: italic;
            font-size: 0.9rem;
            background: #141a24;
        }
        .content-card {
            background: #141a24;
            border-radius: 14px;
            padding: 1.8rem 2rem;
            margin: 1.8rem 0;
            border: 1px solid #2a3548;
            transition: 0.2s;
        }
        .content-card:hover {
            border-color: #f5b34255;
            box-shadow: 0 4px 20px rgba(245, 179, 66, 0.06);
        }
        .content-card h3 {
            margin-top: 0;
        }
        .data-table {
            width: 100%;
            border-collapse: collapse;
            margin: 1.2rem 0;
            background: #1a212e;
            border-radius: 12px;
            overflow: hidden;
        }
        .data-table th,
        .data-table td {
            padding: 0.8rem 1rem;
            text-align: left;
            border-bottom: 1px solid #2a3548;
        }
        .data-table th {
            background: #2a3548;
            color: #f5b342;
            font-weight: 700;
            text-transform: uppercase;
            font-size: 0.85rem;
            letter-spacing: 0.5px;
        }
        .data-table tr:hover td {
            background: #1f2838;
        }
        .rating-section,
        .comment-section {
            background: #141a24;
            border-radius: 14px;
            padding: 1.8rem 2rem;
            margin: 2rem 0;
            border: 1px solid #2a3548;
        }
        .star-group {
            display: flex;
            gap: 0.3rem;
            font-size: 2rem;
            color: #3a4558;
            cursor: pointer;
            margin: 0.4rem 0 1rem 0;
            flex-wrap: wrap;
        }
        .star-group i {
            transition: 0.2s;
        }
        .star-group i:hover,
        .star-group i.active {
            color: #f5b342;
            transform: scale(1.1);
        }
        .rating-section form,
        .comment-section form {
            display: flex;
            flex-direction: column;
            gap: 0.8rem;
            margin-top: 0.6rem;
        }
        .rating-section input,
        .comment-section input,
        .comment-section textarea {
            padding: 0.7rem 1rem;
            border: 2px solid #2a3548;
            border-radius: 8px;
            background: #1a212e;
            color: #e4e9f0;
            font-size: 0.95rem;
            outline: none;
            transition: 0.2s;
        }
        .rating-section input:focus,
        .comment-section input:focus,
        .comment-section textarea:focus {
            border-color: #f5b342;
        }
        .comment-section textarea {
            min-height: 100px;
            resize: vertical;
        }
        .btn-submit {
            background: #f5b342;
            color: #0b0f15;
            border: none;
            padding: 0.7rem 1.8rem;
            border-radius: 30px;
            font-weight: 700;
            font-size: 1rem;
            cursor: pointer;
            transition: 0.25s;
            align-self: flex-start;
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }
        .btn-submit:hover {
            background: #ffd06a;
            transform: translateY(-2px);
            box-shadow: 0 4px 15px rgba(245, 179, 66, 0.3);
        }
        .friend-links-section {
            background: #141a24;
            border-top: 2px solid #2a3548;
            padding: 2rem 0;
            margin-top: 3rem;
        }
        .friend-links-section h3 {
            margin-top: 0;
            font-size: 1.4rem;
            color: #f5d78a;
        }
        friend-link {
            display: inline-flex;
            flex-wrap: wrap;
            gap: 0.8rem 1.4rem;
            padding: 0.6rem 0;
        }
        friend-link a {
            color: #b0c4de;
            font-weight: 500;
            padding: 0.2rem 0.6rem;
            border: 1px solid #2a3548;
            border-radius: 20px;
            font-size: 0.9rem;
            transition: 0.2s;
        }
        friend-link a:hover {
            border-color: #f5b342;
            color: #f5b342;
            text-decoration: none;
            background: #1f2838;
        }
        .site-footer {
            background: #0b0f15;
            border-top: 1px solid #1a212e;
            padding: 2rem 1.2rem;
            text-align: center;
            color: #6a7a8e;
            font-size: 0.9rem;
        }
        .site-footer .copyright {
            margin-top: 0.6rem;
            letter-spacing: 0.3px;
        }
        .site-footer .copyright i {
            color: #f5b342;
        }
        @media (max-width: 768px) {
            h1 {
                font-size: 1.9rem;
            }
            h2 {
                font-size: 1.5rem;
            }
            h3 {
                font-size: 1.25rem;
            }
            .header-inner {
                flex-direction: row;
            }
            .nav-toggle {
                display: block;
            }
            .nav-menu {
                display: none;
                flex-direction: column;
                width: 100%;
                background: #141a24;
                padding: 0.8rem 0;
                border-top: 1px solid #2a3548;
                margin-top: 0.4rem;
            }
            .nav-menu.open {
                display: flex;
            }
            .nav-menu li a {
                padding: 0.6rem 1rem;
            }
            .content-card {
                padding: 1.2rem 1.2rem;
            }
            .rating-section,
            .comment-section {
                padding: 1.2rem 1.2rem;
            }
            .search-bar {
                flex-direction: column;
                max-width: 100%;
            }
            .search-bar button {
                align-self: flex-start;
            }
            .breadcrumb {
                font-size: 0.8rem;
                padding: 0.4rem 0.8rem;
            }
            .data-table {
                font-size: 0.85rem;
            }
            .data-table th,
            .data-table td {
                padding: 0.5rem 0.6rem;
            }
            .hero-figure {
                margin: 1rem 0 1.5rem 0;
            }
            .container {
                padding: 0 0.8rem;
            }
            .my-logo {
                font-size: 1.5rem;
            }
        }
        @media (max-width: 480px) {
            h1 {
                font-size: 1.6rem;
            }
            h2 {
                font-size: 1.3rem;
                padding-left: 0.6rem;
            }
            .content-card {
                padding: 0.9rem 0.9rem;
            }
            .star-group {
                font-size: 1.6rem;
            }
            .btn-submit {
                width: 100%;
                justify-content: center;
            }
        }
        .highlight {
            color: #f5b342;
            font-weight: 600;
        }
        .small-meta {
            color: #6a7a8e;
            font-size: 0.85rem;
            margin-top: 0.2rem;
        }
        .flex-icon-list {
            display: flex;
            flex-wrap: wrap;
            gap: 0.6rem 1.6rem;
            list-style: none;
            padding: 0;
            margin: 0.6rem 0;
        }
        .flex-icon-list li i {
            color: #f5b342;
            width: 1.6rem;
        }
        .last-updated {
            color: #8f9bb3;
            font-size: 0.9rem;
            border-left: 3px solid #f5b342;
            padding-left: 0.8rem;
            margin: 1.2rem 0;
        }
        .content-area p,
        .content-area li {
            max-width: 75ch;
        }
        .content-area .content-card p {
            max-width: 100%;
        }
