.blog-hero-cta {
  margin-top: 2.2em;
}

.azdocs-btn-beautiful {
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
  background: linear-gradient(90deg, #2D8CF0 0%, #5A9DF6 100%);
  color: #fff;
  font-weight: 500;
  font-size: 1em;
  padding: 0.55em 1.3em;
  border-radius: 1.3em;
  box-shadow: 0 2px 8px rgba(45,140,240,0.10);
  text-decoration: none;
  transition: background 0.2s, box-shadow 0.2s, transform 0.15s;
  position: relative;
  overflow: hidden;
}
.azdocs-btn-beautiful:hover, .azdocs-btn-beautiful:focus {
  background: linear-gradient(90deg, #2176d6 0%, #2D8CF0 100%);
  box-shadow: 0 4px 16px rgba(45,140,240,0.16);
  transform: translateY(-1px) scale(1.02);
  color: #fff;
}
.azdocs-btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,0.13);
  border-radius: 50%;
  width: 1.7em;
  height: 1.7em;
  box-shadow: 0 1px 4px rgba(45,140,240,0.08);
}
.azdocs-btn-icon svg {
  width: 1.1em;
  height: 1.1em;
}
.azdocs-btn-text {
  letter-spacing: 0.01em;
}
.discord-box {
  background:#fff;
  border-radius:14px;
  box-shadow:0 4px 16px -6px rgba(0,49,83,.08);
  margin-top:28px;
  margin-bottom:40px;
  padding:16px 10px 10px 10px;
  border:1px solid var(--az-border);
  display:flex;
  flex-direction:column;
  align-items:center;
}
.discord-box iframe {
  border:none;
  width:100%;
  min-width:220px;
  max-width:100%;
  height:500px;
  border-radius:12px;
  background:#23272a;
}
.blog-views {
  position: absolute;
  right: 18px;
  bottom: 18px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #fff;
  border: 1px solid var(--az-border);
  border-radius: 9999px;
  padding: 4px 10px;
  font-size: .85rem;
  line-height: 1;
  color: var(--az-text-light);
  box-shadow: 0 1px 2px rgba(0,0,0,.04);
  z-index: 2;
}
.blog-views svg {
  display: inline-block;
  width: 18px;
  height: 18px;
}
.blog-views svg path {
  fill: currentColor !important;
}
.blog-views-count {
  font-weight: 700;
  font-size: .9em;
  color: var(--az-text-light);
  letter-spacing: .1px;
  font-variant-numeric: tabular-nums;
}
:root {
  --az-primary: #009DE1;
  --az-primary-dark: #1F5F9F;
  --az-bg-soft: #f7fbfd;
  --az-border: #e1eef4;
  --az-text: #123;
  --az-text-light: #4a5a6a;
  --az-radius-sm: 6px;
  --az-radius: 12px;
  --az-shadow-sm: 0 2px 4px rgba(0,0,0,.04);
  --az-shadow: 0 4px 18px -4px rgba(0,49,83,.15);
  --az-gradient: linear-gradient(135deg,var(--az-primary),var(--az-primary-dark));
}

