* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        html {
            scroll-behavior: smooth;
        }
        body {
            font-family: 'Segoe UI', Roboto, -apple-system, BlinkMacSystemFont, Arial, sans-serif;
            background: #f5f3f0;
            color: #1e1e1e;
            line-height: 1.7;
            padding: 0 16px;
        }
        a {
            color: #b45309;
            text-decoration: none;
            transition: color 0.2s;
        }
        a:hover {
            color: #7b3a00;
            text-decoration: underline;
        }
        img {
            max-width: 100%;
            height: auto;
            display: block;
            border-radius: 12px;
        }
        .container {
            max-width: 1200px;
            margin: 0 auto;
            background: #fff;
            border-radius: 24px 24px 0 0;
            box-shadow: 0 8px 40px rgba(0, 0, 0, 0.06);
            overflow: hidden;
            padding: 0 24px 32px;
        }
        header {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-between;
            padding: 20px 0 12px;
            border-bottom: 2px solid #e8e2da;
            position: relative;
        }
        .my-logo {
            font-size: 1.9rem;
            font-weight: 800;
            letter-spacing: -0.5px;
            background: linear-gradient(135deg, #b45309, #e67e22);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            display: inline-flex;
            align-items: center;
            gap: 6px;
        }
        .my-logo i {
            -webkit-text-fill-color: #b45309;
            font-size: 1.8rem;
        }
        .my-logo small {
            font-size: 0.75rem;
            -webkit-text-fill-color: #6b5b4e;
            font-weight: 400;
            letter-spacing: 0.3px;
        }
        .nav-toggle {
            display: none;
            background: none;
            border: none;
            font-size: 1.8rem;
            color: #4a3f35;
            cursor: pointer;
            padding: 4px 8px;
            border-radius: 8px;
            transition: background 0.2s;
        }
        .nav-toggle:hover {
            background: #f0ebe5;
        }
        nav {
            display: flex;
            flex-wrap: wrap;
            gap: 8px 20px;
            align-items: center;
        }
        nav a {
            font-weight: 500;
            color: #3d352e;
            padding: 4px 0;
            border-bottom: 2px solid transparent;
            transition: border-color 0.2s, color 0.2s;
            font-size: 0.95rem;
        }
        nav a:hover {
            border-bottom-color: #b45309;
            color: #b45309;
            text-decoration: none;
        }
        nav a i {
            margin-right: 4px;
            font-size: 0.85rem;
        }
        .breadcrumb {
            display: flex;
            flex-wrap: wrap;
            gap: 6px 12px;
            padding: 14px 0 10px;
            font-size: 0.85rem;
            color: #6b5b4e;
            border-bottom: 1px solid #ede8e2;
            margin-bottom: 20px;
        }
        .breadcrumb a {
            color: #8a7a6a;
        }
        .breadcrumb a:hover {
            color: #b45309;
        }
        .breadcrumb i {
            font-size: 0.7rem;
            color: #b9a99a;
        }
        .hero {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 28px;
            margin: 16px 0 32px;
            align-items: center;
        }
        .hero-text h1 {
            font-size: 2.4rem;
            font-weight: 800;
            line-height: 1.2;
            color: #1a1410;
            margin-bottom: 12px;
        }
        .hero-text h1 span {
            color: #b45309;
        }
        .hero-text p {
            font-size: 1.1rem;
            color: #4a3f35;
            max-width: 540px;
        }
        .hero-img {
            border-radius: 16px;
            overflow: hidden;
            box-shadow: 0 8px 24px rgba(0, 0, 0, 0.10);
            background: #e8e2da;
        }
        .hero-img img {
            width: 100%;
            height: auto;
            display: block;
        }
        .last-updated {
            display: inline-flex;
            align-items: center;
            gap: 6px;
            font-size: 0.8rem;
            color: #8a7a6a;
            background: #f5f0eb;
            padding: 4px 14px;
            border-radius: 30px;
            margin-bottom: 16px;
        }
        .last-updated i {
            font-size: 0.7rem;
        }
        .content-grid {
            display: grid;
            grid-template-columns: 2fr 1fr;
            gap: 32px;
            margin: 24px 0 32px;
        }
        .main-article h2 {
            font-size: 1.9rem;
            font-weight: 700;
            color: #1a1410;
            margin: 36px 0 12px 0;
            padding-bottom: 6px;
            border-bottom: 3px solid #e8e2da;
        }
        .main-article h2 i {
            color: #b45309;
            margin-right: 8px;
        }
        .main-article h3 {
            font-size: 1.4rem;
            font-weight: 600;
            color: #2d241e;
            margin: 28px 0 10px 0;
        }
        .main-article h4 {
            font-size: 1.15rem;
            font-weight: 600;
            color: #3d352e;
            margin: 18px 0 6px 0;
            padding-left: 12px;
            border-left: 3px solid #b45309;
        }
        .main-article p {
            margin-bottom: 16px;
            color: #2d241e;
            font-size: 1rem;
        }
        .main-article ul,
        .main-article ol {
            margin: 8px 0 18px 24px;
            color: #2d241e;
        }
        .main-article li {
            margin-bottom: 6px;
        }
        .highlight-box {
            background: #faf6f2;
            border-left: 4px solid #b45309;
            padding: 16px 20px;
            border-radius: 0 12px 12px 0;
            margin: 20px 0;
        }
        .highlight-box strong {
            color: #b45309;
        }
        .emoji-big {
            font-size: 1.4rem;
            margin-right: 4px;
        }
        .inline-image {
            margin: 24px 0;
            border-radius: 14px;
            overflow: hidden;
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
        }
        .inline-image figcaption {
            font-size: 0.85rem;
            color: #6b5b4e;
            padding: 8px 12px;
            background: #faf6f2;
            font-style: italic;
        }
        .sidebar {
            background: #faf6f2;
            border-radius: 16px;
            padding: 20px 18px;
            align-self: start;
            position: sticky;
            top: 16px;
        }
        .sidebar h3 {
            font-size: 1.2rem;
            font-weight: 700;
            color: #1a1410;
            margin-bottom: 14px;
            border-bottom: 2px solid #e0d6cc;
            padding-bottom: 8px;
        }
        .sidebar ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }
        .sidebar li {
            margin-bottom: 8px;
            padding: 4px 0;
        }
        .sidebar li a {
            display: flex;
            align-items: center;
            gap: 8px;
            color: #3d352e;
            font-weight: 500;
        }
        .sidebar li a i {
            color: #b45309;
            font-size: 0.8rem;
            width: 16px;
        }
        .sidebar li a:hover {
            color: #b45309;
        }
        .search-box {
            background: #fff;
            border: 2px solid #e0d6cc;
            border-radius: 40px;
            padding: 4px 4px 4px 18px;
            display: flex;
            align-items: center;
            transition: border-color 0.2s;
            margin-bottom: 20px;
        }
        .search-box:focus-within {
            border-color: #b45309;
        }
        .search-box input {
            flex: 1;
            border: none;
            padding: 10px 4px;
            font-size: 0.95rem;
            background: transparent;
            outline: none;
            color: #1e1e1e;
        }
        .search-box button {
            background: #b45309;
            border: none;
            color: #fff;
            padding: 10px 20px;
            border-radius: 40px;
            font-weight: 600;
            cursor: pointer;
            transition: background 0.2s;
            font-size: 0.9rem;
        }
        .search-box button:hover {
            background: #8f3f04;
        }
        .feedback-section {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 24px;
            margin: 40px 0 32px;
            padding: 24px;
            background: #faf6f2;
            border-radius: 18px;
        }
        .feedback-card {
            background: #fff;
            border-radius: 14px;
            padding: 18px 20px;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
        }
        .feedback-card h3 {
            font-size: 1.2rem;
            font-weight: 700;
            margin-bottom: 12px;
            color: #1a1410;
        }
        .feedback-card h3 i {
            color: #b45309;
            margin-right: 6px;
        }
        .feedback-card form {
            display: flex;
            flex-direction: column;
            gap: 10px;
        }
        .feedback-card input,
        .feedback-card textarea {
            border: 1.5px solid #e0d6cc;
            border-radius: 10px;
            padding: 10px 14px;
            font-size: 0.95rem;
            font-family: inherit;
            background: #fefcfb;
            transition: border-color 0.2s;
            outline: none;
        }
        .feedback-card input:focus,
        .feedback-card textarea:focus {
            border-color: #b45309;
        }
        .feedback-card textarea {
            min-height: 70px;
            resize: vertical;
        }
        .feedback-card .star-rating {
            display: flex;
            gap: 4px;
            font-size: 1.4rem;
            color: #d4c8bc;
            cursor: pointer;
            direction: rtl;
        }
        .feedback-card .star-rating i {
            transition: color 0.15s;
        }
        .feedback-card .star-rating i:hover,
        .feedback-card .star-rating i:hover~i {
            color: #f59e0b;
        }
        .feedback-card button {
            background: #b45309;
            color: #fff;
            border: none;
            padding: 10px 18px;
            border-radius: 40px;
            font-weight: 600;
            cursor: pointer;
            transition: background 0.2s;
            font-size: 0.95rem;
            align-self: flex-start;
        }
        .feedback-card button:hover {
            background: #8f3f04;
        }
        .related-links {
            display: flex;
            flex-wrap: wrap;
            gap: 8px 16px;
            padding: 12px 0;
            margin: 12px 0;
        }
        .related-links a {
            background: #f5f0eb;
            padding: 4px 14px;
            border-radius: 30px;
            font-size: 0.85rem;
            font-weight: 500;
            color: #4a3f35;
            transition: background 0.2s, color 0.2s;
        }
        .related-links a:hover {
            background: #b45309;
            color: #fff;
            text-decoration: none;
        }
        footer {
            margin-top: 40px;
            padding: 24px 0 16px;
            border-top: 2px solid #e8e2da;
            font-size: 0.9rem;
            color: #4a3f35;
        }
        friend-link {
            display: block;
            padding: 12px 0;
            margin: 16px 0;
            border-top: 1px solid #ede8e2;
            border-bottom: 1px solid #ede8e2;
        }
        friend-link a {
            display: inline-block;
            margin: 4px 16px 4px 0;
            color: #5a4a3a;
            font-weight: 500;
        }
        friend-link a:hover {
            color: #b45309;
        }
        .copyright {
            text-align: center;
            padding: 12px 0 4px;
            font-size: 0.8rem;
            color: #8a7a6a;
        }
        .copyright i {
            margin: 0 4px;
        }
        @media (max-width: 820px) {
            .hero {
                grid-template-columns: 1fr;
                gap: 16px;
            }
            .hero-text h1 {
                font-size: 1.8rem;
            }
            .content-grid {
                grid-template-columns: 1fr;
            }
            .sidebar {
                position: static;
                margin-top: 20px;
            }
            .feedback-section {
                grid-template-columns: 1fr;
            }
            .container {
                padding: 0 16px 24px;
            }
            .nav-toggle {
                display: block;
            }
            nav {
                display: none;
                width: 100%;
                flex-direction: column;
                align-items: flex-start;
                padding: 12px 0 4px;
                gap: 4px;
            }
            nav.open {
                display: flex;
            }
            nav a {
                padding: 8px 0;
                width: 100%;
                border-bottom: 1px solid #ede8e2;
            }
        }
        @media (max-width: 480px) {
            .hero-text h1 {
                font-size: 1.4rem;
            }
            .main-article h2 {
                font-size: 1.4rem;
            }
            .main-article h3 {
                font-size: 1.15rem;
            }
            .my-logo {
                font-size: 1.4rem;
            }
            .container {
                padding: 0 10px 16px;
            }
            body {
                padding: 0 8px;
            }
            .feedback-card {
                padding: 14px;
            }
            .search-box {
                flex-wrap: wrap;
                padding: 4px;
            }
            .search-box input {
                width: 100%;
                padding: 8px 10px;
            }
            .search-box button {
                width: 100%;
                border-radius: 30px;
                margin-top: 4px;
            }
        }
        :target {
            scroll-margin-top: 20px;
        }
