* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        body {
            font-family: 'Segoe UI', Roboto, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
            background: #f5f3f0;
            color: #1e1e2a;
            line-height: 1.7;
            font-size: 1.05rem;
        }
        a {
            color: #b8860b;
            text-decoration: none;
            transition: color 0.2s ease;
        }
        a:hover {
            color: #8b6508;
            text-decoration: underline;
        }
        img {
            max-width: 100%;
            height: auto;
            display: block;
            border-radius: 12px;
        }
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 24px;
        }
        header {
            background: linear-gradient(145deg, #0a1a3a 0%, #142850 100%);
            color: #fff;
            padding: 16px 0;
            border-bottom: 4px solid #d4af37;
            position: relative;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
        }
        .header-inner {
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
            gap: 12px;
        }
        .my-logo {
            font-size: 1.8rem;
            font-weight: 800;
            letter-spacing: -0.5px;
            background: linear-gradient(135deg, #d4af37, #f5d77b);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            text-shadow: 0 0 30px rgba(212, 175, 55, 0.2);
            transition: transform 0.3s ease;
        }
        .my-logo:hover {
            transform: scale(1.02);
            text-decoration: none;
        }
        .my-logo small {
            font-size: 0.7rem;
            -webkit-text-fill-color: #aaa;
            color: #aaa;
            display: block;
            font-weight: 400;
            letter-spacing: 1px;
        }
        .hamburger {
            display: none;
            background: none;
            border: none;
            color: #d4af37;
            font-size: 2rem;
            cursor: pointer;
            padding: 4px 12px;
            border-radius: 8px;
            transition: background 0.2s;
        }
        .hamburger:hover {
            background: rgba(212, 175, 55, 0.15);
        }
        nav#main-nav ul {
            list-style: none;
            display: flex;
            gap: 8px;
            flex-wrap: wrap;
        }
        nav#main-nav ul li a {
            color: #f0e9d8;
            padding: 8px 18px;
            border-radius: 40px;
            font-weight: 500;
            font-size: 0.95rem;
            transition: all 0.25s ease;
            background: rgba(255, 255, 255, 0.05);
            border: 1px solid transparent;
        }
        nav#main-nav ul li a:hover {
            background: rgba(212, 175, 55, 0.2);
            border-color: #d4af37;
            color: #f5d77b;
            text-decoration: none;
        }
        .breadcrumb {
            padding: 12px 0 6px 0;
            font-size: 0.85rem;
            color: #b0b8c8;
        }
        .breadcrumb a {
            color: #d4af37;
        }
        .breadcrumb a:hover {
            color: #f5d77b;
        }
        .breadcrumb span {
            color: #7a8aa8;
        }
        .hero {
            background: linear-gradient(135deg, #0d1f3c, #1a2f55);
            padding: 48px 0 40px;
            margin-bottom: 32px;
            border-bottom: 2px solid #d4af37;
        }
        .hero h1 {
            font-size: 2.8rem;
            font-weight: 800;
            color: #f5d77b;
            line-height: 1.2;
            margin-bottom: 16px;
            text-shadow: 0 2px 20px rgba(212, 175, 55, 0.15);
        }
        .hero p {
            color: #d8dee8;
            font-size: 1.2rem;
            max-width: 800px;
        }
        .hero .meta {
            color: #aab4c8;
            font-size: 0.9rem;
            margin-top: 12px;
        }
        .main-grid {
            display: grid;
            grid-template-columns: minmax(0, 1fr) 300px;
            gap: 40px;
            padding: 24px 0 48px;
        }
        @media (max-width: 992px) {
            .main-grid {
                grid-template-columns: 1fr;
            }
        }
        .article-content h2 {
            font-size: 2rem;
            color: #0a1a3a;
            margin: 48px 0 16px 0;
            padding-bottom: 8px;
            border-bottom: 3px solid #d4af37;
        }
        .article-content h3 {
            font-size: 1.5rem;
            color: #142850;
            margin: 32px 0 12px 0;
            font-weight: 600;
        }
        .article-content h4 {
            font-size: 1.2rem;
            color: #2a3f6a;
            margin: 24px 0 8px 0;
            font-weight: 600;
        }
        .article-content p {
            margin-bottom: 18px;
            color: #2c2c3a;
        }
        .article-content ul,
        .article-content ol {
            margin: 12px 0 20px 30px;
        }
        .article-content li {
            margin-bottom: 8px;
        }
        .highlight-box {
            background: #f0f4fa;
            border-left: 5px solid #d4af37;
            padding: 20px 24px;
            border-radius: 0 12px 12px 0;
            margin: 24px 0;
        }
        .highlight-box strong {
            color: #0a1a3a;
        }
        .featured-image-wrapper {
            margin: 32px 0;
            border-radius: 16px;
            overflow: hidden;
            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
        }
        .featured-image-wrapper figcaption {
            background: #f0ede8;
            padding: 12px 20px;
            font-size: 0.9rem;
            color: #444;
            font-style: italic;
        }
        .sidebar {
            background: #ffffff;
            border-radius: 16px;
            padding: 24px 20px;
            box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
            border: 1px solid #e8e3dc;
            height: fit-content;
            position: sticky;
            top: 24px;
        }
        .sidebar h3 {
            font-size: 1.2rem;
            color: #0a1a3a;
            margin-bottom: 16px;
            border-bottom: 2px solid #d4af37;
            padding-bottom: 8px;
        }
        .sidebar ul {
            list-style: none;
            padding: 0;
        }
        .sidebar ul li {
            margin-bottom: 10px;
        }
        .sidebar ul li a {
            color: #2a3f6a;
            font-weight: 500;
        }
        .sidebar ul li a:hover {
            color: #b8860b;
        }
        .form-section {
            background: #fff;
            border-radius: 16px;
            padding: 28px 24px;
            margin: 40px 0;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
            border: 1px solid #e8e3dc;
        }
        .form-section h3 {
            font-size: 1.6rem;
            color: #0a1a3a;
            margin-bottom: 20px;
        }
        .form-group {
            margin-bottom: 18px;
        }
        .form-group label {
            display: block;
            font-weight: 600;
            margin-bottom: 6px;
            color: #1e2a4a;
        }
        .form-group input,
        .form-group textarea,
        .form-group select {
            width: 100%;
            padding: 12px 16px;
            border: 2px solid #dcd7d0;
            border-radius: 10px;
            font-size: 1rem;
            background: #faf9f7;
            transition: border-color 0.3s ease;
        }
        .form-group input:focus,
        .form-group textarea:focus {
            border-color: #d4af37;
            outline: none;
            background: #fff;
        }
        .form-group textarea {
            min-height: 120px;
            resize: vertical;
        }
        .btn {
            background: linear-gradient(135deg, #d4af37, #b8860b);
            color: #fff;
            border: none;
            padding: 14px 32px;
            border-radius: 40px;
            font-size: 1.05rem;
            font-weight: 700;
            cursor: pointer;
            transition: all 0.3s ease;
            box-shadow: 0 4px 14px rgba(184, 134, 11, 0.3);
            display: inline-block;
        }
        .btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 24px rgba(184, 134, 11, 0.4);
            background: linear-gradient(135deg, #c8a032, #a0750a);
        }
        .btn-secondary {
            background: #f0ede8;
            color: #1e2a4a;
            box-shadow: none;
        }
        .btn-secondary:hover {
            background: #e0d9d0;
            box-shadow: none;
        }
        .star-rating {
            display: flex;
            flex-direction: row-reverse;
            justify-content: flex-end;
            gap: 4px;
        }
        .star-rating input {
            display: none;
        }
        .star-rating label {
            font-size: 2rem;
            color: #dcd7d0;
            cursor: pointer;
            transition: color 0.2s ease;
        }
        .star-rating label:hover,
        .star-rating label:hover~label,
        .star-rating input:checked~label {
            color: #d4af37;
        }
        .comment-item {
            background: #f8f6f2;
            border-radius: 12px;
            padding: 18px 20px;
            margin-bottom: 16px;
            border-left: 4px solid #d4af37;
        }
        .comment-item .comment-author {
            font-weight: 700;
            color: #0a1a3a;
        }
        .comment-item .comment-date {
            font-size: 0.85rem;
            color: #888;
        }
        .comment-item .comment-text {
            margin-top: 8px;
        }
        footer {
            background: #0a1a3a;
            color: #c8ceda;
            padding: 40px 0 20px;
            margin-top: 48px;
            border-top: 4px solid #d4af37;
        }
        footer a {
            color: #d4af37;
        }
        footer a:hover {
            color: #f5d77b;
        }
        .footer-grid {
            display: grid;
            grid-template-columns: 2fr 1fr 1fr;
            gap: 32px;
            margin-bottom: 32px;
        }
        @media (max-width: 768px) {
            .footer-grid {
                grid-template-columns: 1fr;
            }
        }
        .footer-grid h4 {
            color: #f5d77b;
            margin-bottom: 12px;
            font-size: 1.1rem;
        }
        .footer-grid ul {
            list-style: none;
            padding: 0;
        }
        .footer-grid ul li {
            margin-bottom: 8px;
        }
        friend-link {
            display: block;
            background: rgba(255, 255, 255, 0.04);
            border-radius: 12px;
            padding: 20px 24px;
            margin: 16px 0;
            border: 1px solid rgba(212, 175, 55, 0.2);
        }
        friend-link a {
            display: inline-block;
            margin: 4px 12px 4px 0;
            padding: 4px 0;
        }
        .copyright {
            text-align: center;
            padding-top: 20px;
            border-top: 1px solid rgba(255, 255, 255, 0.08);
            font-size: 0.9rem;
            color: #8898b0;
        }
        @media (max-width: 768px) {
            .header-inner {
                flex-wrap: wrap;
            }
            .hamburger {
                display: block;
            }
            nav#main-nav {
                width: 100%;
                max-height: 0;
                overflow: hidden;
                transition: max-height 0.4s ease;
            }
            nav#main-nav.open {
                max-height: 600px;
            }
            nav#main-nav ul {
                flex-direction: column;
                gap: 4px;
                padding: 12px 0 4px;
            }
            nav#main-nav ul li a {
                display: block;
                padding: 12px 16px;
                border-radius: 8px;
            }
            .hero h1 {
                font-size: 2rem;
            }
            .hero p {
                font-size: 1rem;
            }
            .container {
                padding: 0 16px;
            }
            .article-content h2 {
                font-size: 1.6rem;
            }
            .article-content h3 {
                font-size: 1.3rem;
            }
            .sidebar {
                position: static;
            }
        }
        @media (max-width: 480px) {
            .hero h1 {
                font-size: 1.6rem;
            }
            .my-logo {
                font-size: 1.4rem;
            }
            .btn {
                width: 100%;
                text-align: center;
            }
        }
        .text-gold {
            color: #d4af37;
        }
        .text-muted {
            color: #6a7a8a;
        }
        .mt-20 {
            margin-top: 20px;
        }
        .mb-20 {
            margin-bottom: 20px;
        }
        .flex {
            display: flex;
        }
        .flex-wrap {
            flex-wrap: wrap;
        }
        .gap-12 {
            gap: 12px;
        }
        .align-center {
            align-items: center;
        }
        .updated-badge {
            display: inline-block;
            background: #d4af37;
            color: #0a1a3a;
            padding: 4px 16px;
            border-radius: 40px;
            font-weight: 600;
            font-size: 0.85rem;
        }