body#blog-index {
  background:#fff;
  color:var(--az-text);
  font-family: system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,"Helvetica Neue",Arial,sans-serif;
}
body.blog-post-page {
  background:#F6F9FD;
  color:var(--az-text);
  font-family: system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,"Helvetica Neue",Arial,sans-serif;
}
.post-main-card {
  background:#fff;
  border-radius:22px;
  box-shadow:0 8px 32px -8px rgba(0,49,83,.13);
  max-width:900px;
  width: 100%;
  margin:0 auto 110px;
  padding:0 0 38px;
  overflow:hidden;
}
.blog-post-page .post-layout {
  display:flex;
  align-items:flex-start;
  justify-content:center; 
  max-width:1400px;
  margin:64px auto 0;
  margin-left:auto;
  margin-right:auto;
  padding:0 16px;
}
.blog-post-page .post-sidebar {
  width:360px;
  flex:0 0 340px;
  position:sticky;
  top:160px;
  display:flex;
  flex-direction:column;
}
.blog-post-page .related-box {
  background:#fff;
  border:1px solid var(--az-border);
  border-radius:12px;
  padding:22px 18px 14px;
  box-shadow:0 4px 16px -6px rgba(0,49,83,.08);
}
.blog-post-page .related-title {
  margin:0 0 14px;
  font-size:1rem;
  font-weight:700;
  color:#0d314a;
}
.blog-post-page .related-list {
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap:18px;
}
.blog-post-page .related-item {
  margin:0;
}
.blog-post-page .related-link {
  display:flex;
  gap:14px;
  text-decoration:none;
  color:#102a3b;
  align-items:center;
}
.blog-post-page .related-link:hover .rel-title {
  text-decoration:underline;
}
.blog-post-page .rel-thumb {
  width:110px;
  height:60px;
  border-radius:6px;
  overflow:hidden;
  background:#e3eff4;
  flex:0 0 110px;
  box-shadow:0 2px 6px -2px rgba(0,49,83,.3);
}
.blog-post-page .rel-thumb img {
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.blog-post-page .rel-meta {
  display:flex;
  flex-direction:column;
  gap:6px;
}
.blog-post-page .rel-title {
  font-size:.82rem;
  font-weight:650;
  line-height:1.25;
  display:-webkit-box;
  -webkit-line-clamp:2;
  line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden; }
.blog-post-page .rel-date {
  font-size:.65rem;
  font-weight:600;
  letter-spacing:.5px;
  text-transform:uppercase;
  color:var(--az-text-light);
}

@media (max-width:1150px){
  .blog-post-page .post-layout {
    flex-direction:column;
    padding:0 24px;
    gap: 40px;
    align-items: center;
  }
  .blog-post-page .post-main-card {
    margin:0 auto 0px;
    max-width: 900px;
  }
  .blog-post-page .post-sidebar {
    position:static;
    width: 100%;
    max-width: 900px;
    flex:none;
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
    gap:32px;
    margin-bottom: 60px;
    justify-items: center;
  }
  .blog-post-page .related-box {
    padding:20px 18px 12px;
    width: 100%;
    max-width: 400px;
  }
  .discord-box {
    margin-bottom: 20px;
    width: 100%;
    max-width: 400px;
  }
}
.blog-post-page .post-header {
  background: var(--az-bg-soft);
  margin: 0;
  padding: 44px 0 44px 0;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  box-sizing: border-box;
}
.post-main-card .post-header {
  display:none;
}
.post-main-card .post-cover-wrapper {
  margin:0 0 32px;
  max-width:100%;
  border-radius:22px 22px 0 0;
  box-shadow:none;
  overflow:hidden;
}
.post-main-card .post-cover-wrapper img {
  width:100%;
  height:auto;
  display:block;
}
.post-main-card .post-body {
  max-width: 760px;
  margin: 0 auto;
  padding: 0 28px;
}
.community-tutorial-info {
  background: linear-gradient(90deg,#ffe7c2 0%,#fff3e0 100%);
  border: 2.5px dashed #ffb85c;
  border-radius: 16px;
  color: #a25c00;
  font-size: 1.08rem;
  font-weight: 500;
  margin: 32px auto 60px auto;
  padding: 26px 32px 22px 32px;
  box-shadow: 0 4px 18px -6px rgba(255,184,92,.10);
  max-width: 780px;
  text-align: center;
  display: flex;
  flex-direction: column;
}
.post-main-card .post-share {
  margin: 44px 0 0;
  padding: 22px 22px;
}

.blog-hero {
  padding:70px 0 38px;
  background:var(--az-bg-soft);
  position:relative;
  overflow:hidden;
  text-align:center;
}
.blog-hero:after {
  content:"";
  position:absolute;
  inset:0;
  background:radial-gradient(circle at 80% 20%, rgba(0,157,225,.12), transparent 60%);
  pointer-events:none;
}
.blog-hero .title {
  font-size:clamp(2.3rem,4.2vw,3.05rem);
  font-weight:800;
  margin:0 0 18px;
  background:var(--az-gradient);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}
.blog-hero .subtitle {
  font-size:1.12rem;
  max-width:820px;
  margin:0 auto;
  line-height:1.55;
  color:var(--az-text-light);
}

.blog-filters-wrapper {
  background:#fff; border-bottom:1px solid var(--az-border);
}
.blog-filters {
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
  gap:26px 34px;
  padding:26px 0;
  align-items:end;
}
.blog-filters .filter-block {
  display:flex;
  flex-direction:column;
  gap:8px;
}
.blog-filters label {
  font-size:.7rem;
  letter-spacing:.5px;
  font-weight:700;
  text-transform:uppercase;
  color:var(--az-text-light);
}
.blog-filters input[type=search], .blog-filters select {
  background:#fff;
  border:1px solid var(--az-border);
  padding:12px 14px;
  border-radius:10px;
  font:600 .82rem/1.2 system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,"Helvetica Neue",Arial,sans-serif;
  color:var(--az-text);
  box-shadow:var(--az-shadow-sm);
  transition:border-color .2s, box-shadow .2s;
  width: 100%;
}
.blog-filters input[type=search]:focus, .blog-filters select:focus {
  outline:none;
  border-color:var(--az-primary);
  box-shadow:0 0 0 3px rgba(0,157,225,.15);
}
.blog-filters input[type=search] {
  padding-right:36px;
}
.blog-filters .results-count {
  font-size:.75rem;
  font-weight:600;
  align-self:center;
  color:var(--az-text-light);
}

.blog-filters .select-block .az-select {
  position:relative;
}
.blog-filters .select-block .az-native-hidden {
  position:absolute; inset:0; opacity:0; pointer-events:none; width:100%;
}
.blog-filters .select-block .az-select-trigger {
  width:100%; text-align:left; background:#fff; border:1px solid var(--az-border); padding:12px 42px 12px 14px; border-radius:10px; font:600 .82rem/1.2 system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,"Helvetica Neue",Arial,sans-serif; color:var(--az-text); box-shadow:var(--az-shadow-sm); cursor:pointer; transition:border-color .2s, box-shadow .2s, background .2s; position:relative;
}
.blog-filters .select-block .az-select-trigger:focus {
  outline:none; border-color:var(--az-primary); box-shadow:0 0 0 3px rgba(0,157,225,.15);
}
.blog-filters .select-block .az-select-trigger:after {
  content: "\25BC";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.1em;
  color: var(--az-text-light);
  pointer-events: none;
  opacity: 0.7;
}

.blog-filters .select-block .az-select-menu {
  position:absolute;
  z-index:25;
  left:0;
  right:0;
  top:calc(100% + 8px);
  background:#fff;
  border:1px solid var(--az-border);
  border-radius:12px;
  box-shadow:0 10px 28px -8px rgba(0,49,83,.22);
  padding:8px;
  margin:0;
  list-style:none;
  display:none;
  max-height:260px;
  overflow:auto;
}
.blog-filters .select-block .az-select-menu.open {
  display:block;
  animation:azMenuIn .12s ease-out;
}
@keyframes azMenuIn { from { transform:translateY(-4px); opacity:0; } to { transform:translateY(0); opacity:1; } }
.blog-filters .select-block .az-option {
  padding:10px 12px;
  border-radius:8px;
  font:600 .84rem/1.2 system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,"Helvetica Neue",Arial,sans-serif;
  color:#123743;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
}
.blog-filters .select-block .az-option:hover {
  background:#f1f8fb;
}
.blog-filters .select-block .az-option.selected {
  background:linear-gradient(135deg,#E6F6FD,#F2F8FE);
  color:#0c2c44;
  box-shadow:inset 0 0 0 1px #d5e7ef;
}
.blog-filters .select-block .az-option.focus {
  outline:2px solid rgba(0,157,225,.25);
  outline-offset:-2px;
}
.blog-filters .select-block .az-option.disabled {
  opacity:.45;
  cursor:not-allowed;
}

.blog-pagination {
  display:flex;
  gap:10px;
  justify-content:center;
  margin:10px 0 90px;
  flex-wrap:wrap;
}
.blog-pagination .page-btn {
  background:#fff;
  border:1px solid var(--az-border);
  width:44px;
  height:44px;
  border-radius:12px;
  font-weight:600;
  font-size:.85rem;
  cursor:pointer;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  transition:.2s;
}
.blog-pagination .page-btn:hover {
  border-color:var(--az-primary);
  color:var(--az-primary-dark);
}
.blog-pagination .page-btn.active {
  background:var(--az-gradient);
  color:#fff;
  border-color:var(--az-primary-dark);
  box-shadow:0 4px 12px -2px rgba(0,157,225,.4);
}

.blog-grid {
  --min:360px;
  display:grid;
  grid-template-columns:repeat(auto-fill,minmax(var(--min),1fr));
  gap:48px 40px;
  margin:34px 0 60px;
}
@media (min-width:1180px){
  .blog-grid {
    grid-template-columns:repeat(3,1fr);
  }
}
.blog-card {
  background:#fff;
  border:1px solid var(--az-border);
  border-radius:var(--az-radius);
  box-shadow:var(--az-shadow-sm);
  display:flex;
  flex-direction:column;
  position:relative;
  overflow:hidden;
  transition:box-shadow .25s ease, transform .25s ease, border-color .25s;
}
.blog-card:before {
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,.04));
  opacity:.0;
  transition:.4s;
  pointer-events:none;
}
.blog-card:hover {
  transform:translateY(-6px);
  box-shadow:var(--az-shadow);
  border-color:#d5e7ef;
}
.blog-card:hover:before {
  opacity:.75;
}
.blog-card a {
  text-decoration:none;
  color:inherit;
}
.blog-cover {
  aspect-ratio:16/8.4;
  background:#e3eff4;
  position:relative;
  overflow:hidden;
}
.blog-cover img {
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.blog-content {
  padding:24px 26px 76px;
  flex:1; display:flex; flex-direction:column;
}
.blog-meta {
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  font-size:.7rem;
  font-weight:600;
  letter-spacing:.5px;
  text-transform:uppercase;
  color:var(--az-text-light);
  margin-bottom:10px;
  align-items:center;
}
.blog-badge {
  background:var(--az-gradient);
  color:#fff;
  padding:4px 10px;
  border-radius:40px;
  font-size:.62rem;
  font-weight:700;
  letter-spacing:.6px;
  position:relative;
  top:-2px;
}
.blog-title {
  font-size:1.18rem;
  font-weight:750;
  line-height:1.35;
  margin:0 0 14px;
  color:#0c2c44;
}
.blog-excerpt {
  font-size:.92rem;
  line-height:1.55;
  color:var(--az-text-light);
  margin:0 0 auto;
}
.blog-readmore {
  position:absolute;
  left:26px;
  bottom:24px;
  font-size:.82rem;
  font-weight:650;
  text-transform:uppercase;
  letter-spacing:.6px;
  color:var(--az-primary-dark);
  display:inline-flex;
  align-items:center;
  gap:6px;
}
.blog-readmore:after {
  content:"›";
  font-size:1.1rem;
  line-height:1;
  transition:transform .25s;
}
.blog-card:hover .blog-readmore:after {
  transform:translateX(4px);
}

.blog-empty {
  text-align:center;
  padding:60px 20px;
  border:2px dashed var(--az-border);
  border-radius:var(--az-radius);
  color:var(--az-text-light);
}

.post-header {
  padding:78px 0 46px;
  background:var(--az-bg-soft);
  position:relative;
  overflow:hidden;
  text-align:center;
}
.post-header:after {
  content:"";
  position:absolute;
  inset:0;
  background:radial-gradient(circle at 82% 24%, rgba(0,157,225,.15), transparent 60%);
}
.post-path {
  font-size:.7rem;
  letter-spacing:.5px;
  text-transform:uppercase;
  font-weight:600;
  color:var(--az-text-light);
  display:flex;
  gap:5px;
  flex-wrap:wrap;
  margin:0 0 14px;
  justify-content:center;
  text-align:center;
}
.post-path a {
  color: inherit;
  text-decoration: none;
  cursor: pointer !important;
  pointer-events: auto !important;
  user-select: auto !important;
  -webkit-user-select: auto !important;
  transition: color 0.2s ease;
  position: relative;
  z-index: 10;
}
.post-path a:hover {
  color: var(--az-primary);
}
.post-header .post-path a,
body.blog-post-page .post-path a {
  pointer-events: auto !important;
  cursor: pointer !important;
}
.post-title {
  font-size:clamp(2rem,4.2vw,3.2rem);
  font-weight:800;
  line-height:1.1;
  margin:0 0 20px;
  background:var(--az-gradient);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
  text-align:center;
}
.post-meta-line {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-size: .7rem;
  letter-spacing: .5px;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--az-text-light);
  margin: 0;
  justify-content: center;
  text-align: center;
  align-items: center;
}
.post-meta-line .badge {
  background:var(--az-gradient);
  color:#fff;
  padding:4px 12px;
  border-radius:40px;
  font-size:.62rem;
  font-weight:700;
}
.post-cover-wrapper {
  margin:40px auto 46px;
  max-width:1160px;
  border-radius:var(--az-radius);
  overflow:hidden;
  box-shadow:0 6px 22px -6px rgba(0,49,83,.25);
  position:relative;
}
.post-cover-wrapper img {
  width:100%;
  height:auto;
  display:block;
}
.post-body {
  max-width:980px;
  margin:0 auto 90px;
  font-size:1.02rem;
  line-height:1.66;
  color:#1f3647;
}
.post-body h2, .post-body h3 {
  line-height:1.25;
  color:#0d314a;
  font-weight:700;
  margin:46px 0 16px;
}
.post-body h2 {
  font-size:1.85rem;
}
.post-body h3 {
  font-size:1.3rem;
}
.post-body p {
  margin:0 0 18px;
  color: #1f3647 !important;
}
.post-body {
  color: #1f3647 !important;
}
.post-body * {
  color: inherit;
}
.post-body h1, .post-body h2, .post-body h3, .post-body h4, .post-body h5, .post-body h6 {
  color: #0d314a !important;
}
.post-body h1 span, .post-body h2 span, .post-body h3 span, .post-body h4 span, .post-body h5 span, .post-body h6 span {
  font-weight: 700 !important;
  color: inherit !important;
}
.post-body h1:not([style*="font-size"]) {
  font-size: 2.2rem !important;
}
.post-body h2:not([style*="font-size"]) {
  font-size: 1.85rem !important;
}
.post-body h3:not([style*="font-size"]) {
  font-size: 1.3rem !important;
}
.post-body h4:not([style*="font-size"]) {
  font-size: 1.1rem !important;
}
.post-body strong, .post-body b,
.post-body em, .post-body i,
.post-body span, .post-body div {
  color: inherit !important;
}
.post-body ul,
.post-body ol {
  margin: 16px 0 26px;
  padding-left: 1.35rem;
  list-style-position: outside;
}
.post-body li {
  margin: 6px 0;
  color: #1f3647 !important;
}
.post-body ul li,
.post-body ol li {
  color: #1f3647 !important;
}
.post-body ul ul,
.post-body ol ol {
  margin: 6px 0;
}
.post-body ul ul li,
.post-body ol ol li,
.post-body ul ul ul li,
.post-body ol ol ol li {
  color: #1f3647 !important;
}
.post-body ol ol {
  list-style-type: lower-alpha;
}
.post-body ol ol ol {
  list-style-type: lower-roman;
}
.post-body li::marker {
  color: var(--az-primary-dark);
  font-weight: 700;
}
.post-body li * {
  color: inherit;
}
.post-body li strong,
.post-body li b {
  color: #1f3647 !important;
}
.post-body li em,
.post-body li i {
  color: #1f3647 !important;
}

.blog-post-page .post-body ul li,
.blog-post-page .post-body ol li,
body.blog-post-page .post-main-card .post-body ul li,
body.blog-post-page .post-main-card .post-body ol li {
  color: #1f3647 !important;
}

.blog-post-page .post-body ul ul li,
.blog-post-page .post-body ol ol li,
.blog-post-page .post-body ul ol li,
.blog-post-page .post-body ol ul li,
.blog-post-page .post-body ul ul ul li,
.blog-post-page .post-body ol ol ol li {
  color: #1f3647 !important;
}
.post-body hr {
  border: 0;
  border-top: 1px solid var(--az-border);
  margin: 26px 0;
}
.post-body blockquote {
  margin: 18px 0 26px; 
  padding: 14px 18px; 
  background: #f5fbff; 
  border-left: 4px solid var(--az-primary); 
  color: #0c2c44; 
  border-radius: 8px; 
  box-shadow: 0 2px 8px rgba(0,49,83,.06);
}
.post-body blockquote p {
  margin: 0;
}
.post-body code { 
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  background: #f5f8fc;
  border: 1px solid var(--az-border);
  border-radius: 6px;
  padding: .15em .45em;
  font-size: .95em;
  color: #0d314a;
  white-space: nowrap;
}
.post-body pre { 
  background: #0f172a;
  color: #e2e8f0;
  border: 1px solid #0b1220;
  border-radius: 12px;
  padding: 14px 16px;
  overflow: auto;
  line-height: 1.5;
  box-shadow: 0 6px 22px -6px rgba(0,49,83,.18);
  margin: 18px 0 26px;
}
.post-body pre code {
  background: transparent;
  border: 0;
  padding: 0;
  color: inherit;
  white-space: pre;
  font-size: .95em;
  display: block;
}
.post-body .callout {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 12px;
  padding: 14px 16px;
  border-radius: 12px;
  border: 1px solid var(--az-border);
  background: #f9fcff;
  color: #0c2c44;
  margin: 18px 0 22px;
  box-shadow: 0 4px 16px -6px rgba(0,49,83,.08);
}
.post-body .callout .callout-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  align-self: start;
}
.post-body .callout .callout-content p {
  margin: 0 0 10px;
}
.post-body .callout .callout-content p:last-child {
  margin-bottom: 0;
}
.post-body .callout ul {
  margin: 8px 0 0 18px;
}
.post-body .callout li {
  margin: 4px 0;
  color: #0c2c44;
}

