        *,
        *::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: #0b1a2a;
            color: #e4e9ee;
            line-height: 1.7;
            padding: 0;
            margin: 0;
            min-height: 100vh;
        }
        a {
            color: #f0c75e;
            text-decoration: none;
            transition: color 0.2s ease;
        }
        a:hover,
        a:focus {
            color: #ffde8a;
            text-decoration: underline;
        }
        img {
            max-width: 100%;
            height: auto;
            display: block;
        }
        ul,
        ol {
            padding-left: 1.5rem;
        }
        h1,
        h2,
        h3,
        h4,
        h5,
        h6 {
            color: #f5e6c8;
            font-weight: 700;
            line-height: 1.3;
            margin-top: 2rem;
            margin-bottom: 1rem;
        }
        h1 {
            font-size: 2.4rem;
            border-bottom: 3px solid #f0c75e;
            padding-bottom: 0.5rem;
        }
        h2 {
            font-size: 1.8rem;
            border-left: 5px solid #f0c75e;
            padding-left: 1rem;
        }
        h3 {
            font-size: 1.4rem;
            color: #f0c75e;
        }
        h4 {
            font-size: 1.15rem;
            color: #d4b87a;
        }
        p {
            margin-bottom: 1.2rem;
            font-size: 1.05rem;
        }
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 1.5rem;
        }
        .site-header {
            background: linear-gradient(135deg, #0d1f2e 0%, #1a2f40 100%);
            border-bottom: 3px solid #f0c75e;
            padding: 0.6rem 0;
            position: sticky;
            top: 0;
            z-index: 1000;
            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;
        }
        .my-logo {
            font-size: 2rem;
            font-weight: 800;
            color: #f0c75e;
            text-transform: uppercase;
            letter-spacing: 3px;
            text-shadow: 2px 2px 0 #1a2f40, 4px 4px 0 rgba(0, 0, 0, 0.5);
            transition: transform 0.2s ease;
        }
        .my-logo:hover {
            transform: scale(1.02);
            text-decoration: none;
            color: #ffde8a;
        }
        .my-logo span {
            font-weight: 300;
            color: #aac7e0;
            letter-spacing: 1px;
        }
        .nav-toggle {
            display: none;
            background: none;
            border: none;
            color: #f0c75e;
            font-size: 2rem;
            cursor: pointer;
            padding: 0.2rem 0.6rem;
            border-radius: 4px;
            transition: background 0.2s;
        }
        .nav-toggle:hover {
            background: rgba(240, 199, 94, 0.15);
        }
        .main-nav {
            display: flex;
            gap: 0.2rem;
            flex-wrap: wrap;
            align-items: center;
        }
        .main-nav a {
            padding: 0.5rem 1.2rem;
            font-weight: 600;
            color: #d4e4f0;
            border-radius: 30px;
            font-size: 0.95rem;
            transition: all 0.25s ease;
            position: relative;
        }
        .main-nav a:hover,
        .main-nav a:focus {
            background: rgba(240, 199, 94, 0.2);
            color: #f0c75e;
            text-decoration: none;
        }
        .main-nav a.active {
            background: #f0c75e;
            color: #0b1a2a;
        }
        .main-nav a.active:hover {
            background: #ffde8a;
        }
        .breadcrumbs {
            background: rgba(11, 26, 42, 0.85);
            padding: 0.5rem 0;
            border-bottom: 1px solid #2a4155;
            font-size: 0.9rem;
        }
        .breadcrumbs ol {
            list-style: none;
            display: flex;
            flex-wrap: wrap;
            gap: 0.4rem;
            padding: 0;
            margin: 0;
        }
        .breadcrumbs li+li::before {
            content: "›";
            margin-right: 0.4rem;
            color: #f0c75e;
        }
        .breadcrumbs a {
            color: #aac7e0;
        }
        .breadcrumbs a:hover {
            color: #f0c75e;
        }
        .breadcrumbs .current {
            color: #f0c75e;
            font-weight: 600;
        }
        .hero-section {
            background: linear-gradient(145deg, #0d1f2e, #1c3245);
            padding: 3rem 0 2rem;
            border-bottom: 2px solid #f0c75e33;
            text-align: center;
        }
        .hero-section h1 {
            border-bottom: none;
            padding-bottom: 0;
            margin-top: 0;
            font-size: 2.8rem;
            text-shadow: 0 2px 12px rgba(240, 199, 94, 0.3);
        }
        .hero-section .subtitle {
            font-size: 1.3rem;
            color: #b8d0e0;
            max-width: 700px;
            margin: 0.5rem auto 1rem;
        }
        .hero-section .meta-info {
            font-size: 0.95rem;
            color: #8aa7be;
            display: flex;
            justify-content: center;
            gap: 2rem;
            flex-wrap: wrap;
        }
        .hero-section .meta-info i {
            margin-right: 0.4rem;
            color: #f0c75e;
        }
        .content-wrapper {
            display: grid;
            grid-template-columns: 1fr 300px;
            gap: 2.5rem;
            padding: 2.5rem 0;
        }
        .main-article {
            min-width: 0;
        }
        .sidebar {
            min-width: 0;
        }
        .widget {
            background: #132433;
            border-radius: 12px;
            padding: 1.5rem;
            margin-bottom: 2rem;
            border: 1px solid #2a4155;
        }
        .widget h3 {
            margin-top: 0;
            font-size: 1.2rem;
            border-bottom: 1px solid #2a4155;
            padding-bottom: 0.5rem;
            margin-bottom: 1rem;
        }
        .widget ul {
            list-style: none;
            padding: 0;
        }
        .widget ul li {
            padding: 0.5rem 0;
            border-bottom: 1px solid #1e3042;
        }
        .widget ul li:last-child {
            border-bottom: none;
        }
        .widget ul li a {
            font-weight: 500;
        }
        .widget ul li a:hover {
            padding-left: 4px;
        }
        .search-form {
            display: flex;
            gap: 0.4rem;
            margin-top: 0.5rem;
        }
        .search-form input {
            flex: 1;
            padding: 0.6rem 1rem;
            border-radius: 30px;
            border: 1px solid #2a4155;
            background: #0b1a2a;
            color: #e4e9ee;
            font-size: 0.95rem;
            outline: none;
            transition: border 0.2s;
        }
        .search-form input:focus {
            border-color: #f0c75e;
        }
        .search-form button {
            background: #f0c75e;
            border: none;
            border-radius: 30px;
            padding: 0.6rem 1.4rem;
            font-weight: 700;
            color: #0b1a2a;
            cursor: pointer;
            transition: background 0.2s;
        }
        .search-form button:hover {
            background: #ffde8a;
        }
        .comment-area textarea {
            width: 100%;
            padding: 0.8rem;
            border-radius: 8px;
            border: 1px solid #2a4155;
            background: #0b1a2a;
            color: #e4e9ee;
            font-size: 0.95rem;
            resize: vertical;
            min-height: 80px;
            outline: none;
            transition: border 0.2s;
        }
        .comment-area textarea:focus {
            border-color: #f0c75e;
        }
        .comment-area .btn,
        .rating-area .btn {
            background: #f0c75e;
            border: none;
            border-radius: 30px;
            padding: 0.6rem 1.8rem;
            font-weight: 700;
            color: #0b1a2a;
            cursor: pointer;
            transition: background 0.2s;
            margin-top: 0.6rem;
            display: inline-block;
        }
        .comment-area .btn:hover,
        .rating-area .btn:hover {
            background: #ffde8a;
        }
        .rating-stars {
            display: flex;
            gap: 0.3rem;
            font-size: 1.6rem;
            color: #3a5a70;
            cursor: pointer;
            margin: 0.5rem 0;
        }
        .rating-stars i {
            transition: color 0.2s;
        }
        .rating-stars i.active,
        .rating-stars i:hover {
            color: #f0c75e;
        }
        .featured-image {
            border-radius: 12px;
            margin: 2rem 0;
            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.5);
            border: 1px solid #2a4155;
        }
        .featured-image figcaption {
            text-align: center;
            font-size: 0.9rem;
            color: #8aa7be;
            padding: 0.6rem 0 0;
            font-style: italic;
        }
        .link-highlight {
            background: #132433;
            border-left: 4px solid #f0c75e;
            padding: 0.8rem 1.5rem;
            margin: 1.8rem 0;
            border-radius: 0 8px 8px 0;
        }
        .link-highlight ul {
            margin: 0;
            padding-left: 1.2rem;
        }
        .link-highlight li {
            margin: 0.3rem 0;
        }
        .site-footer {
            background: #0a1520;
            border-top: 3px solid #f0c75e44;
            padding: 2.5rem 0 1.5rem;
            margin-top: 2rem;
        }
        .footer-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
            gap: 2rem;
            margin-bottom: 2rem;
        }
        .footer-grid h4 {
            color: #f0c75e;
            margin-top: 0;
            font-size: 1.1rem;
        }
        .footer-grid ul {
            list-style: none;
            padding: 0;
        }
        .footer-grid ul li {
            padding: 0.3rem 0;
        }
        .footer-grid ul li a {
            color: #aac7e0;
            font-size: 0.95rem;
        }
        .footer-grid ul li a:hover {
            color: #f0c75e;
        }
        .footer-bottom {
            border-top: 1px solid #1e3042;
            padding-top: 1.2rem;
            text-align: center;
            font-size: 0.9rem;
            color: #6a879e;
        }
        .footer-bottom .copyright {
            font-weight: 500;
            color: #aac7e0;
        }
        friend-link {
            display: block;
            margin: 0.8rem 0;
            font-size: 0.95rem;
        }
        friend-link a {
            color: #f0c75e;
            margin: 0 0.3rem;
        }
        @media (max-width: 900px) {
            .content-wrapper {
                grid-template-columns: 1fr;
            }
            .sidebar {
                order: 2;
            }
            .main-article {
                order: 1;
            }
            h1 {
                font-size: 1.8rem;
            }
            h2 {
                font-size: 1.4rem;
            }
            .hero-section h1 {
                font-size: 2rem;
            }
        }
        @media (max-width: 768px) {
            .nav-toggle {
                display: block;
            }
            .main-nav {
                display: none;
                flex-direction: column;
                width: 100%;
                margin-top: 0.8rem;
                background: #0d1f2e;
                border-radius: 12px;
                padding: 0.8rem;
                border: 1px solid #2a4155;
            }
            .main-nav.open {
                display: flex;
            }
            .main-nav a {
                padding: 0.7rem 1rem;
                border-radius: 8px;
            }
            .my-logo {
                font-size: 1.5rem;
            }
            .header-inner {
                align-items: center;
            }
            .hero-section .meta-info {
                flex-direction: column;
                gap: 0.5rem;
                align-items: center;
            }
            .hero-section h1 {
                font-size: 1.7rem;
            }
        }
        @media (max-width: 480px) {
            .container {
                padding: 0 1rem;
            }
            h1 {
                font-size: 1.4rem;
            }
            h2 {
                font-size: 1.2rem;
                padding-left: 0.6rem;
            }
            p {
                font-size: 0.98rem;
            }
            .widget {
                padding: 1rem;
            }
            .search-form {
                flex-direction: column;
            }
            .search-form button {
                width: 100%;
            }
        }
        .text-gold {
            color: #f0c75e;
        }
        .mb-1 {
            margin-bottom: 1rem;
        }
        .mt-2 {
            margin-top: 2rem;
        }
        .separator {
            border: none;
            height: 1px;
            background: linear-gradient(to right, transparent, #f0c75e44, transparent);
            margin: 2rem 0;
        }
        .rating-stars i {
            transition: color 0.15s ease, transform 0.15s ease;
        }
        .rating-stars i:hover {
            transform: scale(1.2);
        }
        button,
        .btn {
            font-family: inherit;
        }
