        *,
        *::before,
        *::after {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }
        html {
            scroll-behavior: smooth;
            font-size: 16px;
        }
        body {
            font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
            background: #0b0d10;
            color: #e8edf2;
            line-height: 1.8;
            min-height: 100vh;
        }
        a {
            color: #f5c542;
            text-decoration: none;
            transition: color 0.2s ease;
        }
        a:hover,
        a:focus-visible {
            color: #ffd966;
            text-decoration: underline;
        }
        img {
            max-width: 100%;
            height: auto;
            display: block;
            border-radius: 12px;
        }
        h1,
        h2,
        h3,
        h4,
        h5,
        h6 {
            font-weight: 700;
            line-height: 1.25;
            letter-spacing: -0.01em;
            color: #ffffff;
        }
        h1 {
            font-size: 2.4rem;
            margin-bottom: 0.75rem;
        }
        h2 {
            font-size: 1.8rem;
            margin-top: 2.5rem;
            margin-bottom: 0.6rem;
            border-left: 5px solid #f5c542;
            padding-left: 1rem;
        }
        h3 {
            font-size: 1.4rem;
            margin-top: 1.8rem;
            margin-bottom: 0.4rem;
            color: #f0e6d3;
        }
        h4 {
            font-size: 1.15rem;
            margin-top: 1.4rem;
            margin-bottom: 0.3rem;
            color: #d4d9e0;
        }
        p {
            margin-bottom: 1.2rem;
            color: #cfd8e0;
        }
        ul,
        ol {
            margin: 0.8rem 0 1.4rem 1.8rem;
            color: #cfd8e0;
        }
        li {
            margin-bottom: 0.3rem;
        }
        strong,
        b {
            color: #f5e7c8;
            font-weight: 600;
        }
        em {
            color: #f5c542;
        }
        hr {
            border: none;
            border-top: 2px solid #2a2e36;
            margin: 2rem 0;
        }
        .container {
            max-width: 1120px;
            margin: 0 auto;
            padding: 0 1.2rem;
        }
        .site-header {
            background: #14181e;
            border-bottom: 2px solid #2a2e36;
            position: sticky;
            top: 0;
            z-index: 100;
            padding: 0.6rem 0;
            backdrop-filter: blur(8px);
            background: rgba(20, 24, 30, 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.7rem;
            font-weight: 800;
            color: #f5c542;
            letter-spacing: -0.5px;
            display: flex;
            align-items: center;
            gap: 0.5rem;
            background: linear-gradient(135deg, #f5c542, #e6a800);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }
        .my-logo i {
            -webkit-text-fill-color: #f5c542;
            font-size: 1.6rem;
        }
        .my-logo small {
            font-size: 0.7rem;
            -webkit-text-fill-color: #8a8f96;
            font-weight: 400;
            display: block;
            letter-spacing: 0.3px;
        }
        .nav-wrapper {
            display: flex;
            align-items: center;
            gap: 1rem;
        }
        .nav-list {
            display: flex;
            list-style: none;
            gap: 0.2rem 1rem;
            flex-wrap: wrap;
            margin: 0;
        }
        .nav-list a {
            padding: 0.4rem 0.6rem;
            border-radius: 6px;
            font-size: 0.95rem;
            font-weight: 500;
            color: #c8ced6;
            transition: background 0.2s, color 0.2s;
        }
        .nav-list a:hover,
        .nav-list a:focus-visible {
            background: #2a2e36;
            color: #f5c542;
            text-decoration: none;
        }
        .hamburger {
            display: none;
            background: none;
            border: none;
            color: #f5c542;
            font-size: 1.8rem;
            cursor: pointer;
            padding: 0.2rem 0.4rem;
        }
        .breadcrumb {
            padding: 0.8rem 0 0.2rem 0;
            font-size: 0.9rem;
            color: #8a8f96;
            display: flex;
            flex-wrap: wrap;
            gap: 0.3rem 0.6rem;
            list-style: none;
            margin: 0;
        }
        .breadcrumb li+li::before {
            content: "/";
            margin-right: 0.6rem;
            color: #4a4f58;
        }
        .breadcrumb a {
            color: #b0b6c0;
        }
        .breadcrumb a:hover {
            color: #f5c542;
        }
        .breadcrumb .active {
            color: #f5c542;
            font-weight: 500;
        }
        .hero {
            padding: 2.5rem 0 2rem 0;
            text-align: center;
        }
        .hero h1 {
            font-size: 2.8rem;
            background: linear-gradient(135deg, #f5c542, #f5a623);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }
        .hero p {
            font-size: 1.15rem;
            max-width: 780px;
            margin: 0.8rem auto 1.5rem auto;
            color: #a8b0ba;
        }
        .hero .meta-badge {
            display: inline-flex;
            gap: 1.4rem;
            flex-wrap: wrap;
            justify-content: center;
            font-size: 0.9rem;
            color: #8a8f96;
            margin-top: 0.6rem;
        }
        .hero .meta-badge span {
            background: #1e222a;
            padding: 0.2rem 1rem;
            border-radius: 30px;
            border: 1px solid #2a2e36;
        }
        .featured-img {
            margin: 2rem 0 2.5rem 0;
            border-radius: 16px;
            overflow: hidden;
            box-shadow: 0 20px 40px -12px rgba(0, 0, 0, 0.8);
        }
        .featured-img img {
            width: 100%;
            max-height: 480px;
            object-fit: cover;
        }
        .featured-img figcaption {
            font-size: 0.85rem;
            color: #7a7f88;
            padding: 0.6rem 1rem;
            background: #14181e;
            text-align: center;
        }
        .grid-2 {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 1.6rem;
            margin: 1.6rem 0;
        }
        .grid-3 {
            display: grid;
            grid-template-columns: 1fr 1fr 1fr;
            gap: 1.4rem;
            margin: 1.6rem 0;
        }
        .card {
            background: #1a1e26;
            border: 1px solid #2a2e36;
            border-radius: 14px;
            padding: 1.4rem 1.2rem;
            transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
        }
        .card:hover {
            transform: translateY(-4px);
            box-shadow: 0 12px 28px -8px rgba(0, 0, 0, 0.6);
            border-color: #f5c54244;
        }
        .card h3 {
            margin-top: 0;
        }
        .card h3 a {
            color: #f5c542;
        }
        .card h3 a:hover {
            color: #ffd966;
        }
        .card p {
            font-size: 0.95rem;
            color: #b8c0ca;
        }
        .card .btn-sm {
            display: inline-block;
            margin-top: 0.6rem;
            padding: 0.3rem 1.2rem;
            background: #f5c542;
            color: #0b0d10;
            border-radius: 30px;
            font-weight: 600;
            font-size: 0.85rem;
            transition: background 0.2s, transform 0.1s;
        }
        .card .btn-sm:hover {
            background: #ffd966;
            transform: scale(1.02);
            text-decoration: none;
            color: #0b0d10;
        }
        .table-wrap {
            overflow-x: auto;
            margin: 1.6rem 0;
            border-radius: 12px;
            border: 1px solid #2a2e36;
        }
        table {
            width: 100%;
            border-collapse: collapse;
            background: #1a1e26;
            font-size: 0.95rem;
        }
        th,
        td {
            padding: 0.7rem 1rem;
            text-align: left;
            border-bottom: 1px solid #2a2e36;
        }
        th {
            background: #222831;
            color: #f5c542;
            font-weight: 600;
            white-space: nowrap;
        }
        tr:last-child td {
            border-bottom: none;
        }
        tr:hover td {
            background: #242a34;
        }
        .form-section {
            background: #14181e;
            border: 1px solid #2a2e36;
            border-radius: 16px;
            padding: 2rem 1.8rem;
            margin: 2rem 0;
        }
        .form-section h3 {
            margin-top: 0;
            display: flex;
            align-items: center;
            gap: 0.6rem;
        }
        .form-group {
            margin-bottom: 1.2rem;
        }
        .form-group label {
            display: block;
            font-weight: 500;
            margin-bottom: 0.3rem;
            color: #c8ced6;
        }
        .form-group input,
        .form-group textarea,
        .form-group select {
            width: 100%;
            padding: 0.7rem 1rem;
            background: #1e222a;
            border: 1px solid #2a2e36;
            border-radius: 8px;
            color: #e8edf2;
            font-size: 1rem;
            font-family: inherit;
            transition: border 0.2s, box-shadow 0.2s;
        }
        .form-group input:focus,
        .form-group textarea:focus {
            outline: none;
            border-color: #f5c542;
            box-shadow: 0 0 0 3px #f5c54222;
        }
        .form-group textarea {
            min-height: 100px;
            resize: vertical;
        }
        .btn-primary {
            background: #f5c542;
            border: none;
            padding: 0.7rem 2.2rem;
            border-radius: 40px;
            font-weight: 700;
            font-size: 1rem;
            color: #0b0d10;
            cursor: pointer;
            transition: background 0.2s, transform 0.1s;
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
        }
        .btn-primary:hover {
            background: #ffd966;
            transform: scale(1.02);
        }
        .btn-primary:active {
            transform: scale(0.98);
        }
        .star-rating {
            display: flex;
            gap: 0.4rem;
            font-size: 2rem;
            direction: rtl;
            justify-content: flex-end;
            margin: 0.6rem 0;
        }
        .star-rating input {
            display: none;
        }
        .star-rating label {
            color: #3a3f48;
            cursor: pointer;
            transition: color 0.15s;
        }
        .star-rating label:hover,
        .star-rating label:hover~label,
        .star-rating input:checked~label {
            color: #f5c542;
        }
        .comment-list {
            margin: 1.6rem 0;
        }
        .comment-item {
            background: #1a1e26;
            border: 1px solid #2a2e36;
            border-radius: 12px;
            padding: 1rem 1.2rem;
            margin-bottom: 0.8rem;
        }
        .comment-item .meta {
            font-size: 0.85rem;
            color: #7a7f88;
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
            gap: 0.4rem;
        }
        .comment-item .name {
            font-weight: 600;
            color: #f5c542;
        }
        friend-link {
            display: block;
            margin: 1.6rem 0 0.8rem 0;
            padding: 1.2rem 1.6rem;
            background: #14181e;
            border: 1px solid #2a2e36;
            border-radius: 14px;
            font-size: 0.95rem;
        }
        friend-link a {
            display: inline-block;
            margin: 0.2rem 0.8rem 0.2rem 0;
            padding: 0.2rem 0.8rem;
            background: #1e222a;
            border-radius: 30px;
            border: 1px solid #2a2e36;
            transition: background 0.2s, border-color 0.2s;
        }
        friend-link a:hover {
            background: #2a2e36;
            border-color: #f5c54244;
            text-decoration: none;
        }
        .site-footer {
            background: #0d1014;
            border-top: 2px solid #1e222a;
            padding: 2.5rem 0 1.8rem 0;
            margin-top: 3rem;
        }
        .site-footer .copyright {
            text-align: center;
            color: #6a707a;
            font-size: 0.9rem;
            margin-top: 1.2rem;
            padding-top: 1.2rem;
            border-top: 1px solid #1e222a;
        }
        @media (max-width: 820px) {
            .grid-2,
            .grid-3 {
                grid-template-columns: 1fr;
            }
            h1 {
                font-size: 1.9rem;
            }
            h2 {
                font-size: 1.5rem;
            }
            .hero h1 {
                font-size: 2rem;
            }
            .header-inner {
                flex-wrap: wrap;
            }
            .nav-list {
                display: none;
                flex-direction: column;
                width: 100%;
                background: #14181e;
                padding: 0.8rem 0;
                border-top: 1px solid #2a2e36;
                margin-top: 0.4rem;
            }
            .nav-list.open {
                display: flex;
            }
            .hamburger {
                display: block;
            }
            .form-section {
                padding: 1.4rem 1rem;
            }
            .star-rating {
                font-size: 1.6rem;
                justify-content: center;
            }
            .breadcrumb {
                font-size: 0.8rem;
            }
        }
        @media (max-width: 480px) {
            .container {
                padding: 0 0.9rem;
            }
            h1 {
                font-size: 1.6rem;
            }
            h2 {
                font-size: 1.3rem;
                padding-left: 0.6rem;
            }
            .hero h1 {
                font-size: 1.7rem;
            }
            .my-logo {
                font-size: 1.3rem;
            }
            .btn-primary {
                width: 100%;
                justify-content: center;
            }
        }
        .anchor-offset {
            scroll-margin-top: 90px;
        }
        .tag {
            display: inline-block;
            background: #1e222a;
            padding: 0.1rem 0.8rem;
            border-radius: 30px;
            font-size: 0.8rem;
            color: #a8b0ba;
            border: 1px solid #2a2e36;
        }
        .text-accent {
            color: #f5c542;
        }
        .mt-1 {
            margin-top: 1rem;
        }
        .mb-1 {
            margin-bottom: 1rem;
        }
        .flex-between {
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
            gap: 0.6rem;
        }
        .no-bullet {
            list-style: none;
            margin-left: 0;
        }
        .fa-ul li {
            margin-bottom: 0.5rem;
        }
        .fa-ul .fa-li {
            color: #f5c542;
        }
