*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
}

a {
    color: inherit;
    text-decoration: none;
}

button,
input,
select,
textarea {
    font: inherit;
}

img {
    display: block;
    max-width: 100%;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.absolute { position: absolute; }
.sticky { position: sticky; }
.top-0 { top: 0; }
.top-auto { top: auto; }
.left-\[-9999px\] { left: -9999px; }
.z-40 { z-index: 40; }
.mx-auto { margin-left: auto; margin-right: auto; }
.mt-1 { margin-top: .25rem; }
.mt-2 { margin-top: .5rem; }
.mt-3 { margin-top: .75rem; }
.mt-4 { margin-top: 1rem; }
.mt-5 { margin-top: 1.25rem; }
.mt-6 { margin-top: 1.5rem; }
.mt-8 { margin-top: 2rem; }
.mb-2 { margin-bottom: .5rem; }
.block { display: block; }
.hidden { display: none; }
.flex { display: flex; }
.inline-flex { display: inline-flex; }
.grid { display: grid; }
.h-9 { height: 2.25rem; }
.w-9 { width: 2.25rem; }
.h-px { height: 1px; }
.w-px { width: 1px; }
.w-full { width: 100%; }
.w-fit { width: fit-content; }
.min-h-screen { min-height: 100vh; }
.min-h-12 { min-height: 3rem; }
.max-w-3xl { max-width: 48rem; }
.max-w-6xl { max-width: 72rem; }
.flex-1 { flex: 1 1 0%; }
.flex-col { flex-direction: column; }
.flex-wrap { flex-wrap: wrap; }
.items-center { align-items: center; }
.items-start { align-items: flex-start; }
.justify-between { justify-content: space-between; }
.gap-2 { gap: .5rem; }
.gap-3 { gap: .75rem; }
.gap-4 { gap: 1rem; }
.gap-6 { gap: 1.5rem; }
.space-y-1 > * + * { margin-top: .25rem; }
.space-y-2 > * + * { margin-top: .5rem; }
.space-y-4 > * + * { margin-top: 1rem; }
.space-y-6 > * + * { margin-top: 1.5rem; }
.overflow-hidden { overflow: hidden; }
.rounded-md { border-radius: .375rem; }
.rounded-lg { border-radius: .5rem; }
.rounded-full { border-radius: 9999px; }
.border { border: 1px solid #e2e8f0; }
.border-b { border-bottom: 1px solid #e2e8f0; }
.border-t { border-top: 1px solid #e2e8f0; }
.border-slate-200 { border-color: #e2e8f0; }
.border-slate-300 { border-color: #cbd5e1; }
.border-amber-200 { border-color: #fde68a; }
.border-red-200 { border-color: #fecaca; }
.bg-white { background-color: #fff; }
.bg-white\/95 { background-color: rgba(255, 255, 255, .95); }
.bg-slate-100 { background-color: #f1f5f9; }
.bg-slate-50 { background-color: #f8fafc; }
.bg-blue-700 { background-color: #1d4ed8; }
.bg-red-50 { background-color: #fef2f2; }
.bg-amber-50 { background-color: #fffbeb; }
.bg-orange-50 { background-color: #fff7ed; }
.bg-sky-50 { background-color: #f0f9ff; }
.bg-emerald-50 { background-color: #ecfdf5; }
.bg-green-50 { background-color: #f0fdf4; }
.p-3 { padding: .75rem; }
.p-4 { padding: 1rem; }
.p-5 { padding: 1.25rem; }
.px-2 { padding-left: .5rem; padding-right: .5rem; }
.px-3 { padding-left: .75rem; padding-right: .75rem; }
.px-4 { padding-left: 1rem; padding-right: 1rem; }
.px-5 { padding-left: 1.25rem; padding-right: 1.25rem; }
.px-6 { padding-left: 1.5rem; padding-right: 1.5rem; }
.py-0\.5 { padding-top: .125rem; padding-bottom: .125rem; }
.py-1 { padding-top: .25rem; padding-bottom: .25rem; }
.py-2 { padding-top: .5rem; padding-bottom: .5rem; }
.py-3 { padding-top: .75rem; padding-bottom: .75rem; }
.py-6 { padding-top: 1.5rem; padding-bottom: 1.5rem; }
.pl-5 { padding-left: 1.25rem; }
.text-center { text-align: center; }
.text-xs { font-size: .75rem; line-height: 1rem; }
.text-sm { font-size: .875rem; line-height: 1.25rem; }
.text-lg { font-size: 1.125rem; line-height: 1.75rem; }
.text-xl { font-size: 1.25rem; line-height: 1.75rem; }
.text-2xl { font-size: 1.5rem; line-height: 2rem; }
.text-3xl { font-size: 1.875rem; line-height: 2.25rem; }
.font-medium { font-weight: 500; }
.font-semibold { font-weight: 600; }
.font-bold { font-weight: 700; }
.uppercase { text-transform: uppercase; }
.tracking-wide { letter-spacing: .025em; }
.tracking-tight { letter-spacing: -.025em; }
.text-white { color: #fff; }
.text-slate-900 { color: #0f172a; }
.text-slate-700 { color: #334155; }
.text-slate-600 { color: #475569; }
.text-slate-500 { color: #64748b; }
.text-blue-700 { color: #1d4ed8; }
.text-red-700 { color: #b91c1c; }
.text-red-800 { color: #991b1b; }
.text-amber-800 { color: #92400e; }
.text-orange-700 { color: #c2410c; }
.text-sky-700 { color: #0369a1; }
.text-emerald-700 { color: #047857; }
.text-green-700 { color: #15803d; }
.shadow-sm { box-shadow: 0 1px 2px rgba(15, 23, 42, .08); }
.ring-1 { box-shadow: 0 0 0 1px var(--ring-color, #e2e8f0); }
.ring-slate-200 { --ring-color: #e2e8f0; }
.ring-red-200 { --ring-color: #fecaca; }
.ring-orange-200 { --ring-color: #fed7aa; }
.ring-sky-200 { --ring-color: #bae6fd; }
.ring-emerald-200 { --ring-color: #a7f3d0; }
.ring-green-200 { --ring-color: #bbf7d0; }
.outline-none { outline: 2px solid transparent; outline-offset: 2px; }
.opacity-50 { opacity: .5; }
.antialiased { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.backdrop-blur { backdrop-filter: blur(8px); }
.whitespace-pre-line { white-space: pre-line; }
.list-decimal { list-style-type: decimal; }

.hover\:bg-blue-800:hover { background-color: #1e40af; }
.hover\:text-blue-700:hover { color: #1d4ed8; }
.hover\:underline:hover { text-decoration: underline; }
.focus\:border-blue-600:focus { border-color: #2563eb; }
.focus\:ring-4:focus { box-shadow: 0 0 0 4px var(--focus-ring, rgba(191, 219, 254, .9)); }
.focus\:ring-blue-100:focus { --focus-ring: #dbeafe; }
.disabled\:cursor-not-allowed:disabled { cursor: not-allowed; }

input,
select,
textarea {
    background: #fff;
    color: #0f172a;
}

button {
    border: 0;
    cursor: pointer;
}

button:disabled {
    cursor: not-allowed;
}

.adsbygoogle {
    min-height: 90px;
}

.cmpfooterlink {
    color: #1d4ed8;
}

@media (min-width: 640px) {
    .sm\:flex-row { flex-direction: row; }
    .sm\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .sm\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .sm\:items-start { align-items: flex-start; }
    .sm\:justify-between { justify-content: space-between; }
}

@media (min-width: 768px) {
    .md\:hidden { display: none; }
    .md\:flex { display: flex; }
    .md\:flex-row { flex-direction: row; }
    .md\:items-center { align-items: center; }
    .md\:justify-between { justify-content: space-between; }
    .md\:text-4xl { font-size: 2.25rem; line-height: 2.5rem; }
}

@media (min-width: 1024px) {
    .lg\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .lg\:col-span-1 { grid-column: span 1 / span 1; }
    .lg\:col-span-2 { grid-column: span 2 / span 2; }
}

.blog-list-page {
    min-height: 100vh;
    margin: 0;
    background: #f1f5f9;
    color: #0f172a;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.blog-list-shell {
    width: min(1120px, calc(100% - 32px));
    margin: 0 auto;
    padding: 24px 0 48px;
}

.blog-list-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 24px;
    padding: 14px 0;
}

.blog-list-logo {
    color: #0f172a;
    font-size: 20px;
    font-weight: 800;
    text-decoration: none;
}

.blog-list-header nav {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.blog-list-header nav a {
    color: #1d4ed8;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
}

.blog-list-title {
    margin-bottom: 24px;
}

.blog-list-title p {
    margin: 0 0 8px;
    color: #1d4ed8;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.blog-list-title h1 {
    margin: 0 0 10px;
    font-size: 34px;
    line-height: 1.15;
}

.blog-list-title b {
    display: block;
    max-width: 760px;
    color: #475569;
    font-size: 17px;
    line-height: 1.6;
}

.blog-list-grid {
    display: grid;
    gap: 16px;
}

.blog-content h1,
.blog-content h2,
.blog-content h3,
.blog-content h4 {
    line-height: 1.45;
}

.blog-content h1,
.blog-content h2 {
    margin-top: 1.4em;
    margin-bottom: .7em;
}

.blog-content h3,
.blog-content h4 {
    margin-top: 1.2em;
    margin-bottom: .6em;
}

.blog-list-item {
    display: grid;
    grid-template-columns: 20% 1fr;
    gap: 18px;
    align-items: stretch;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(15, 23, 42, .06);
}

.blog-list-item + .blog-list-item {
    border-top: 2px solid #cbd5e1;
}

.blog-list-image {
    display: flex;
    min-height: 148px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 10px 0 0 10px;
    background: #e5e7eb;
    color: #64748b;
    font-weight: 800;
    text-decoration: none;
}

.blog-list-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-list-item-small {
    min-height: 96px;
}

.blog-list-image-small {
    min-height: 96px;
    max-height: 130px;
}

.blog-list-placeholder {
    padding: 12px;
    text-align: center;
}

.blog-list-body {
    padding: 18px 20px 18px 0;
}

.blog-list-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 8px;
    color: #64748b;
    font-size: 13px;
    font-weight: 700;
}

.blog-list-body h1 {
    margin: 0 0 8px;
    font-size: 24px;
    line-height: 1.66;
}

.blog-list-body h1 a {
    color: #0f172a;
    text-decoration: none;
}

.blog-list-body h1 a:hover {
    color: #1d4ed8;
}

.blog-list-body b {
    display: block;
    color: #475569;
    font-size: 16px;
    line-height: 1.55;
}

.blog-empty {
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    background: #fff;
    padding: 22px;
    color: #475569;
}

@media (max-width: 720px) {
    .blog-list-shell {
        width: min(100% - 24px, 1120px);
        padding-top: 14px;
    }

    .blog-list-header {
        align-items: flex-start;
        flex-direction: column;
    }

    .blog-list-title h1 {
        font-size: 28px;
    }

    .blog-list-item {
        grid-template-columns: 1fr;
    }

    .blog-list-image {
        min-height: 190px;
        border-radius: 10px 10px 0 0;
    }

    .blog-list-body {
        padding: 0 16px 18px;
    }
}
