        *,
        *::before,
        *::after {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }
        html {
            scroll-behavior: smooth;
            font-size: 16px;
        }
        body {
            font-family: 'Georgia', 'Times New Roman', serif;
            background: #faf9f7;
            color: #1e1e1e;
            line-height: 1.7;
            padding: 0 1rem;
            max-width: 1200px;
            margin: 0 auto;
        }
        a {
            color: #1a3c5e;
            text-decoration: underline;
            transition: color 0.2s ease;
        }
        a:hover {
            color: #b45309;
            text-decoration: none;
        }
        img {
            max-width: 100%;
            height: auto;
            display: block;
            border-radius: 8px;
        }
        h1,
        h2,
        h3,
        h4 {
            font-weight: 700;
            line-height: 1.3;
            color: #0f2a3f;
            margin-top: 1.8em;
            margin-bottom: 0.6em;
        }
        h1 {
            font-size: 2.4rem;
            margin-top: 0.5em;
            border-bottom: 4px solid #b45309;
            padding-bottom: 0.25em;
        }
        h2 {
            font-size: 1.8rem;
            border-left: 6px solid #1a3c5e;
            padding-left: 0.75rem;
        }
        h3 {
            font-size: 1.4rem;
        }
        h4 {
            font-size: 1.15rem;
        }
        p {
            margin-bottom: 1.2em;
            font-size: 1.05rem;
        }
        ul,
        ol {
            margin: 0.8em 0 1.4em 2em;
        }
        li {
            margin-bottom: 0.4em;
        }
        strong {
            color: #0f2a3f;
        }
        .container {
            background: #ffffff;
            border-radius: 16px;
            box-shadow: 0 8px 32px rgba(0, 0, 0, 0.05);
            padding: 1.5rem 2rem 2rem;
            margin: 1rem 0 2rem;
        }
        header {
            padding: 1.2rem 0 0.6rem;
            border-bottom: 2px solid #e2dcd5;
            margin-bottom: 0.8rem;
        }
        .header-top {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-between;
            gap: 0.8rem 1.5rem;
        }
        .my-logo {
            font-size: 2.2rem;
            font-weight: 900;
            letter-spacing: -0.02em;
            color: #0f2a3f;
            text-decoration: none;
            font-family: 'Arial Black', 'Impact', sans-serif;
            background: linear-gradient(135deg, #1a3c5e, #b45309);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            transition: transform 0.2s ease;
        }
        .my-logo:hover {
            transform: scale(1.02);
        }
        .my-logo i {
            -webkit-text-fill-color: #b45309;
            margin-right: 0.2rem;
            font-size: 1.8rem;
        }
        .nav-bar {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-between;
            margin-top: 0.5rem;
        }
        .nav-links {
            display: flex;
            flex-wrap: wrap;
            gap: 0.3rem 1.2rem;
            list-style: none;
            margin: 0;
            padding: 0;
        }
        .nav-links li a {
            text-decoration: none;
            font-weight: 600;
            font-size: 0.95rem;
            color: #1a3c5e;
            padding: 0.3rem 0.6rem;
            border-radius: 6px;
            transition: background 0.2s, color 0.2s;
            font-family: 'Segoe UI', Arial, sans-serif;
        }
        .nav-links li a:hover {
            background: #1a3c5e;
            color: #fff;
        }
        .nav-links li a i {
            margin-right: 0.3rem;
        }
        .hamburger {
            display: none;
            background: none;
            border: none;
            font-size: 1.8rem;
            color: #1a3c5e;
            cursor: pointer;
            padding: 0.2rem 0.4rem;
            transition: color 0.2s;
        }
        .hamburger:hover {
            color: #b45309;
        }
        #nav-toggle {
            display: none;
        }
        .breadcrumb {
            display: flex;
            flex-wrap: wrap;
            gap: 0.4rem 0.8rem;
            font-size: 0.85rem;
            padding: 0.6rem 0 0.2rem;
            color: #5a5a5a;
            font-family: 'Segoe UI', Arial, sans-serif;
            border-top: 1px solid #e2dcd5;
            margin-top: 0.6rem;
        }
        .breadcrumb a {
            color: #1a3c5e;
            text-decoration: none;
        }
        .breadcrumb a:hover {
            text-decoration: underline;
        }
        .breadcrumb span {
            color: #8a8a8a;
        }
        .search-form {
            display: flex;
            gap: 0.4rem;
            max-width: 360px;
            margin: 0.4rem 0 0.8rem;
        }
        .search-form input {
            flex: 1;
            padding: 0.55rem 1rem;
            border: 2px solid #d6cfc7;
            border-radius: 30px;
            font-size: 0.95rem;
            outline: none;
            transition: border 0.2s;
            background: #fcfcfc;
        }
        .search-form input:focus {
            border-color: #1a3c5e;
        }
        .search-form button {
            background: #1a3c5e;
            color: #fff;
            border: none;
            border-radius: 30px;
            padding: 0.55rem 1.2rem;
            font-size: 0.95rem;
            cursor: pointer;
            transition: background 0.2s;
            font-weight: 600;
        }
        .search-form button:hover {
            background: #b45309;
        }
        .featured-image {
            margin: 1.8rem 0;
            border-radius: 12px;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
            overflow: hidden;
            max-width: 780px;
        }
        .featured-image figcaption {
            font-size: 0.85rem;
            color: #5a5a5a;
            padding: 0.6rem 0.2rem;
            font-style: italic;
        }
        .user-forms-section {
            display: flex;
            flex-wrap: wrap;
            gap: 2rem 3rem;
            margin: 2.4rem 0 1.8rem;
            padding: 1.8rem 0;
            border-top: 2px solid #e2dcd5;
            border-bottom: 2px solid #e2dcd5;
        }
        .form-box {
            flex: 1 1 280px;
            min-width: 240px;
        }
        .form-box h3 {
            margin-top: 0;
            font-size: 1.3rem;
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }
        .form-box form {
            display: flex;
            flex-direction: column;
            gap: 0.7rem;
            margin-top: 0.6rem;
        }
        .form-box input,
        .form-box textarea,
        .form-box select {
            padding: 0.6rem 0.8rem;
            border: 2px solid #d6cfc7;
            border-radius: 8px;
            font-size: 0.95rem;
            font-family: 'Segoe UI', Arial, sans-serif;
            background: #fcfcfc;
            transition: border 0.2s;
        }
        .form-box input:focus,
        .form-box textarea:focus,
        .form-box select:focus {
            border-color: #1a3c5e;
            outline: none;
        }
        .form-box textarea {
            min-height: 90px;
            resize: vertical;
        }
        .form-box .btn-submit {
            background: #1a3c5e;
            color: #fff;
            border: none;
            padding: 0.6rem 1.5rem;
            border-radius: 30px;
            font-weight: 600;
            cursor: pointer;
            transition: background 0.2s;
            align-self: flex-start;
            font-size: 0.95rem;
        }
        .form-box .btn-submit:hover {
            background: #b45309;
        }
        .rating-stars {
            display: flex;
            flex-direction: row-reverse;
            gap: 0.2rem;
            justify-content: flex-end;
        }
        .rating-stars input {
            display: none;
        }
        .rating-stars label {
            font-size: 1.8rem;
            color: #d6cfc7;
            cursor: pointer;
            transition: color 0.15s;
        }
        .rating-stars input:checked~label,
        .rating-stars label:hover,
        .rating-stars label:hover~label {
            color: #eab308;
        }
        .resource-links {
            background: #f4f1ed;
            border-radius: 12px;
            padding: 1.2rem 1.8rem;
            margin: 2rem 0;
            border-left: 6px solid #b45309;
        }
        .resource-links h3 {
            margin-top: 0;
        }
        .resource-links ul {
            columns: 2 200px;
            list-style: none;
            margin: 0.6em 0;
        }
        .resource-links li {
            padding: 0.2rem 0;
        }
        .resource-links a {
            font-weight: 500;
        }
        footer {
            margin-top: 2.5rem;
            padding: 1.5rem 0 1rem;
            border-top: 3px solid #e2dcd5;
            font-size: 0.9rem;
            color: #4a4a4a;
        }
        footer .footer-inner {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            gap: 1.2rem;
        }
        friend-link {
            display: block;
            margin-bottom: 0.8rem;
            font-weight: 600;
            color: #0f2a3f;
        }
        friend-link a {
            display: inline-block;
            margin: 0.2rem 1rem 0.2rem 0;
            font-weight: 400;
        }
        .copyright {
            font-size: 0.82rem;
            color: #6a6a6a;
            border-top: 1px solid #e2dcd5;
            padding-top: 1rem;
            margin-top: 0.6rem;
            text-align: center;
        }
        @media (max-width: 768px) {
            body {
                padding: 0 0.6rem;
            }
            .container {
                padding: 1rem 1rem 1.5rem;
            }
            h1 {
                font-size: 1.8rem;
            }
            h2 {
                font-size: 1.4rem;
            }
            h3 {
                font-size: 1.15rem;
            }
            .header-top {
                flex-wrap: wrap;
            }
            .my-logo {
                font-size: 1.7rem;
            }
            .hamburger {
                display: block;
            }
            .nav-links {
                display: none;
                flex-direction: column;
                width: 100%;
                background: #f4f1ed;
                border-radius: 12px;
                padding: 1rem;
                gap: 0.2rem;
                margin-top: 0.6rem;
            }
            #nav-toggle:checked~.nav-links {
                display: flex;
            }
            .nav-links li a {
                display: block;
                padding: 0.5rem 0.6rem;
                border-radius: 6px;
            }
            .breadcrumb {
                font-size: 0.75rem;
            }
            .search-form {
                max-width: 100%;
            }
            .resource-links ul {
                columns: 1;
            }
            .user-forms-section {
                flex-direction: column;
                gap: 1.5rem;
            }
            .form-box {
                flex: 1 1 auto;
            }
            footer .footer-inner {
                flex-direction: column;
                gap: 0.8rem;
            }
        }
        @media (min-width: 769px) {
            .hamburger {
                display: none !important;
            }
            .nav-links {
                display: flex !important;
            }
        }
        .last-updated {
            font-size: 0.85rem;
            color: #6a6a6a;
            margin: 1.2rem 0 0.2rem;
            text-align: right;
            border-top: 1px dashed #d6cfc7;
            padding-top: 0.6rem;
        }
        .highlight-box {
            background: #f0f4f8;
            border-radius: 12px;
            padding: 1.2rem 1.6rem;
            margin: 1.4rem 0;
            border-left: 4px solid #1a3c5e;
        }
        .highlight-box p:last-child {
            margin-bottom: 0;
        }
        .emoji-lg {
            font-size: 1.3em;
        }
        .text-muted {
            color: #5a5a5a;
        }
        .flex-between {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: center;
            gap: 0.6rem;
        }
