        *,
        *::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, 'Helvetica Neue', Arial, sans-serif;
            background: #0b0d17;
            color: #e4e6f0;
            line-height: 1.75;
            min-height: 100vh;
            display: flex;
            flex-direction: column;
        }
        img {
            max-width: 100%;
            height: auto;
            display: block;
        }
        a {
            color: #f5c842;
            text-decoration: none;
            transition: color 0.25s ease;
        }
        a:hover,
        a:focus-visible {
            color: #ffe082;
            text-decoration: underline;
        }
        ul,
        ol {
            padding-left: 1.5rem;
        }
        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.4rem;
            margin-top: 0.5rem;
        }
        h2 {
            font-size: 2rem;
            border-bottom: 2px solid #f5c84233;
            padding-bottom: 0.4rem;
        }
        h3 {
            font-size: 1.55rem;
            color: #f0e6c5;
        }
        h4 {
            font-size: 1.25rem;
            color: #cbd5e0;
        }
        p {
            margin-bottom: 1.2rem;
        }
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 1.2rem;
        }
        .site-header {
            background: linear-gradient(145deg, #0f1322, #1a1f33);
            border-bottom: 2px solid #f5c84233;
            position: sticky;
            top: 0;
            z-index: 100;
            padding: 0.6rem 0;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.7);
        }
        .header-inner {
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
            gap: 0.8rem;
        }
        .my-logo {
            font-size: 1.8rem;
            font-weight: 800;
            letter-spacing: -0.02em;
            background: linear-gradient(135deg, #f5c842, #ffb347);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            text-shadow: 0 0 30px #f5c84222;
            display: inline-flex;
            align-items: center;
            gap: 0.3rem;
        }
        .my-logo small {
            font-size: 0.7rem;
            -webkit-text-fill-color: #8892b0;
            color: #8892b0;
            font-weight: 400;
            letter-spacing: 0.04em;
        }
        .nav-toggle {
            display: none;
            background: none;
            border: 2px solid #f5c84266;
            color: #f5c842;
            font-size: 1.6rem;
            padding: 0.2rem 0.7rem;
            border-radius: 6px;
            cursor: pointer;
            transition: 0.2s;
        }
        .nav-toggle:hover {
            background: #f5c84222;
        }
        .main-nav {
            display: flex;
            gap: 0.2rem;
            flex-wrap: wrap;
        }
        .main-nav a {
            padding: 0.45rem 1rem;
            border-radius: 6px;
            color: #cbd5e0;
            font-weight: 500;
            font-size: 0.95rem;
            transition: 0.2s;
            white-space: nowrap;
        }
        .main-nav a:hover,
        .main-nav a.active {
            background: #f5c84222;
            color: #f5c842;
            text-decoration: none;
        }
        .breadcrumb {
            background: #0b0d17;
            padding: 0.7rem 0;
            font-size: 0.9rem;
            border-bottom: 1px solid #1e2340;
        }
        .breadcrumb ul {
            display: flex;
            flex-wrap: wrap;
            list-style: none;
            padding: 0;
            gap: 0.4rem 0.8rem;
        }
        .breadcrumb li+li::before {
            content: "›";
            margin-right: 0.6rem;
            color: #5a6480;
        }
        .breadcrumb a {
            color: #8892b0;
        }
        .breadcrumb a:hover {
            color: #f5c842;
        }
        .breadcrumb .current {
            color: #f5c842;
            font-weight: 500;
        }
        .hero-section {
            position: relative;
            padding: 3rem 0 2.5rem;
            background: radial-gradient(ellipse at 30% 40%, #141b33 0%, #0b0d17 75%);
            text-align: center;
            overflow: hidden;
        }
        .hero-section::after {
            content: "✦";
            font-size: 18rem;
            position: absolute;
            right: -4rem;
            top: -6rem;
            color: #f5c84208;
            pointer-events: none;
            font-family: serif;
        }
        .hero-section h1 {
            font-size: 2.8rem;
            background: linear-gradient(135deg, #f5c842, #ffd966, #f5c842);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            margin-bottom: 0.75rem;
        }
        .hero-section p {
            font-size: 1.2rem;
            color: #b0b9d0;
            max-width: 780px;
            margin: 0 auto 1.2rem;
        }
        .hero-cta {
            display: inline-block;
            background: #f5c842;
            color: #0b0d17;
            font-weight: 700;
            padding: 0.8rem 2.4rem;
            border-radius: 50px;
            font-size: 1.1rem;
            transition: 0.3s;
            box-shadow: 0 4px 20px #f5c84233;
        }
        .hero-cta:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 30px #f5c84255;
            color: #0b0d17;
            text-decoration: none;
        }
        .last-updated {
            display: inline-block;
            margin-top: 1.2rem;
            font-size: 0.85rem;
            color: #6a7490;
            background: #1a1f33;
            padding: 0.3rem 1.2rem;
            border-radius: 30px;
        }
        .featured-image-wrap {
            margin: 2.5rem 0;
            border-radius: 16px;
            overflow: hidden;
            border: 1px solid #2a304a;
            box-shadow: 0 8px 40px rgba(0, 0, 0, 0.6);
            background: #11162b;
        }
        .featured-image-wrap img {
            width: 100%;
            height: auto;
            max-height: 520px;
            object-fit: cover;
        }
        .featured-image-wrap figcaption {
            padding: 0.8rem 1.4rem;
            font-size: 0.9rem;
            color: #8892b0;
            background: #0f1322;
            border-top: 1px solid #1e2340;
        }
        .content-layout {
            display: grid;
            grid-template-columns: 1fr 300px;
            gap: 2.5rem;
            padding: 2rem 0 3rem;
        }
        .main-content {
            min-width: 0;
        }
        .sidebar {
            position: sticky;
            top: 90px;
            align-self: start;
        }
        .sidebar-card {
            background: #11162b;
            border: 1px solid #1e2340;
            border-radius: 14px;
            padding: 1.5rem;
            margin-bottom: 1.8rem;
        }
        .sidebar-card h3 {
            font-size: 1.2rem;
            margin-top: 0;
            border-bottom: 1px solid #2a304a;
            padding-bottom: 0.6rem;
            margin-bottom: 0.8rem;
        }
        .sidebar-link-list {
            list-style: none;
            padding: 0;
        }
        .sidebar-link-list li+li {
            margin-top: 0.6rem;
            padding-top: 0.6rem;
            border-top: 1px solid #1e2340;
        }
        .sidebar-link-list a {
            display: block;
            font-size: 0.95rem;
            padding: 0.2rem 0;
        }
        .form-card {
            background: #11162b;
            border: 1px solid #1e2340;
            border-radius: 14px;
            padding: 1.8rem;
            margin: 2.5rem 0;
        }
        .form-card h3 {
            margin-top: 0;
        }
        .form-group {
            margin-bottom: 1.2rem;
        }
        .form-group label {
            display: block;
            font-weight: 600;
            margin-bottom: 0.3rem;
            color: #cbd5e0;
        }
        .form-group input,
        .form-group textarea,
        .form-group select {
            width: 100%;
            padding: 0.7rem 1rem;
            background: #0b0d17;
            border: 1px solid #2a304a;
            border-radius: 8px;
            color: #e4e6f0;
            font-size: 1rem;
            font-family: inherit;
            transition: 0.2s;
        }
        .form-group input:focus,
        .form-group textarea:focus {
            outline: none;
            border-color: #f5c842;
            box-shadow: 0 0 0 3px #f5c84222;
        }
        .form-group textarea {
            min-height: 100px;
            resize: vertical;
        }
        .btn-primary {
            background: #f5c842;
            color: #0b0d17;
            font-weight: 700;
            padding: 0.7rem 2rem;
            border: none;
            border-radius: 8px;
            font-size: 1rem;
            cursor: pointer;
            transition: 0.25s;
        }
        .btn-primary:hover {
            background: #ffd966;
            transform: translateY(-1px);
            box-shadow: 0 4px 16px #f5c84244;
        }
        .star-rating {
            display: flex;
            flex-direction: row-reverse;
            justify-content: flex-end;
            gap: 0.3rem;
            font-size: 1.8rem;
        }
        .star-rating input {
            display: none;
        }
        .star-rating label {
            cursor: pointer;
            color: #3a4058;
            transition: 0.2s;
        }
        .star-rating label:hover,
        .star-rating label:hover~label,
        .star-rating input:checked~label {
            color: #f5c842;
        }
        .comment-item {
            background: #0f1322;
            border-radius: 10px;
            padding: 1.2rem 1.4rem;
            margin-bottom: 1rem;
            border-left: 3px solid #f5c84255;
        }
        .comment-item strong {
            color: #f5c842;
        }
        .comment-item .meta {
            font-size: 0.85rem;
            color: #6a7490;
            margin-top: 0.3rem;
        }
        .site-footer {
            background: #0a0c16;
            border-top: 2px solid #1e2340;
            padding: 2.5rem 0 1.5rem;
            margin-top: auto;
        }
        .footer-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 2rem;
        }
        .footer-grid h4 {
            color: #f5c842;
            font-size: 1.1rem;
            margin-top: 0;
        }
        .footer-links {
            list-style: none;
            padding: 0;
        }
        .footer-links li+li {
            margin-top: 0.4rem;
        }
        .footer-links a {
            color: #8892b0;
            font-size: 0.92rem;
        }
        .footer-links a:hover {
            color: #f5c842;
        }
        .copyright {
            text-align: center;
            padding-top: 2rem;
            margin-top: 2rem;
            border-top: 1px solid #1a1f33;
            color: #5a6480;
            font-size: 0.85rem;
        }
        friend-link {
            display: block;
            padding: 1.2rem 0 0.4rem;
        }
        friend-link a {
            display: inline-block;
            margin: 0.3rem 0.6rem 0.3rem 0;
            padding: 0.3rem 1rem;
            background: #11162b;
            border-radius: 6px;
            border: 1px solid #1e2340;
            font-size: 0.9rem;
            color: #8892b0;
            transition: 0.2s;
        }
        friend-link a:hover {
            border-color: #f5c84255;
            color: #f5c842;
            text-decoration: none;
        }
        @media (max-width: 900px) {
            .content-layout {
                grid-template-columns: 1fr;
            }
            .sidebar {
                position: static;
                order: 2;
            }
            .hero-section h1 {
                font-size: 2rem;
            }
            h2 {
                font-size: 1.6rem;
            }
            h3 {
                font-size: 1.3rem;
            }
        }
        @media (max-width: 700px) {
            .nav-toggle {
                display: block;
            }
            .main-nav {
                display: none;
                width: 100%;
                flex-direction: column;
                gap: 0.2rem;
                padding-top: 0.6rem;
                border-top: 1px solid #1e2340;
                margin-top: 0.4rem;
            }
            .main-nav.open {
                display: flex;
            }
            .main-nav a {
                padding: 0.6rem 1rem;
            }
            .header-inner {
                align-items: center;
            }
            .hero-section h1 {
                font-size: 1.7rem;
            }
            .hero-section p {
                font-size: 1rem;
            }
            .my-logo {
                font-size: 1.4rem;
            }
            .form-card {
                padding: 1.2rem;
            }
        }
        @media (max-width: 480px) {
            .container {
                padding: 0 0.9rem;
            }
            h1 {
                font-size: 1.5rem;
            }
            h2 {
                font-size: 1.3rem;
            }
            .hero-section {
                padding: 2rem 0 1.5rem;
            }
        }
        .highlight-box {
            background: #11162b;
            border-left: 4px solid #f5c842;
            padding: 1.2rem 1.6rem;
            border-radius: 0 12px 12px 0;
            margin: 1.8rem 0;
        }
        .emoji-big {
            font-size: 1.4em;
            line-height: 1;
        }
        .tag {
            display: inline-block;
            background: #1e2340;
            color: #b0b9d0;
            padding: 0.15rem 0.7rem;
            border-radius: 30px;
            font-size: 0.8rem;
            font-weight: 500;
        }
        .table-wrap {
            overflow-x: auto;
            margin: 1.8rem 0;
        }
        table {
            width: 100%;
            border-collapse: collapse;
            background: #0f1322;
            border-radius: 10px;
            overflow: hidden;
        }
        th,
        td {
            padding: 0.7rem 1rem;
            text-align: left;
            border-bottom: 1px solid #1e2340;
        }
        th {
            background: #1a1f33;
            color: #f5c842;
            font-weight: 600;
        }
        tr:last-child td {
            border-bottom: none;
        }
        .back-to-top {
            position: fixed;
            bottom: 2rem;
            right: 2rem;
            background: #f5c842;
            color: #0b0d17;
            width: 44px;
            height: 44px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.4rem;
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.5);
            transition: 0.3s;
            opacity: 0;
            pointer-events: none;
            z-index: 50;
            border: none;
            cursor: pointer;
        }
        .back-to-top.visible {
            opacity: 1;
            pointer-events: auto;
        }
        .back-to-top:hover {
            transform: translateY(-3px);
            box-shadow: 0 8px 30px #f5c84255;
        }
        .search-results {
            background: #11162b;
            border-radius: 10px;
            padding: 1.2rem;
            margin-top: 1rem;
            display: none;
        }
        .search-results.show {
            display: block;
        }
