.blog-page { display: flex; flex-direction: column; min-height: 100vh; font-family: Inter, sans-serif; background: #060A0E; color: #f7f9fc; } /* $azu-color-darker */
.blog-page .blog-index-header, .blog-page .blog-article-header { display: block; background: transparent; }
.blog-page .v2-site-footer { flex: 0 0 auto; width: 100%; }
.blog-shell, .blog-article-shell { max-width: 1180px; margin: 0 auto; padding: 150px 28px 96px; }
.blog-index-header { max-width: 760px; margin-bottom: 56px; }
.blog-index-header h1, .blog-article-header h1 { color: #fff; font-size: clamp(42px, 6vw, 72px); line-height: 1.04; letter-spacing: -.045em; margin: 12px 0 24px; }
.blog-index-header > p:last-child { color: #b9c4d5; font-size: 20px; line-height: 1.65; }
.blog-eyebrow { color: #55b8ff; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; font-size: 13px; }
.blog-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; }
.blog-card { display: flex; flex-direction: column; overflow: hidden; border: 1px solid #2b374b; border-radius: 18px; background: #172235; color: inherit; text-decoration: none; transition: transform .2s, border-color .2s; }
.blog-card:hover, .blog-card:focus-visible { transform: translateY(-4px); border-color: #55b8ff; }
.blog-card-image { aspect-ratio: 16/9; background: #233047; overflow: hidden; }
.blog-card-image img { width: 100%; height: 100%; object-fit: cover; }
.blog-card-copy { padding: 24px; }
.blog-card time, .blog-article-header time, .blog-article-header > span { color: #8fa0b8; font-size: 14px; }
.blog-card h2 { color: #fff; font-size: 23px; line-height: 1.25; margin: 10px 0; }
.blog-card p { color: #b9c4d5; font-size: 16px; line-height: 1.55; }
.blog-card span { color: #55b8ff; font-size: 15px; font-weight: 600; }
.blog-pagination { display: flex; justify-content: center; gap: 24px; margin-top: 54px; }
.blog-pagination a { color: #55b8ff; text-decoration: none; }
.blog-empty { padding: 50px; border: 1px solid #2b374b; border-radius: 18px; text-align: center; }
.blog-article-shell { max-width: 1000px; }
.blog-back { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 50px; border: 1px solid rgba(143, 160, 184, .28); border-radius: 999px; padding: 10px 16px 10px 13px; background: rgba(23, 34, 53, .55); color: #dce7f5; font-size: 14px; font-weight: 600; line-height: 1; text-decoration: none; backdrop-filter: blur(8px); transition: border-color .18s ease, background-color .18s ease, color .18s ease, transform .18s ease; }
.blog-back svg { width: 18px; height: 18px; flex: 0 0 auto; stroke: #55b8ff; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; transition: transform .18s ease; }
.blog-back:hover { border-color: rgba(85, 184, 255, .58); background: rgba(0, 127, 255, .1); color: #fff; transform: translateY(-1px); }
.blog-back:hover svg { transform: translateX(-2px); }
.blog-back:focus-visible { border-color: #55b8ff; outline: 3px solid rgba(85, 184, 255, .22); outline-offset: 3px; color: #fff; }
.blog-article-header { max-width: 920px; margin: 0 auto 88px; text-align: center; }
.blog-article-header .blog-lead { box-sizing: border-box; max-width: 760px; margin: 40px auto 0; border-left: 4px solid #007fff; padding: 6px 0 6px 28px; color: #cbd5e1; font-size: clamp(19px, 1.55vw, 22px); font-weight: 400; line-height: 1.7; text-align: left; }
.blog-article-header time, .blog-article-header > span { display: inline-block; margin-top: 26px; border-radius: 999px; padding: 7px 12px; background: rgba(85, 184, 255, .08); color: #8fa0b8; letter-spacing: .03em; }
.blog-article-header::after { display: block; width: 72px; height: 2px; margin: 42px auto 0; background: linear-gradient(90deg, #007fff, #55b8ff); content: ""; }
.blog-title-image { margin: 0 0 64px; }
.blog-title-image img { display: block; width: 100%; max-height: 620px; object-fit: cover; border-radius: 20px; }
.blog-title-image figcaption, .blog-prose figcaption { color: #8fa0b8; font-size: 14px; line-height: 1.55; text-align: center; margin-top: 10px; }
.blog-prose { max-width: 760px; margin: auto; color: #d8e0eb; font-size: 18px; line-height: 1.78; }
.blog-prose p { margin: 0 0 1.45em; }
.blog-prose h1, .blog-prose h2, .blog-prose h3 { color: #fff; line-height: 1.2; letter-spacing: -.025em; }
.blog-prose h1 { margin: 2.2em 0 .7em; font-size: clamp(34px, 4vw, 42px); }
.blog-prose h2 { margin: 2.35em 0 .75em; font-size: clamp(28px, 3vw, 34px); }
.blog-prose h3 { margin: 2em 0 .65em; font-size: clamp(22px, 2.3vw, 25px); }
.blog-prose > :first-child { margin-top: 0; }
.blog-prose strong { color: #fff; font-weight: 700; }
.blog-prose a { color: #55b8ff; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.blog-prose ul, .blog-prose ol { margin: 0 0 1.6em; padding-left: 1.6em; }
.blog-prose li { margin: .45em 0; padding-left: .25em; }
.blog-prose li::marker { color: #55b8ff; font-weight: 700; }
.blog-prose blockquote { margin: 2em 0; padding: 10px 0 10px 24px; border-left: 3px solid #55b8ff; color: #fff; font-size: 20px; font-style: italic; }
.blog-prose blockquote p:last-child { margin-bottom: 0; }
.blog-prose hr { height: 1px; margin: 48px 0; border: 0; background: #2b374b; }
.blog-prose img { display: block; max-width: 100%; height: auto; margin: 42px auto; border-radius: 12px; }
.blog-prose .blog-prose-image { margin: 42px 0; }
.blog-prose .blog-prose-image img { width: 100%; margin: 0; }
.blog-prose code { border-radius: 4px; padding: 2px 6px; background: #202d42; color: #f4f7fb; font-size: .9em; }
.blog-prose pre { overflow-x: auto; margin: 1.8em 0; border: 1px solid #2b374b; border-radius: 10px; padding: 20px; background: #0b1220; line-height: 1.6; }
.blog-prose pre code { padding: 0; background: transparent; font-size: 15px; }
.blog-preview-bar { position: sticky; z-index: 20; top: 5vh; display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 5vh; padding: 12px 28px; background: #ffcc66; color: #172235; }
.blog-preview-bar div, .blog-preview-bar form { display: flex; align-items: center; gap: 12px; margin: 0; }
.blog-preview-bar a, .blog-preview-bar button { box-sizing: border-box; display: inline-flex; align-items: center; justify-content: center; min-height: 40px; border-radius: 8px; padding: 9px 16px; font-family: inherit; font-size: 14px; font-weight: 700; line-height: 1; text-decoration: none; transition: background-color .18s ease, border-color .18s ease, box-shadow .18s ease, transform .18s ease; }
.blog-preview-bar a { border: 1px solid rgba(23, 34, 53, .25); background: rgba(255, 255, 255, .45); color: #172235; }
.blog-preview-bar button { border: 1px solid #172235; background: #172235; color: #fff; cursor: pointer; }
.blog-preview-bar a:hover, .blog-preview-bar a:focus-visible { border-color: rgba(23, 34, 53, .48); background: rgba(255, 255, 255, .72); }
.blog-preview-bar button:hover, .blog-preview-bar button:focus-visible { border-color: #007fff; background: #007fff; box-shadow: 0 5px 16px rgba(0, 77, 153, .22); transform: translateY(-1px); }
.blog-preview-bar a:focus-visible, .blog-preview-bar button:focus-visible { outline: 3px solid rgba(0, 127, 255, .3); outline-offset: 2px; }
.blog-preview-bar + .blog-article-shell { padding-top: 60px; }
.blog-article-end { margin-top: 112px; border-top: 1px solid #243247; padding-top: 48px; }
.blog-article-end-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 28px; margin-bottom: 30px; }
.blog-article-end-heading .blog-eyebrow { margin: 0 0 8px; }
.blog-article-end-heading h2 { margin: 0; color: #fff; font-size: clamp(28px, 3vw, 36px); line-height: 1.2; }
.blog-overview-button { flex: 0 0 auto; border: 1px solid #38506c; border-radius: 8px; padding: 11px 16px; color: #f7f9fc; font-size: 14px; font-weight: 700; text-decoration: none; transition: border-color .18s ease, background-color .18s ease, transform .18s ease; }
.blog-overview-button:hover, .blog-overview-button:focus-visible { border-color: #007fff; background: rgba(0, 127, 255, .1); transform: translateY(-1px); }
.blog-related-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.blog-related-card { display: flex; min-width: 0; overflow: hidden; border: 1px solid #243247; border-radius: 12px; background: #0a121d; color: inherit; text-decoration: none; flex-direction: column; transition: border-color .2s ease, transform .2s ease; }
.blog-related-card:hover, .blog-related-card:focus-visible { border-color: #007fff; transform: translateY(-3px); }
.blog-related-image { overflow: hidden; aspect-ratio: 16 / 9; background: #111d2b; }
.blog-related-image img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .25s ease; }
.blog-related-card:hover .blog-related-image img { transform: scale(1.025); }
.blog-related-copy { display: flex; flex: 1; padding: 18px; flex-direction: column; }
.blog-related-copy time { color: #8fa0b8; font-size: 13px; }
.blog-related-copy h3 { margin: 8px 0 20px; color: #fff; font-size: 19px; line-height: 1.35; }
.blog-related-copy span { margin-top: auto; color: #55b8ff; font-size: 14px; font-weight: 700; }

.blog-admin { background: #f4f6f9; color: #1c2738; }
.blog-admin > .footer { display: none; }
.blog-admin > .blog-admin-shell { grid-column: center-start / center-end; grid-row: 2; box-sizing: border-box; width: 100%; min-width: 0; }
.blog-admin-shell { max-width: 1180px; margin: 0 auto; padding: 130px 28px 80px; }
.blog-admin-topline { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 28px; }
.blog-admin-topline h1 { margin: 8px 0 0; }.blog-admin a { color: #1769aa; }
.blog-admin-primary, .blog-admin button, .blog-admin .button { display: inline-block; border: 1px solid #b7c1ce; border-radius: 7px; background: white; padding: 10px 15px; color: #1c2738; cursor: pointer; text-decoration: none; font: inherit; }
.blog-admin .blog-admin-primary { background: #1769aa; border-color: #1769aa; color: white; }
.blog-admin-filters { display: flex; gap: 10px; margin-bottom: 22px; }.blog-admin-filters a { padding: 8px 13px; border-radius: 7px; text-decoration: none; }.blog-admin-filters a.active { background: #dceaf7; }
.blog-admin-table-wrap, .blog-admin-form, .blog-admin-panel { background: white; border: 1px solid #dce2e9; border-radius: 12px; padding: 24px; margin-bottom: 24px; }
.blog-admin-title-panel { border-color: #bcd6ef; border-left: 5px solid #1769aa; background: linear-gradient(135deg, #eef6fd 0%, #f8fbfe 62%, #fff 100%); }
.blog-admin-title-panel .blog-panel-intro { margin: -4px 0 20px; color: #526174; }
.blog-admin-table { width: 100%; border-collapse: collapse; }.blog-admin-table th, .blog-admin-table td { padding: 14px; border-bottom: 1px solid #e6eaf0; text-align: left; }
.blog-status { display: inline-block; border-radius: 100px; padding: 5px 10px; font-size: .8rem; text-transform: capitalize; }.blog-status.draft { background: #fff0cc; }.blog-status.published { background: #d8f3df; color: #17652d; }
.blog-admin-field { margin-bottom: 20px; }.blog-admin-field label, .blog-image-form label { display: block; font-weight: 600; margin-bottom: 7px; }
.blog-admin-field input, .blog-admin-field textarea, .blog-image-form input[type=text] { box-sizing: border-box; width: 100%; border: 1px solid #b7c1ce; border-radius: 7px; padding: 10px; font: inherit; }
.blog-admin-field small { display: block; color: #68778b; margin-top: 5px; }.blog-admin-field small.error { color: #a52727; }
.blog-admin-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; }.blog-admin-actions form { margin: 0; }
.blog-admin-messages p { border-radius: 7px; padding: 12px; background: #dceaf7; }.blog-admin-messages p.error { background: #ffe1e1; color: #8d1c1c; }
.blog-admin-notice { border-radius: 7px; padding: 12px; background: #fff0cc; }
.blog-markdown-help { margin: -4px 0 24px; border: 1px solid #dce2e9; border-radius: 9px; background: #f7f9fb; }
.blog-markdown-help summary { cursor: pointer; padding: 14px 16px; font-weight: 700; }
.blog-markdown-help[open] summary { border-bottom: 1px solid #dce2e9; }
.blog-markdown-help > p { margin: 16px; line-height: 1.55; }
.blog-markdown-agent-copy { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin: 16px; border-radius: 7px; padding: 12px 14px; background: #eaf3fb; }.blog-markdown-agent-copy p { margin: 0; line-height: 1.45; }.blog-markdown-agent-copy button { flex: 0 0 auto; }
.blog-markdown-examples { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; padding: 0 16px 16px; }
.blog-markdown-examples section { min-width: 0; }.blog-markdown-examples h3 { margin: 0 0 8px; }
.blog-markdown-examples pre { box-sizing: border-box; overflow-x: auto; margin: 0; border-radius: 7px; padding: 14px; background: #172235; color: #f7f9fc; line-height: 1.5; }
.blog-markdown-examples p { line-height: 1.5; }
.blog-workflow { border-left: 4px solid #1769aa; }.blog-workflow h2 { margin-top: 0; }.blog-workflow ol { padding-left: 22px; }.blog-workflow li { margin: 9px 0; line-height: 1.5; }.blog-workflow p { margin-bottom: 0; color: #526174; }
.blog-image-form { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; align-items: end; }.blog-image-form button { justify-self: start; }
.blog-admin-title-image img { max-width: 500px; max-height: 280px; object-fit: cover; border-radius: 10px; }
.blog-image-metadata-form { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) auto; gap: 12px; align-items: end; margin: 18px 0; border-radius: 8px; padding: 14px; background: rgba(23, 105, 170, .07); }
.blog-image-metadata-form label { display: block; margin-bottom: 5px; font-weight: 700; }.blog-image-metadata-form input { box-sizing: border-box; width: 100%; border: 1px solid #b7c1ce; border-radius: 7px; padding: 9px; font: inherit; }.blog-image-metadata-form small { display: block; margin-top: 5px; color: #68778b; }
.blog-admin .blog-image-download { margin: 0 0 16px; border-color: #8aa9c5; background: #f7fbff; color: #1769aa; font-weight: 700; }.blog-admin .blog-image-download:hover, .blog-admin .blog-image-download:focus-visible { border-color: #1769aa; background: #eaf3fb; }
.blog-image-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin-top: 24px; }.blog-image-grid article { min-width: 0; padding: 14px; border: 1px solid #dce2e9; border-radius: 9px; }.blog-image-grid img { width: 100%; aspect-ratio: 16/9; object-fit: cover; }.blog-image-grid code { display: block; overflow-wrap: anywhere; margin: 10px 0; }.blog-image-grid .blog-image-metadata-form { grid-template-columns: 1fr; margin-bottom: 12px; padding: 12px; }
@media (max-width: 850px) { .blog-grid, .blog-image-grid, .blog-related-grid { grid-template-columns: 1fr 1fr; }.blog-image-form, .blog-image-metadata-form, .blog-markdown-examples { grid-template-columns: 1fr; } }
@media (max-width: 600px) { .blog-shell, .blog-article-shell, .blog-admin-shell { padding-left: 18px; padding-right: 18px; }.blog-grid, .blog-image-grid, .blog-related-grid { grid-template-columns: 1fr; }.blog-preview-bar, .blog-admin-topline, .blog-markdown-agent-copy, .blog-article-end-heading { align-items: flex-start; flex-direction: column; }.blog-admin-table-wrap { overflow-x: auto; }.blog-article-header { margin-bottom: 64px; text-align: left; }.blog-article-header .blog-lead { margin-top: 28px; padding-left: 20px; }.blog-article-header::after { margin-left: 0; } }