.post-body .callout--info {
  background: #f1f8ff;
  border-color: #cfe6ff;
}
.post-body .callout--info .callout-icon {
  background: #2b7fff;
  box-shadow: inset 0 0 0 6px rgba(43, 127, 255, .2);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.post-body .callout--info .callout-icon::before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M12 16v-4'/%3E%3Cpath d='M12 8h.01'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.post-body .callout--success {
  background: #ecfbf3;
  border-color: #c9efd7;
}
.post-body .callout--success .callout-icon {
  background: #15cd72;
  box-shadow: inset 0 0 0 6px rgba(21, 205, 114, .2);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.post-body .callout--success .callout-icon::before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20,6 9,17 4,12'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.post-body .callout--warning {
  background: #fff7e8;
  border-color: #ffe3b6;
}
.post-body .callout--warning .callout-icon {
  background: #ffb84d;
  box-shadow: inset 0 0 0 6px rgba(255, 184, 77, .22);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.post-body .callout--warning .callout-icon::before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M10.29 3.86L1.82 18a2 2 0 0 0 1.71 3h16.94a2 2 0 0 0 1.71-3L13.71 3.86a2 2 0 0 0-3.42 0z'/%3E%3Cline x1='12' y1='9' x2='12' y2='13'/%3E%3Cline x1='12' y1='17' x2='12.01' y2='17'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.post-body .callout--danger {
  background: #fff0f0;
  border-color: #ffd1d1;
}
.post-body .callout--danger .callout-icon {
  background: #ff5a5f;
  box-shadow: inset 0 0 0 6px rgba(255, 90, 95, .22);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.post-body .callout--danger .callout-icon::before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cline x1='15' y1='9' x2='9' y2='15'/%3E%3Cline x1='9' y1='9' x2='15' y2='15'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.post-body .callout--note {
  background: #f6f9fd;
  border-color: #e1eef4;
}
.post-body .callout--note .callout-icon {
  background: #7a8b9b;
  box-shadow: inset 0 0 0 6px rgba(122, 139, 155, .22);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.post-body .callout--note .callout-icon::before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z'/%3E%3Cpolyline points='14,2 14,8 20,8'/%3E%3Cline x1='16' y1='13' x2='8' y2='13'/%3E%3Cline x1='16' y1='17' x2='8' y2='17'/%3E%3Cpolyline points='10,9 9,9 8,9'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 1024px) {
  .containerBase {
    padding: 0 24px;
  }
  
  .blog-hero {
    padding: 60px 0 32px;
  }
  
  .blog-filters-wrapper {
    padding: 0 24px;
  }
  
  .blog-grid {
    margin: 32px 0 50px;
    gap: 32px 24px;
  }
  
  .blog-pagination {
    margin: 10px 0 70px;
  }
}

@media (max-width: 768px) {
  .containerBase {
    padding: 0 20px;
  }
  
  .blog-hero {
    padding: 50px 0 28px;
  }
  
  .blog-hero .title {
    font-size: clamp(2rem, 5vw, 2.8rem);
    margin-bottom: 16px;
  }
  
  .blog-hero .subtitle {
    font-size: 1.05rem;
    line-height: 1.5;
  }
  
  .blog-filters-wrapper {
    padding: 0 20px;
  }
  
  .blog-filters {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    padding: 20px 0;
  }
  
  .blog-grid {
    margin: 28px 0 40px;
    gap: 24px 16px;
    --min: 280px;
  }
  
  .blog-card {
    border-radius: 10px;
  }
  
  .blog-content {
    padding: 20px 20px 70px;
  }
  
  .blog-title {
    font-size: 1.1rem;
    line-height: 1.3;
    margin-bottom: 12px;
  }
  
  .blog-excerpt {
    font-size: 0.88rem;
    line-height: 1.5;
  }
  
  .blog-pagination {
    margin: 10px 0 60px;
    padding: 0 10px;
  }
  
  .post-title {
    font-size: clamp(1.9rem, 6vw, 3rem);
  }
  
  .post-body {
    padding: 0 20px;
  }
  
  .post-header {
    padding: 60px 0 36px;
  }
}

@media (max-width: 600px) {
  .containerBase {
    padding: 0 16px;
  }
  
  .blog-hero {
    padding: 40px 0 24px;
  }
  
  .blog-hero .title {
    font-size: clamp(1.8rem, 6vw, 2.4rem);
    margin-bottom: 14px;
  }
  
  .blog-hero .subtitle {
    font-size: 1rem;
    line-height: 1.45;
  }
  
  .blog-hero-cta {
    margin-top: 1.8em;
  }
  
  .azdocs-btn-beautiful {
    font-size: 0.9rem;
    padding: 0.5em 1.1em;
    border-radius: 1.1em;
  }
  
  .blog-filters-wrapper {
    padding: 0 16px;
  }
  
  .blog-filters {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 18px 0;
  }
  
  .blog-grid {
    margin: 24px 0 35px;
    gap: 20px 12px;
    --min: 260px;
  }
  
  .blog-card {
    border-radius: 8px;
  }
  
  .blog-content {
    padding: 16px 16px 60px;
  }
  
  .blog-title {
    font-size: 1rem;
    line-height: 1.25;
    margin-bottom: 10px;
  }
  
  .blog-excerpt {
    font-size: 0.85rem;
    line-height: 1.45;
  }
  
  .blog-readmore {
    left: 16px;
    bottom: 16px;
    font-size: 0.78rem;
  }
  
  .blog-views {
    right: 16px;
    bottom: 16px;
    padding: 3px 8px;
    font-size: 0.8rem;
  }
  
  .blog-pagination {
    margin: 10px 0 50px;
    padding: 0 8px;
  }
  
  .blog-pagination .page-btn {
    width: 40px;
    height: 40px;
    font-size: 0.8rem;
  }
  
  .post-cover-wrapper {
    margin: 24px 0 32px;
  }
}

@media (max-width: 480px) {
  .containerBase {
    padding: 0 12px;
  }
  
  .blog-hero {
    padding: 32px 0 20px;
  }
  
  .blog-hero .title {
    font-size: clamp(1.6rem, 7vw, 2.2rem);
    margin-bottom: 12px;
  }
  
  .blog-hero .subtitle {
    font-size: 0.95rem;
  }
  
  .blog-filters-wrapper {
    padding: 0 12px;
  }
  
  .blog-filters {
    gap: 14px;
    padding: 16px 0;
  }
  
  .blog-grid {
    margin: 20px 0 30px;
    gap: 16px 8px;
    --min: 240px;
  }
  
  .blog-content {
    padding: 14px 14px 56px;
  }
  
  .blog-title {
    font-size: 0.95rem;
    margin-bottom: 8px;
  }
  
  .blog-excerpt {
    font-size: 0.82rem;
  }
  
  .blog-readmore {
    left: 14px;
    bottom: 14px;
    font-size: 0.75rem;
  }
  
  .blog-views {
    right: 14px;
    bottom: 14px;
    padding: 2px 6px;
    font-size: 0.75rem;
  }
  
  .blog-pagination {
    margin: 8px 0 40px;
    gap: 6px;
  }
  
  .blog-pagination .page-btn {
    width: 36px;
    height: 36px;
    font-size: 0.75rem;
  }
}

@media (max-width: 1024px) {
  .blog-post-page .post-layout {
    padding: 0 24px;
    max-width: 1200px;
    margin: 40px auto 0;
    align-items: center;
  }
  
  .blog-post-page .post-main-card {
    margin-bottom: 40px;
    max-width: 900px;
    width: 100%;
  }
  
  .blog-post-page .post-sidebar {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-bottom: 80px;
    justify-items: center;
    width: 100%;
    max-width: 900px;
  }
  
  .blog-post-page .related-box {
    width: 100%;
    max-width: 450px;
  }
  
  .discord-box {
    margin-bottom: 30px;
    width: 100%;
    max-width: 450px;
  }
}

@media (max-width: 768px) {
  .blog-post-page .post-layout {
    padding: 0 20px;
    margin: 32px auto 0;
    gap: 32px;
  }
  
  .blog-post-page .post-main-card {
    margin-bottom: 0;
  }
  
  .blog-post-page .post-sidebar {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 60px;
    justify-items: center;
  }
  
  .blog-post-page .related-box {
    padding: 18px 16px 10px;
    width: 100%;
    max-width: 500px;
  }
  
  .blog-post-page .related-list {
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 16px;
  }
  
  .discord-box {
    padding: 14px 8px 8px 8px;
    margin-bottom: 24px;
    width: 100%;
    max-width: 500px;
  }
  
  .discord-box iframe {
    height: 400px;
    border-radius: 10px;
  }
  
  .post-main-card .post-body {
    padding: 0 20px;
  }
  
  .post-header {
    padding: 60px 0 35px;
  }
  
  .post-header .containerBase {
    padding: 0 20px;
  }
  
  .post-cover-wrapper {
    margin: 25px 0 35px;
  }
}

@media (max-width: 600px) {
  .blog-post-page .post-layout {
    padding: 0 16px;
    margin: 24px auto 0;
    gap: 24px;
  }
  
  .blog-post-page .post-sidebar {
    margin-bottom: 80px;
    gap: 28px;
  }
  
  .blog-post-page .related-box {
    padding: 16px 14px 8px;
  }
  
  .blog-post-page .related-list {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  
  .discord-box {
    padding: 12px 6px 6px 6px;
    margin-bottom: 30px;
  }
  
  .discord-box iframe {
    height: 350px;
    border-radius: 8px;
  }
  
  .post-main-card .post-body {
    padding: 0 16px;
  }
  
  .post-main-card {
    border-radius: 16px;
  }
  
  .post-header {
    padding: 50px 0 30px;
  }
  
  .post-header .containerBase {
    padding: 0 16px;
  }
  
  .post-cover-wrapper {
    margin: 20px 0 30px;
  }
}

@media (max-width: 480px) {
  .blog-post-page .post-layout {
    padding: 0 12px;
    margin: 20px auto 0;
    gap: 20px;
  }
  
  .blog-post-page .post-sidebar {
    margin-bottom: 70px;
    gap: 24px;
  }
  
  .blog-post-page .related-box {
    padding: 14px 12px 6px;
  }
  
  .blog-post-page .related-list {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  
  .discord-box {
    padding: 10px 4px 4px 4px;
    margin-bottom: 25px;
  }
  
  .discord-box iframe {
    height: 320px;
    border-radius: 6px;
  }
  
  .post-main-card .post-body {
    padding: 0 14px;
  }
}

.back-to-top {
  position: fixed;
  bottom: 30px;
  left: 30px;
  width: 50px;
  height: 50px;
  background: var(--az-primary);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 16px rgba(0, 157, 225, 0.3);
  transition: all 0.3s ease;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
}

.back-to-top.visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.back-to-top:hover {
  background: var(--az-primary-dark);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 157, 225, 0.4);
}

.back-to-top svg {
  width: 24px;
  height: 24px;
  fill: #fff;
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 20px;
    left: 20px;
    width: 45px;
    height: 45px;
  }
  .back-to-top svg {
    width: 20px;
    height: 20px;
  }
}

@media (max-width: 480px) {
  .back-to-top {
    bottom: 16px;
    left: 16px;
    width: 42px;
    height: 42px;
  }
  .back-to-top svg {
    width: 18px;
    height: 18px;
  }
}

.containerBase {
  max-width: 1599px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 0 16px;
}

@media (min-width: 1200px) {
  .containerBase {
    padding: 0 32px;
  }
}

@media (min-width: 1600px) {
  .containerBase {
    padding: 0;
  }
}