        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        html {
            scroll-behavior: smooth;
        }
        body {
            font-family: 'Segoe UI', Roboto, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
            background: #0b0e14;
            color: #e8edf5;
            line-height: 1.7;
            font-size: 16px;
            -webkit-font-smoothing: antialiased;
        }
        a {
            color: #f5c542;
            text-decoration: none;
            transition: color 0.25s ease;
        }
        a:hover {
            color: #ffdd77;
            text-decoration: underline;
        }
        img {
            max-width: 100%;
            height: auto;
            display: block;
            border-radius: 12px;
        }
        ul,
        ol {
            padding-left: 1.25rem;
        }
        li {
            margin-bottom: 0.4rem;
        }
        h1,
        h2,
        h3,
        h4,
        h5,
        h6 {
            font-weight: 700;
            line-height: 1.3;
            color: #ffffff;
            margin-top: 1.8rem;
            margin-bottom: 0.8rem;
        }
        h1 {
            font-size: 2.4rem;
            margin-top: 0.4rem;
        }
        h2 {
            font-size: 1.9rem;
            border-left: 5px solid #f5c542;
            padding-left: 1rem;
        }
        h3 {
            font-size: 1.5rem;
            color: #f0e6d0;
        }
        h4 {
            font-size: 1.25rem;
            color: #d4c9b0;
        }
        p {
            margin-bottom: 1.1rem;
            font-size: 1.05rem;
        }
        strong,
        b {
            color: #ffdd77;
            font-weight: 700;
        }
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }
        .site-header {
            background: linear-gradient(145deg, #1a202c, #0f131c);
            border-bottom: 2px solid #2d3748;
            padding: 0.8rem 0;
            position: sticky;
            top: 0;
            z-index: 100;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.6);
        }
        .header-inner {
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
        }
        .my-logo {
            font-size: 1.8rem;
            font-weight: 800;
            background: linear-gradient(135deg, #f5c542, #ff8c42);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            letter-spacing: -0.5px;
            display: flex;
            align-items: center;
            gap: 8px;
            text-decoration: none !important;
        }
        .my-logo i {
            -webkit-text-fill-color: #f5c542;
            font-size: 1.6rem;
        }
        .my-logo:hover {
            opacity: 0.9;
            text-decoration: none !important;
        }
        .nav-toggle {
            display: none;
            background: none;
            border: 2px solid #f5c542;
            color: #f5c542;
            font-size: 1.6rem;
            padding: 6px 14px;
            border-radius: 8px;
            cursor: pointer;
            transition: 0.2s;
        }
        .nav-toggle:hover {
            background: #f5c54222;
        }
        .main-nav {
            display: flex;
            gap: 0.5rem 1.2rem;
            flex-wrap: wrap;
            align-items: center;
        }
        .main-nav a {
            color: #cbd5e1;
            font-weight: 500;
            padding: 4px 6px;
            border-radius: 6px;
            font-size: 0.95rem;
            transition: 0.2s;
        }
        .main-nav a:hover {
            color: #f5c542;
            background: #ffffff0a;
            text-decoration: none;
        }
        .main-nav a i {
            margin-right: 4px;
        }
        @media (max-width: 768px) {
            .nav-toggle {
                display: block;
            }
            .main-nav {
                display: none;
                width: 100%;
                flex-direction: column;
                padding: 1rem 0 0.5rem 0;
                gap: 0.4rem;
                border-top: 1px solid #2d3748;
                margin-top: 0.6rem;
            }
            .main-nav.open {
                display: flex;
            }
            .main-nav a {
                padding: 10px 12px;
                font-size: 1.05rem;
                border-radius: 8px;
            }
            .main-nav a:hover {
                background: #ffffff12;
            }
            h1 {
                font-size: 1.8rem;
            }
            h2 {
                font-size: 1.5rem;
            }
            h3 {
                font-size: 1.25rem;
            }
            .container {
                padding: 0 14px;
            }
        }
        .breadcrumb {
            background: #151d2b;
            padding: 0.6rem 0;
            border-bottom: 1px solid #1e2a3a;
            font-size: 0.88rem;
        }
        .breadcrumb ul {
            list-style: none;
            display: flex;
            flex-wrap: wrap;
            gap: 0.3rem 0.6rem;
            padding: 0;
            margin: 0;
        }
        .breadcrumb li+li::before {
            content: "›";
            margin-right: 0.4rem;
            color: #6b7a8f;
        }
        .breadcrumb a {
            color: #94a3b8;
        }
        .breadcrumb a:hover {
            color: #f5c542;
        }
        .breadcrumb .current {
            color: #f5c542;
            font-weight: 600;
        }
        .hero-img-wrap {
            margin: 1.5rem 0 2rem 0;
            border-radius: 16px;
            overflow: hidden;
            box-shadow: 0 8px 40px rgba(0, 0, 0, 0.5);
            background: #1a202c;
            position: relative;
        }
        .hero-img-wrap img {
            width: 100%;
            max-height: 480px;
            object-fit: cover;
            border-radius: 16px;
        }
        .hero-img-wrap .img-caption {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            background: linear-gradient(transparent, #000000cc);
            padding: 2rem 1.5rem 1rem 1.5rem;
            color: #fff;
            font-size: 0.9rem;
        }
        .content-area {
            padding: 1.8rem 0 3rem 0;
        }
        .content-grid {
            display: grid;
            grid-template-columns: 1fr 300px;
            gap: 2.5rem;
        }
        .article-body {
            min-width: 0;
        }
        .sidebar {
            position: sticky;
            top: 100px;
            align-self: start;
        }
        @media (max-width: 992px) {
            .content-grid {
                grid-template-columns: 1fr;
            }
            .sidebar {
                position: static;
                margin-top: 2rem;
            }
        }
        .widget {
            background: #151d2b;
            border-radius: 14px;
            padding: 1.4rem 1.2rem;
            margin-bottom: 1.6rem;
            border: 1px solid #1e2a3a;
        }
        .widget h4 {
            font-size: 1.15rem;
            margin-top: 0;
            margin-bottom: 0.8rem;
            border-bottom: 2px solid #2d3748;
            padding-bottom: 0.5rem;
            color: #f5c542;
        }
        .widget ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }
        .widget li {
            padding: 0.3rem 0;
            border-bottom: 1px solid #1e2a3a;
            margin: 0;
        }
        .widget li:last-child {
            border-bottom: none;
        }
        .widget a {
            display: block;
            padding: 0.3rem 0;
            font-size: 0.95rem;
        }
        .form-card {
            background: #151d2b;
            border-radius: 14px;
            padding: 1.6rem 1.4rem;
            border: 1px solid #1e2a3a;
            margin: 2rem 0;
        }
        .form-card h3 {
            margin-top: 0;
            color: #f5c542;
        }
        .form-group {
            margin-bottom: 1rem;
        }
        .form-group label {
            display: block;
            font-weight: 600;
            margin-bottom: 0.3rem;
            font-size: 0.95rem;
            color: #cbd5e1;
        }
        .form-group input,
        .form-group textarea,
        .form-group select {
            width: 100%;
            padding: 0.7rem 1rem;
            border-radius: 8px;
            border: 1px solid #2d3748;
            background: #0b0e14;
            color: #e8edf5;
            font-size: 1rem;
            font-family: inherit;
            transition: 0.2s;
        }
        .form-group input:focus,
        .form-group textarea:focus {
            outline: none;
            border-color: #f5c542;
            box-shadow: 0 0 0 3px #f5c54233;
        }
        .form-group textarea {
            min-height: 100px;
            resize: vertical;
        }
        .btn {
            display: inline-block;
            padding: 0.7rem 1.8rem;
            border-radius: 8px;
            border: none;
            font-weight: 700;
            font-size: 1rem;
            cursor: pointer;
            transition: 0.25s;
            background: linear-gradient(135deg, #f5c542, #e67e22);
            color: #0b0e14;
        }
        .btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 24px #f5c54244;
        }
        .btn-secondary {
            background: #2d3748;
            color: #e8edf5;
        }
        .btn-secondary:hover {
            background: #3d4a5e;
            box-shadow: none;
            transform: none;
        }
        .star-rating {
            display: flex;
            flex-direction: row-reverse;
            justify-content: flex-end;
            gap: 4px;
            font-size: 1.8rem;
            cursor: pointer;
        }
        .star-rating input {
            display: none;
        }
        .star-rating label {
            color: #3a4455;
            transition: 0.15s;
        }
        .star-rating label:hover,
        .star-rating label:hover~label,
        .star-rating input:checked~label {
            color: #f5c542;
        }
        .comment-item {
            background: #10161f;
            border-radius: 10px;
            padding: 1rem 1.2rem;
            margin-bottom: 0.8rem;
            border-left: 3px solid #f5c542;
        }
        .comment-item .meta {
            font-size: 0.85rem;
            color: #8a9bb5;
            margin-bottom: 0.3rem;
        }
        .comment-item .name {
            font-weight: 700;
            color: #f5c542;
        }
        .site-footer {
            background: #0a0e16;
            border-top: 2px solid #1e2a3a;
            padding: 2.5rem 0 1.5rem 0;
            margin-top: 2rem;
        }
        .footer-grid {
            display: grid;
            grid-template-columns: 2fr 1fr 1fr;
            gap: 2rem;
            margin-bottom: 1.8rem;
        }
        @media (max-width: 768px) {
            .footer-grid {
                grid-template-columns: 1fr;
                gap: 1.2rem;
            }
        }
        .footer-col h4 {
            color: #f5c542;
            margin-top: 0;
            font-size: 1.1rem;
        }
        .footer-col p,
        .footer-col li {
            font-size: 0.95rem;
            color: #aab7cc;
        }
        .footer-col ul {
            list-style: none;
            padding: 0;
        }
        .footer-col li {
            padding: 0.2rem 0;
        }
        .footer-col a {
            color: #aab7cc;
        }
        .footer-col a:hover {
            color: #f5c542;
        }
        friend-link {
            display: block;
            background: #10161f;
            border-radius: 12px;
            padding: 1.2rem 1.4rem;
            margin: 1.2rem 0;
            border: 1px solid #1e2a3a;
        }
        friend-link a {
            display: inline-block;
            margin: 0.3rem 1rem 0.3rem 0;
            padding: 0.2rem 0;
        }
        .copyright {
            text-align: center;
            padding-top: 1.2rem;
            border-top: 1px solid #1e2a3a;
            color: #6b7a8f;
            font-size: 0.88rem;
        }
        .copyright strong {
            color: #94a3b8;
        }
        .author-box {
            background: #151d2b;
            border-radius: 14px;
            padding: 1.4rem;
            display: flex;
            gap: 1.2rem;
            align-items: center;
            margin: 2rem 0;
            border: 1px solid #1e2a3a;
        }
        .author-box .avatar {
            width: 70px;
            height: 70px;
            border-radius: 50%;
            background: linear-gradient(135deg, #f5c542, #ff8c42);
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 2rem;
            font-weight: 800;
            color: #0b0e14;
            flex-shrink: 0;
        }
        .author-box .info strong {
            font-size: 1.1rem;
        }
        .author-box .info p {
            margin: 0.2rem 0 0 0;
            font-size: 0.95rem;
            color: #aab7cc;
        }
        .data-table {
            width: 100%;
            border-collapse: collapse;
            background: #10161f;
            border-radius: 12px;
            overflow: hidden;
            margin: 1.5rem 0;
        }
        .data-table th {
            background: #1e2a3a;
            color: #f5c542;
            padding: 0.8rem 1rem;
            text-align: left;
            font-weight: 700;
        }
        .data-table td {
            padding: 0.7rem 1rem;
            border-bottom: 1px solid #1e2a3a;
        }
        .data-table tr:last-child td {
            border-bottom: none;
        }
        .data-table tr:hover td {
            background: #1a2332;
        }
        .scroll-top {
            position: fixed;
            bottom: 30px;
            right: 30px;
            width: 48px;
            height: 48px;
            border-radius: 50%;
            background: #f5c542;
            color: #0b0e14;
            border: none;
            font-size: 1.3rem;
            cursor: pointer;
            box-shadow: 0 4px 16px #f5c54244;
            transition: 0.25s;
            z-index: 99;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .scroll-top:hover {
            transform: translateY(-4px);
            box-shadow: 0 8px 28px #f5c54266;
        }
        @media (max-width: 600px) {
            .scroll-top {
                bottom: 16px;
                right: 16px;
                width: 42px;
                height: 42px;
                font-size: 1.1rem;
            }
            .author-box {
                flex-direction: column;
                text-align: center;
            }
        }
        .badge {
            display: inline-block;
            background: #f5c54222;
            color: #f5c542;
            padding: 0.15rem 0.8rem;
            border-radius: 20px;
            font-size: 0.8rem;
            font-weight: 600;
            border: 1px solid #f5c54244;
        }
        .last-updated {
            display: inline-block;
            background: #1e2a3a;
            padding: 0.3rem 1rem;
            border-radius: 20px;
            font-size: 0.85rem;
            color: #94a3b8;
            margin-bottom: 1rem;
        }
        .divider {
            height: 2px;
            background: linear-gradient(90deg, transparent, #f5c54244, transparent);
            margin: 2rem 0;
        }
        .highlight-box {
            background: #1a2332;
            border-left: 4px solid #f5c542;
            padding: 1.2rem 1.4rem;
            border-radius: 0 12px 12px 0;
            margin: 1.4rem 0;
        }
        .highlight-box p:last-child {
            margin-bottom: 0;
        }
        .emoji-big {
            font-size: 1.4rem;
        }
        .inline-icon {
            margin-right: 4px;
        }
