        *,
        *::before,
        *::after {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }
        html {
            scroll-behavior: smooth;
            font-size: 16px;
        }
        body {
            font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
            background: #f8fafc;
            color: #1e293b;
            line-height: 1.7;
            padding: 0 16px;
            max-width: 1200px;
            margin: 0 auto;
        }
        img {
            max-width: 100%;
            height: auto;
            display: block;
            border-radius: 12px;
        }
        a {
            color: #0f4a8a;
            text-decoration: none;
            transition: color 0.2s;
        }
        a:hover {
            color: #e67e22;
            text-decoration: underline;
        }
        ul,
        ol {
            padding-left: 1.4rem;
            margin: 1rem 0;
        }
        li {
            margin-bottom: 0.4rem;
        }
        h1,
        h2,
        h3,
        h4,
        h5,
        h6 {
            font-weight: 600;
            line-height: 1.3;
            margin-top: 2rem;
            margin-bottom: 0.8rem;
            color: #0b2e4e;
        }
        h1 {
            font-size: 2.2rem;
            border-bottom: 4px solid #e67e22;
            display: inline-block;
            padding-bottom: 0.3rem;
            margin-top: 1rem;
        }
        h2 {
            font-size: 1.7rem;
            border-left: 5px solid #e67e22;
            padding-left: 1rem;
            margin-top: 2.8rem;
        }
        h3 {
            font-size: 1.3rem;
            margin-top: 2rem;
            color: #1e4a6b;
        }
        h4 {
            font-size: 1.1rem;
            margin-top: 1.4rem;
            color: #2c5f7e;
        }
        p {
            margin: 1rem 0;
            font-size: 1.05rem;
        }
        .container {
            background: #ffffff;
            border-radius: 20px;
            padding: 24px 20px;
            margin: 20px 0;
            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05);
        }
        .badge {
            display: inline-block;
            background: #e67e22;
            color: #fff;
            padding: 0.2rem 1rem;
            border-radius: 30px;
            font-size: 0.8rem;
            font-weight: 600;
            letter-spacing: 0.5px;
        }
        .emoji-big {
            font-size: 1.8rem;
            margin-right: 0.3rem;
        }
        .site-header {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-between;
            padding: 16px 0 8px;
            border-bottom: 2px solid #e2e8f0;
            position: relative;
        }
        .my-logo {
            font-size: 1.8rem;
            font-weight: 800;
            color: #0b2e4e;
            text-transform: uppercase;
            letter-spacing: -0.5px;
            background: linear-gradient(135deg, #e67e22, #f39c12);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            display: inline-block;
        }
        .my-logo small {
            font-size: 0.7rem;
            font-weight: 400;
            color: #64748b;
            -webkit-text-fill-color: #64748b;
            display: block;
            letter-spacing: 1px;
        }
        .my-logo a {
            text-decoration: none;
            color: inherit;
            -webkit-text-fill-color: inherit;
        }
        .nav-toggle {
            display: none;
            background: none;
            border: none;
            font-size: 2rem;
            color: #0b2e4e;
            cursor: pointer;
            padding: 4px 8px;
            border-radius: 8px;
            transition: background 0.2s;
        }
        .nav-toggle:hover {
            background: #e2e8f0;
        }
        .nav-menu {
            display: flex;
            flex-wrap: wrap;
            gap: 8px 20px;
            list-style: none;
            padding: 0;
            margin: 8px 0 0;
            align-items: center;
        }
        .nav-menu li a {
            font-weight: 500;
            padding: 6px 8px;
            border-radius: 6px;
            transition: background 0.2s, color 0.2s;
            font-size: 0.95rem;
        }
        .nav-menu li a:hover {
            background: #e67e22;
            color: #fff;
            text-decoration: none;
        }
        .breadcrumb {
            display: flex;
            flex-wrap: wrap;
            gap: 6px 12px;
            font-size: 0.85rem;
            color: #64748b;
            padding: 12px 0 4px;
            list-style: none;
        }
        .breadcrumb li+li::before {
            content: "›";
            margin-right: 8px;
            color: #94a3b8;
            font-weight: 700;
        }
        .breadcrumb a {
            color: #0f4a8a;
        }
        .search-form {
            display: flex;
            gap: 8px;
            max-width: 520px;
            margin: 20px 0 12px;
            flex-wrap: wrap;
        }
        .search-form input {
            flex: 1;
            min-width: 180px;
            padding: 12px 16px;
            border: 2px solid #cbd5e1;
            border-radius: 40px;
            font-size: 1rem;
            outline: none;
            transition: border 0.2s;
        }
        .search-form input:focus {
            border-color: #e67e22;
        }
        .search-form button {
            background: #e67e22;
            color: #fff;
            border: none;
            padding: 12px 28px;
            border-radius: 40px;
            font-weight: 600;
            font-size: 1rem;
            cursor: pointer;
            transition: background 0.2s, transform 0.1s;
            display: flex;
            align-items: center;
            gap: 6px;
        }
        .search-form button:hover {
            background: #d35400;
            transform: scale(1.02);
        }
        .rating-stars {
            display: flex;
            gap: 4px;
            font-size: 1.8rem;
            color: #f1c40f;
            cursor: pointer;
            direction: rtl;
            unicode-bidi: bidi-override;
        }
        .rating-stars input {
            display: none;
        }
        .rating-stars label {
            transition: transform 0.15s, color 0.15s;
            color: #d1d5db;
            cursor: pointer;
        }
        .rating-stars label:hover,
        .rating-stars label:hover~label,
        .rating-stars input:checked~label {
            color: #f1c40f;
            transform: scale(1.1);
        }
        .comment-form textarea {
            width: 100%;
            min-height: 120px;
            padding: 14px 16px;
            border: 2px solid #cbd5e1;
            border-radius: 16px;
            font-size: 1rem;
            font-family: inherit;
            resize: vertical;
            outline: none;
            transition: border 0.2s;
        }
        .comment-form textarea:focus {
            border-color: #e67e22;
        }
        .comment-form .form-actions {
            display: flex;
            flex-wrap: wrap;
            gap: 12px;
            margin-top: 12px;
            align-items: center;
        }
        .btn {
            background: #0f4a8a;
            color: #fff;
            border: none;
            padding: 10px 28px;
            border-radius: 40px;
            font-weight: 600;
            font-size: 0.95rem;
            cursor: pointer;
            transition: background 0.2s, transform 0.1s;
        }
        .btn:hover {
            background: #0b2e4e;
            transform: scale(1.02);
        }
        .btn-orange {
            background: #e67e22;
        }
        .btn-orange:hover {
            background: #d35400;
        }
        .feature-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
            gap: 20px;
            margin: 24px 0;
        }
        .feature-card {
            background: #f1f5f9;
            padding: 20px 18px;
            border-radius: 16px;
            transition: transform 0.2s, box-shadow 0.2s;
            border: 1px solid #e2e8f0;
        }
        .feature-card:hover {
            transform: translateY(-4px);
            box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
        }
        .feature-card i {
            font-size: 2rem;
            color: #e67e22;
            margin-bottom: 8px;
        }
        .table-wrap {
            overflow-x: auto;
            margin: 20px 0;
        }
        table {
            width: 100%;
            border-collapse: collapse;
            font-size: 0.95rem;
            min-width: 460px;
        }
        th,
        td {
            padding: 12px 16px;
            text-align: left;
            border-bottom: 1px solid #e2e8f0;
        }
        th {
            background: #0b2e4e;
            color: #fff;
            font-weight: 600;
        }
        tr:nth-child(even) {
            background: #f8fafc;
        }
        tr:hover {
            background: #eef2f7;
        }
        friend-link {
            display: block;
            padding: 20px 0 8px;
            border-top: 2px solid #e2e8f0;
            margin-top: 30px;
        }
        friend-link a {
            display: inline-block;
            margin: 4px 16px 4px 0;
            font-weight: 500;
        }
        .site-footer {
            padding: 24px 0 32px;
            font-size: 0.9rem;
            color: #64748b;
            border-top: 1px solid #e2e8f0;
            margin-top: 20px;
            text-align: center;
        }
        @media (max-width: 768px) {
            body {
                padding: 0 10px;
            }
            .container {
                padding: 16px 12px;
            }
            h1 {
                font-size: 1.6rem;
            }
            h2 {
                font-size: 1.3rem;
            }
            .nav-toggle {
                display: block;
            }
            .nav-menu {
                display: none;
                flex-direction: column;
                width: 100%;
                background: #fff;
                border-radius: 16px;
                padding: 12px 0 16px;
                box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
                margin-top: 8px;
            }
            .nav-menu.active {
                display: flex;
            }
            .nav-menu li a {
                padding: 10px 16px;
                display: block;
            }
            .search-form {
                flex-direction: column;
            }
            .search-form button {
                justify-content: center;
            }
            .rating-stars {
                font-size: 1.4rem;
            }
            .feature-grid {
                grid-template-columns: 1fr;
            }
            .my-logo {
                font-size: 1.4rem;
            }
        }
        @media (min-width: 769px) {
            .nav-toggle {
                display: none !important;
            }
            .nav-menu {
                display: flex !important;
            }
        }
        .last-updated {
            font-size: 0.85rem;
            color: #94a3b8;
            display: flex;
            align-items: center;
            gap: 6px;
            margin: 4px 0 16px;
        }
        .highlight-box {
            background: #fef9e7;
            border-left: 5px solid #e67e22;
            padding: 16px 20px;
            border-radius: 8px;
            margin: 20px 0;
        }
        .quote-block {
            font-style: italic;
            background: #f1f5f9;
            padding: 18px 22px;
            border-radius: 16px;
            position: relative;
            margin: 20px 0;
        }
        .quote-block::before {
            content: "\201C";
            font-size: 3rem;
            color: #e67e22;
            position: absolute;
            top: -6px;
            left: 12px;
            line-height: 1;
        }
        .gap-8 {
            gap: 8px;
        }
        .flex-wrap {
            display: flex;
            flex-wrap: wrap;
        }
        .items-center {
            align-items: center;
        }
        .mt-2 {
            margin-top: 1rem;
        }
        .mb-1 {
            margin-bottom: 0.5rem;
        }
