/* gx-blog.css */
/* Generated by audit-css-phase3-generate.mjs from public-css-rule-ownership.canary.json */
/* DO NOT HAND-EDIT — regenerate via 'node audit-css-phase3-generate.mjs' */
/* Generated: 2026-05-03T03:15:36.593Z */
/* Source files: gx-shared-ui.css, gx-public.css */
/* Rule count: 205 */


/* ─── from gx-shared-ui.css ─── */
.guide-panel { display: none; }
.guide-panel.active { display: block; }
.guide-panel.active .step-card { opacity: 1; transform: translateY(0); }
.guide-panel.active .step-card:nth-child(1) { transition-delay: 0s; }
.guide-panel.active .step-card:nth-child(2) { transition-delay: 0.06s; }
.guide-panel.active .step-card:nth-child(3) { transition-delay: 0.12s; }
.guide-panel.active .step-card:nth-child(4) { transition-delay: 0.18s; }
.guide-panel.active .step-card:nth-child(5) { transition-delay: 0.24s; }
.guide-panel.active .step-card:nth-child(6) { transition-delay: 0.30s; }
.guide-panel.active .step-card:hover {
    animation: none; transform: translateY(-3px);
    background: linear-gradient(rgba(56,189,248,0.06), rgba(99,102,241,0.04)), linear-gradient(var(--sb-card-fill), var(--sb-card-fill)) padding-box, var(--sb-gradient) border-box;
    box-shadow: 0 0 12px rgba(56,189,248,0.18), 0 0 20px rgba(99,102,241,0.08); cursor: default;
}
@media (max-width: 768px) {
.guides-hero + .section-band .step-body { text-align: left; display: block; }
}
@media (max-width: 768px) {
.guides-hero + .section-band .step-body ul { display: block; text-align: left; }
}
.blog-cta-row { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin: 24px 0; }
.guide-container { max-width: 800px; margin: 0 auto; padding: calc(var(--sb-topbar-height) + 40px) 24px 60px; line-height: 1.8; }
.guide-container h1 { font-size: clamp(1.75rem, 4vw, var(--sb-text-3xl)); font-weight: 800; line-height: 1.2; margin-bottom: var(--sb-space-md); }
.guide-container .subtitle { color: var(--sb-text-muted); font-size: 1rem; margin-bottom: 32px; }
.guide-container h2 { font-size: var(--sb-text-xl); font-weight: 700; margin: var(--sb-space-2xl) 0 var(--sb-space-md); padding-bottom: 8px; color: var(--sb-text); border-bottom: 1px solid rgba(56,189,248,0.18); }
.guide-container h3 { font-size: var(--sb-text-lg); font-weight: 600; margin: var(--sb-space-xl) 0 var(--sb-space-sm); color: var(--sb-text); }
.guide-container p { color: var(--sb-text-secondary); line-height: 1.8; margin-bottom: var(--sb-space-md); font-size: 1.05rem; }
.guide-container blockquote { border-left: 3px solid var(--sb-ice); padding: var(--sb-space-md) var(--sb-space-lg); margin: var(--sb-space-xl) 0; background: rgba(var(--sb-ice-rgb), 0.04); border-radius: 0 var(--sb-radius) var(--sb-radius) 0; font-style: italic; }
.guide-container blockquote p { color: var(--sb-text); font-style: italic; font-size: var(--sb-text-lg); margin-bottom: 0; }
.guide-container ul, .guide-container ol { padding-left: var(--sb-space-lg); margin-bottom: var(--sb-space-md); }
.guide-container ul { list-style: disc; }
.guide-container ol { list-style: decimal; }
.guide-container ul > li::marker, .guide-container ol > li::marker { color: var(--sb-ice); }
.guide-container li { color: var(--sb-text-secondary); line-height: 1.7; margin-bottom: var(--sb-space-sm); }
.guide-container em { color: var(--sb-text); }
.guide-container strong { color: var(--sb-text); font-weight: 600; }
.guide-container a { color: var(--sb-ice); text-decoration: none; }
.guide-container a:hover { color: var(--sb-sky); text-decoration: underline; text-underline-offset: 2px; }
.guide-toc { background: linear-gradient(var(--sb-card-fill), var(--sb-card-fill)) padding-box, var(--sb-gradient) border-box; border: 1px solid transparent; border-radius: var(--sb-radius-lg); padding: 20px 24px; margin-bottom: 32px; animation: sb-card-breathe 4s ease-in-out infinite; }
.guide-toc-title { font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; color: var(--sb-text-muted); margin-bottom: 10px; }
.guide-toc a { display: block; padding: 4px 0; font-size: 0.9rem; }
.guide-article-card { background: linear-gradient(var(--sb-card-fill), var(--sb-card-fill)) padding-box, var(--sb-gradient) border-box; border: 1px solid transparent; border-radius: var(--sb-radius); padding: 16px 20px; margin-bottom: 12px; animation: sb-card-breathe 4s ease-in-out infinite; transition: background var(--sb-transition), box-shadow var(--sb-transition), transform var(--sb-transition); }
.guide-article-card:hover { background: linear-gradient(var(--sb-card-fill-hover), var(--sb-card-fill-hover)) padding-box, var(--sb-gradient) border-box; box-shadow: 0 0 8px rgba(var(--sb-ice-rgb),0.3), 0 0 16px rgba(14,165,233,0.15); transform: translateY(-1px); }
.guide-article-card a { font-weight: 600; }
.guide-article-card p { font-size: 0.85rem; color: var(--sb-text-muted); margin: 4px 0 0; }
.guide-breadcrumb { font-size: 0.8rem; color: var(--sb-text-muted); margin-bottom: 16px; }
.guide-breadcrumb a { color: var(--sb-text-muted); }
@media (max-width: 600px) {
.guide-container h1 { font-size: 1.5rem; }
}
@media (max-width: 600px) {
.guide-container { padding: 24px 16px 40px; }
}
.blog-post-header { margin-bottom: var(--sb-space-2xl); padding-bottom: var(--sb-space-xl); border-bottom: none; position: relative; }
.blog-post-header::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, var(--sb-ice) 0%, var(--sb-sky) 50%, var(--sb-violet) 100%); opacity: 0.6; }
.blog-post-tags { display: flex; gap: var(--sb-space-xs); margin-bottom: var(--sb-space-md); flex-wrap: wrap; }
.blog-post-tags span { font-size: var(--sb-text-xs); color: var(--sb-ice); background: rgba(var(--sb-ice-rgb), 0.12); border: 1px solid rgba(var(--sb-ice-rgb), 0.25); padding: 4px 12px; border-radius: var(--sb-radius-sm, 6px); font-weight: 600; }
.blog-post-header h1 { font-size: clamp(1.75rem, 4vw, var(--sb-text-3xl)); font-weight: 800; line-height: 1.2; margin-bottom: var(--sb-space-md); }
.blog-post-meta { color: var(--sb-text-muted); font-size: var(--sb-text-sm); display: flex; gap: var(--sb-space-md); flex-wrap: wrap; }
.blog-content h2 { font-size: var(--sb-text-xl); font-weight: 700; margin-top: var(--sb-space-2xl); margin-bottom: var(--sb-space-md); color: var(--sb-text); }
.blog-content h3 { font-size: var(--sb-text-lg); font-weight: 600; margin-top: var(--sb-space-xl); margin-bottom: var(--sb-space-sm); color: var(--sb-text); }
.blog-content p { color: var(--sb-text-secondary); line-height: 1.8; margin-bottom: var(--sb-space-md); font-size: 1.05rem; }
.blog-content ul { padding-left: var(--sb-space-lg); margin-bottom: var(--sb-space-md); list-style: disc; }
.blog-content ol { padding-left: var(--sb-space-lg); margin-bottom: var(--sb-space-md); list-style: decimal; }
.blog-content ul > li::marker, .blog-content ol > li::marker { color: var(--sb-ice); }
.blog-content li { color: var(--sb-text-secondary); line-height: 1.7; margin-bottom: var(--sb-space-sm); }
.blog-content blockquote { border-left: 3px solid var(--sb-ice); margin: var(--sb-space-xl) 0; padding: var(--sb-space-md) var(--sb-space-lg); background: rgba(var(--sb-ice-rgb), 0.04); border-radius: 0 var(--sb-radius) var(--sb-radius) 0; }
.blog-content blockquote p { color: var(--sb-text); font-style: italic; font-size: var(--sb-text-lg); margin-bottom: 0; }
.blog-content em { color: var(--sb-text); }
.blog-content strong { color: var(--sb-text); font-weight: 600; }
.blog-content h2 {
  margin-top: 44px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(56,189,248,0.18);
}
.blog-content h3 a {
  color: var(--sb-ice);
  text-decoration: none;
  transition: color 0.2s;
}
.blog-content h3 a:hover { color: var(--sb-sky); }
.venue-genres {
  display: block;
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid rgba(56,189,248,0.12);
  font-size: 0.86rem;
  color: var(--sb-text-secondary);
}
.venue-genres strong {
  display: inline-block;
  color: var(--sb-ice);
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 800;
  margin-right: 8px;
}
.blog-content a { color: var(--sb-ice); text-decoration: none; }
.blog-content a:hover { color: var(--sb-sky); text-decoration: underline; text-underline-offset: 2px; }
.blog-content hr { border: none; border-top: 1px solid var(--sb-border); margin: var(--sb-space-2xl) 0; }
.blog-content table { width: 100%; border-collapse: collapse; font-size: 0.85rem; margin: 20px 0; }
.blog-content th { padding: 10px 8px; text-align: left; border-bottom: 2px solid var(--sb-border); color: var(--sb-ice); }
.blog-content td { padding: 8px; border-bottom: 1px solid var(--sb-border); }
.blog-author-box { display: flex; flex-wrap: wrap; gap: var(--sb-space-lg); align-items: center; background: linear-gradient(var(--sb-card-fill), var(--sb-card-fill)) padding-box, var(--sb-gradient) border-box; border: 1px solid transparent; border-radius: var(--sb-radius); padding: var(--sb-space-lg); margin-top: var(--sb-space-2xl); content-visibility: auto; contain-intrinsic-size: auto 160px; }
.blog-author-photo { width: 64px; height: 64px; border-radius: var(--sb-radius-sm, 6px); object-fit: cover; flex-shrink: 0; background: linear-gradient(var(--sb-bg-card), var(--sb-bg-card)) padding-box, linear-gradient(135deg, rgba(var(--sb-ice-rgb),0.5), rgba(14,165,233,0.5), rgba(var(--sb-violet-rgb),0.5)) border-box; border: 2px solid transparent; padding: 0; }
.blog-author-info { flex: 1; }
.blog-author-name { font-weight: 700; margin-bottom: 4px; }
.blog-author-bio { color: var(--sb-text-secondary); font-size: var(--sb-text-sm); line-height: 1.6; }
.blog-post-header, .blog-content, .blog-author-box { position: relative; z-index: 1; }
@media (max-width: 768px) {
.blog-author-box { flex-direction: column; text-align: center; }
}
@media (max-width: 480px) {
.blog-content p { font-size: 1rem; }
}
.blog-post {
    max-width: 780px;
    margin: 0 auto;
    padding: calc(var(--sb-topbar-height) + 40px) 24px 60px;
}
@media (max-width: 480px) {
.blog-post { padding-left: var(--sb-space-md); padding-right: var(--sb-space-md); }
}
.blog-back {
    display: inline-flex;
    align-items: center;
    gap: var(--sb-space-xs);
    color: var(--sb-ice);
    font-size: var(--sb-text-sm);
    font-weight: 600;
    text-decoration: none;
    padding: 8px 20px;
    border: 1px solid var(--sb-ice);
    border-radius: var(--sb-radius);
    margin-bottom: var(--sb-space-xl);
    position: relative;
    z-index: 1;
    transition: color 0.2s, background 0.2s, box-shadow 0.2s;
}
.blog-back:hover {
    color: #fff;
    background: rgba(var(--sb-ice-rgb), 0.1);
    box-shadow: 0 0 12px rgba(var(--sb-ice-rgb), 0.3);
}
.blog-filter-pill {
    padding: 6px 18px;
    font-size: var(--sb-text-sm);
    font-weight: 600;
    color: var(--sb-ice);
    background: transparent;
    border: 1px solid var(--sb-ice);
    border-radius: var(--sb-radius);
    cursor: pointer;
    transition: all 0.2s ease;
}
.blog-filter-pill:hover {
    color: #fff;
    background: rgba(var(--sb-ice-rgb), 0.1);
    border-color: var(--sb-ice);
}
.blog-filter-pill.active {
    color: #fff;
    background: rgba(var(--sb-ice-rgb), 0.15);
    border-color: var(--sb-ice);
    box-shadow: 0 0 6px rgba(var(--sb-ice-rgb), 0.4);
}
.blog-grid-controls {
    display: flex;
    flex-wrap: wrap;
    gap: var(--sb-space-md);
    align-items: center;
    justify-content: center;
    max-width: var(--sb-max-width);
    margin: var(--sb-space-2xl) auto var(--sb-space-2xl);
    padding: 0 var(--sb-space-lg);
}
.blog-grid-search {
    position: relative;
    flex: 1 1 280px;
    max-width: 420px;
}
.blog-grid-search input {
    width: 100%;
    padding: 6px 14px 6px 40px;
    font-size: var(--sb-text-sm);
    font-family: var(--sb-font);
    line-height: 1.5;
    background: rgba(15, 21, 37, 0.7);
    border: 1px solid rgba(var(--sb-ice-rgb), 0.3);
    border-radius: var(--sb-radius);
    color: var(--sb-text);
    outline: none;
    transition: border-color 0.2s, box-shadow 0.2s;
    appearance: none;
    -webkit-appearance: none;
}
.blog-grid-search input:focus {
    border-color: var(--sb-ice);
    box-shadow: 0 0 0 2px rgba(var(--sb-ice-rgb), 0.15);
}
.blog-grid-search input::placeholder { color: var(--sb-text-muted); }
.blog-grid-search input::-webkit-search-cancel-button,
.blog-grid-search input::-webkit-search-decoration { -webkit-appearance: none; display: none; }
.blog-grid-search-icon {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--sb-text-muted);
    pointer-events: none;
}
.blog-grid-filters {
    display: flex;
    flex-wrap: wrap;
    gap: var(--sb-space-xs);
    justify-content: center;
}
.blog-filter-badge {
    padding: 6px 18px;
    font-size: var(--sb-text-sm);
    font-weight: 600;
    line-height: 1.5;
    color: var(--sb-ice);
    background: transparent;
    border: 1px solid var(--sb-ice);
    border-radius: var(--sb-radius);
    cursor: pointer;
    transition: all 0.2s ease;
    font-family: var(--sb-font);
}
.blog-filter-badge:hover {
    color: #fff;
    background: rgba(var(--sb-ice-rgb), 0.1);
}
.blog-filter-badge.active {
    color: #fff;
    background: rgba(var(--sb-ice-rgb), 0.15);
    box-shadow: 0 0 6px rgba(var(--sb-ice-rgb), 0.4);
}
@media (max-width: 768px) {
.blog-grid-controls { flex-direction: column; align-items: stretch; }
}
@media (max-width: 768px) {
.blog-grid-search { width: 100%; max-width: 100%; flex: 1 1 auto; }
}
.blog-featured-card {
    position: relative;
    background: rgba(15,21,37,0.70);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    border: 1px solid transparent;
    border-radius: var(--sb-radius-lg);
    overflow: hidden;
    text-align: left;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    display: flex;
    flex-direction: column;
    flex: 1;
    text-decoration: none;
    color: inherit;
}
.blog-featured-card::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 1px;
    pointer-events: none;
    background: var(--sb-gradient);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}
.blog-featured-card:hover {
    transform: translateY(-3px);
    background: linear-gradient(rgba(var(--sb-ice-rgb),0.06), rgba(var(--sb-violet-rgb),0.04)), rgba(15,21,37,0.70);
    box-shadow: 0 0 12px rgba(var(--sb-ice-rgb),0.18), 0 0 20px rgba(var(--sb-violet-rgb),0.08);
}
.blog-featured-card .blog-card-header h3 {
    font-size: var(--sb-text-base);
    font-weight: 700;
    line-height: 1.35;
    margin: 0;
    height: 2.7em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: var(--sb-text);
}
.blog-featured-card .blog-card-tag {
    font-size: 0.65rem;
    margin: 0;
}
.blog-featured-excerpt {
    color: var(--sb-text-secondary);
    font-size: 0.7rem !important;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.blog-featured-meta {
    display: flex;
    align-items: center;
    gap: var(--sb-space-sm);
    margin-top: auto;
    min-width: 0;
}
.blog-featured-meta img {
    width: 36px;
    height: 36px;
    border-radius: 6px;
    object-fit: cover;
    flex-shrink: 0;
}
.blog-featured-meta span {
    font-size: var(--sb-text-xs);
    color: var(--sb-text-muted);
}
.blog-featured-read {
    font-size: var(--sb-text-xs);
    font-weight: 600;
    color: var(--sb-ice);
    white-space: nowrap;
    flex-shrink: 0;
}
.blog-guide-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--sb-space-md);
    max-width: var(--sb-max-width);
    width: 100%;
    margin-bottom: var(--sb-space-xl);
}
.blog-guide-row .blog-featured-card { grid-row: auto; }
.blog-featured-card,
.blog-featured-card > *,
.blog-featured-card h3,
.blog-featured-card .blog-featured-excerpt,
.blog-featured-card .blog-featured-read,
.blog-featured-card .blog-card-tag { text-align: left !important; }
.blog-all-posts .section-header h2 { margin-bottom: var(--sb-space-xl) !important; }
.blog-guide-row .blog-featured-excerpt {
    display: block;
    overflow: hidden;
    max-height: 3em;
    width: 100%;
    margin: 0;
    padding: 0;
}
.blog-grid {
    max-width: var(--sb-max-width);
    margin: 0 auto;
    padding: 0 var(--sb-space-lg) var(--sb-space-lg);
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--sb-space-lg);
}
.blog-grid > a { display: flex; text-decoration: none; color: inherit; }
.blog-grid > a[hidden] { display: none; }
.blog-pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: var(--sb-space-sm);
    padding: var(--sb-space-xl) var(--sb-space-lg) var(--sb-space-3xl);
}
.blog-page-btn {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: var(--sb-text-sm);
    font-weight: 600;
    color: var(--sb-text-secondary);
    background: linear-gradient(var(--sb-card-fill), var(--sb-card-fill)) padding-box, var(--sb-gradient) border-box;
    border: 1px solid transparent;
    border-radius: var(--sb-radius);
    cursor: pointer;
    transition: all 0.2s ease;
}
.blog-page-btn:hover {
    color: #fff;
    background: linear-gradient(var(--sb-card-fill-hover), var(--sb-card-fill-hover)) padding-box, var(--sb-gradient) border-box;
}
.blog-page-btn.active {
    color: #fff;
    box-shadow: 0 0 8px rgba(var(--sb-ice-rgb), 0.5);
}
.blog-page-btn:disabled {
    opacity: 0.3;
    cursor: default;
    pointer-events: none;
}
.blog-card {
    position: relative;
    background: rgba(15,21,37,0.70);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    border: 1px solid transparent;
    border-radius: var(--sb-radius-lg);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    flex: 1;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.blog-card::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 1px;
    pointer-events: none;
    background: var(--sb-gradient);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}
.blog-card:hover {
    transform: translateY(-3px);
    background: linear-gradient(rgba(var(--sb-ice-rgb),0.06), rgba(var(--sb-violet-rgb),0.04)), rgba(15,21,37,0.70);
    box-shadow: 0 0 12px rgba(var(--sb-ice-rgb),0.18), 0 0 20px rgba(var(--sb-violet-rgb),0.08);
}
.blog-card-header {
    padding: 14px var(--sb-space-lg) 12px;
    background: linear-gradient(135deg, rgba(var(--sb-ice-rgb),0.10), rgba(var(--sb-violet-rgb),0.06) 60%, rgba(15,21,37,0));
    border-bottom: 1px solid rgba(var(--sb-ice-rgb),0.22);
}
.blog-card[data-tag="violet"] .blog-card-header {
    background: linear-gradient(135deg, rgba(var(--sb-violet-rgb),0.12), rgba(var(--sb-violet-rgb),0.05) 60%, rgba(15,21,37,0));
    border-bottom-color: rgba(var(--sb-violet-rgb),0.25);
}
.blog-card[data-tag="fuchsia"] .blog-card-header {
    background: linear-gradient(135deg, rgba(var(--sb-fuchsia-rgb),0.12), rgba(var(--sb-fuchsia-rgb),0.05) 60%, rgba(15,21,37,0));
    border-bottom-color: rgba(var(--sb-fuchsia-rgb),0.25);
}
.blog-card[data-tag="teal"] .blog-card-header {
    background: linear-gradient(135deg, rgba(45,212,191,0.12), rgba(45,212,191,0.05) 60%, rgba(15,21,37,0));
    border-bottom-color: rgba(45,212,191,0.25);
}
.blog-card-tags {
    display: flex;
    align-items: center;
    gap: var(--sb-space-xs);
    flex-wrap: nowrap;
    overflow: hidden;
    min-width: 0;
}
.blog-card-body {
    padding: var(--sb-space-md) var(--sb-space-lg);
    display: flex;
    flex-direction: column;
    gap: var(--sb-space-md);
    flex: 1;
}
.blog-card-author {
    display: flex;
    align-items: center;
    gap: var(--sb-space-sm);
    min-width: 0;
    margin-top: auto;
    padding-top: var(--sb-space-md);
}
.blog-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--sb-space-sm);
    padding: 10px var(--sb-space-lg);
    background: rgba(15,21,37,0.45);
    border-top: 1px solid rgba(255,255,255,0.06);
    line-height: 1;
}
.blog-card-tag {
    font-size: var(--sb-text-xs);
    color: var(--sb-ice);
    background: rgba(var(--sb-ice-rgb), 0.12);
    border: 1px solid rgba(var(--sb-ice-rgb), 0.25);
    padding: 4px 12px;
    border-radius: var(--sb-radius-sm, 6px);
    font-weight: 600;
    white-space: nowrap;
}
.blog-featured-card[data-tag="violet"] .blog-card-tag,
.blog-card[data-tag="violet"] .blog-card-tag { color: var(--sb-violet); background: rgba(var(--sb-violet-rgb),0.12); border-color: rgba(var(--sb-violet-rgb),0.30); }
.blog-featured-card[data-tag="fuchsia"] .blog-card-tag,
.blog-card[data-tag="fuchsia"] .blog-card-tag { color: var(--sb-fuchsia); background: rgba(var(--sb-fuchsia-rgb),0.12); border-color: rgba(var(--sb-fuchsia-rgb),0.30); }
.blog-featured-card[data-tag="teal"] .blog-card-tag,
.blog-card[data-tag="teal"] .blog-card-tag { color: #2DD4BF; background: rgba(45,212,191,0.12); border-color: rgba(45,212,191,0.30); }
.blog-card-header h2 {
    font-size: 0.95rem;
    font-weight: 700;
    margin: 0;
    line-height: 1.3;
    height: 2.34em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: var(--sb-text);
}
.blog-card-author-img {
    width: 36px;
    height: 36px;
    border-radius: 6px;
    object-fit: cover;
    flex-shrink: 0;
}
.blog-card-author-text {
    display: flex;
    flex-direction: column;
    min-width: 0;
}
.blog-card-author-name {
    font-size: var(--sb-text-sm);
    font-weight: 600;
    color: var(--sb-text);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.blog-card-author-role {
    font-size: var(--sb-text-xs);
    color: var(--sb-text-muted);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.blog-card-excerpt {
    color: var(--sb-text-secondary);
    font-size: 0.7rem !important;
    line-height: 1.5;
    height: 4.2em;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.blog-card-read {
    color: var(--sb-ice);
    font-weight: 600;
    font-size: var(--sb-text-xs);
    white-space: nowrap;
    flex-shrink: 0;
}
.blog-card-read::after { content: ' \2192'; }
.blog-all-posts { padding-top: var(--sb-space-3xl); }
.blog-popular-content { padding: 0; }
@media (max-width: 1024px) {
.blog-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
.blog-guide-row { grid-template-columns: 1fr; }
}
.blog-author-suffix { color: var(--sb-text-muted); font-weight: 400; }
.blog-tldr {
    margin: 0 0 28px;
    padding: 0 24px 22px;
    border-radius: 14px;
    background:
        radial-gradient(ellipse at top left, rgba(56,189,248,0.08) 0%, transparent 60%),
        radial-gradient(ellipse at bottom right, rgba(99,102,241,0.06) 0%, transparent 55%),
        linear-gradient(var(--sb-card-fill), var(--sb-card-fill)) padding-box,
        var(--sb-gradient) border-box;
    border: 1px solid transparent;
    box-shadow: 0 4px 24px -10px rgba(56,189,248,0.18), 0 1px 3px rgba(0,0,0,0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.blog-tldr-label {
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.86rem;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: var(--sb-ice);
    margin: 0 -24px 10px !important;
    padding: 10px 24px 11px !important;
    background: linear-gradient(180deg, rgba(56,189,248,0.10), rgba(56,189,248,0.03));
    border-radius: 14px 14px 0 0;
    border-bottom: 1px solid rgba(56,189,248,0.28);
}
.blog-tldr-label::before {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2338BDF8' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'><polyline points='13 2 3 14 12 14 11 22 21 10 12 10 13 2'/></svg>");
    background-repeat: no-repeat;
    background-size: contain;
    flex-shrink: 0;
}
.blog-tldr-label::after {
    content: ""; position: absolute; left: 24px; right: 24px; bottom: -1px; height: 1px;
    background: linear-gradient(90deg, transparent, var(--sb-ice) 30%, var(--sb-violet) 70%, transparent);
}
.blog-tldr-lead {
    margin: 0 0 12px;
    font-size: 0.98rem;
    line-height: 1.65;
    color: var(--sb-text);
}
.blog-tldr-sub {
    position: relative;
    margin: 10px -24px -22px !important;
    padding: 8px 24px 4px !important;
    background: rgba(15,21,37,0.35);
    border-top: 1px solid rgba(255,255,255,0.06);
    border-radius: 0 0 14px 14px;
    font-size: 0.72rem !important;
    line-height: 1.4;
    color: var(--sb-text-muted);
}
.blog-tldr-sub::after {
    content: ""; position: absolute; left: 24px; right: 24px; top: 0; height: 1px;
    background: linear-gradient(90deg, transparent, rgba(99,102,241,0.5) 30%, rgba(56,189,248,0.5) 70%, transparent);
}
.blog-tldr-sub::before {
    content: "More on this";
    display: block;
    font-size: 0.62rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: var(--sb-ice);
    margin-bottom: 4px;
    opacity: 0.9;
}
.blog-tldr-sub strong { color: var(--sb-text-secondary); }
.blog-verdict-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 12px;
    margin: 0 0 28px;
}
.blog-verdict-card {
    padding: 16px;
    border-radius: 12px;
    background: linear-gradient(var(--sb-card-fill), var(--sb-card-fill)) padding-box,
                var(--sb-gradient) border-box;
    border: 1px solid transparent;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}
.blog-tldr:hover,
.blog-verdict-card:hover {
    transform: translateY(-3px);
    background: linear-gradient(rgba(56,189,248,0.06), rgba(99,102,241,0.04)),
                linear-gradient(var(--sb-card-fill), var(--sb-card-fill)) padding-box,
                var(--sb-gradient) border-box;
    box-shadow: 0 0 12px rgba(56,189,248,0.18), 0 0 20px rgba(99,102,241,0.08);
}
.blog-verdict-label {
    font-size: 0.62rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 6px;
    color: var(--sb-ice);
}
.blog-verdict-label.is-ice     { color: var(--sb-ice); }
.blog-verdict-label.is-violet  { color: var(--sb-violet); }
.blog-verdict-label.is-fuchsia { color: var(--sb-fuchsia); }
.blog-verdict-label.is-teal    { color: #2DD4BF; }
.blog-verdict-title {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--sb-text);
    margin-bottom: 4px;
}
.blog-verdict-title.is-ice     { color: var(--sb-ice); }
.blog-verdict-title.is-violet  { color: var(--sb-violet); }
.blog-verdict-title.is-fuchsia { color: var(--sb-fuchsia); }
.blog-verdict-title.is-teal    { color: #2DD4BF; }
.blog-content p.blog-signoff { text-align: center; }
.blog-verdict-desc {
    font-size: 0.78rem;
    color: var(--sb-text-secondary);
    line-height: 1.5;
    margin-bottom: 8px;
}
.blog-verdict-bestfor {
    font-size: 0.7rem;
    color: var(--sb-text-muted);
}
.blog-verdict-bestfor strong { color: var(--sb-text-secondary); }

/* ─── from gx-public.css ─── */
.guides-hero {
    min-height: 100vh; display: flex; align-items: center; justify-content: center; text-align: center;
    padding: var(--sb-space-3xl) var(--sb-space-lg); position: relative; overflow: hidden;
}
.guides-hero h1 { font-size: clamp(2.5rem, 6vw, 4.5rem); font-weight: 900; line-height: 1.1; margin-bottom: var(--sb-space-lg); }
.guides-container { max-width: var(--sb-max-width); margin: 0 auto; }
.step-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: var(--sb-space-lg); }
.step-card {
    padding: var(--sb-space-lg); border-radius: var(--sb-radius-lg);
    background: linear-gradient(var(--sb-card-fill), var(--sb-card-fill)) padding-box, var(--sb-gradient) border-box;
    border: 1px solid transparent; animation: sb-card-breathe 4s ease-in-out infinite; text-align: center;
    opacity: 0; transform: translateY(16px);
    transition: opacity 0.4s ease, transform 0.4s ease, background 0.3s ease, box-shadow 0.3s ease;
    position: relative;
}
.step-header { display: flex; flex-direction: column; align-items: center; text-align: center; gap: var(--sb-space-sm); margin-bottom: var(--sb-space-sm); }
.step-header .sb-icon { color: var(--sb-text); width: 48px; height: 48px; flex-shrink: 0; transition: color 0.25s ease; margin-bottom: var(--sb-space-xs); }
.step-card:hover .step-header .sb-icon { color: var(--sb-ice); }
.step-title { font-size: var(--sb-text-lg); font-weight: 700; }
.step-body { color: var(--sb-text-secondary); line-height: 1.7; font-size: var(--sb-text-sm); text-align: left; display: inline-block; }
.step-body ul { list-style: none; padding: 0; margin: var(--sb-space-sm) 0 0; }
.step-body li { padding-left: 22px; position: relative; margin-bottom: 4px; }
.step-body li::before {
    content: ''; position: absolute; left: 0; top: 5px; width: 14px; height: 14px;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='%2338BDF8' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") no-repeat center/contain;
}
.geo-section { max-width: var(--sb-max-width); margin: 0 auto; }
.geo-section h2 { font-size: var(--sb-text-2xl); font-weight: 800; margin-bottom: var(--sb-space-md); }
.geo-section h3 { font-size: var(--sb-text-lg); font-weight: 700; margin-bottom: var(--sb-space-sm); color: var(--sb-ice); }
.geo-section p, .geo-section li { color: var(--sb-text-secondary); line-height: 1.7; font-size: var(--sb-text-sm); }
.geo-section p { margin-bottom: var(--sb-space-md); }
.geo-section ul { list-style: none; padding: 0; margin: 0 0 var(--sb-space-md); }
.geo-section li { padding-left: 22px; position: relative; margin-bottom: 6px; }
.geo-section li::before {
    content: ''; position: absolute; left: 0; top: 5px; width: 14px; height: 14px;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='%2338BDF8' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") no-repeat center/contain;
}
.geo-role-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: var(--sb-space-lg); margin-bottom: var(--sb-space-md); }
.geo-feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--sb-space-lg); margin-bottom: var(--sb-space-md); }
@media (max-width: 768px) {
.step-grid { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
.geo-role-grid { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
.geo-feature-grid { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
.step-card { padding: var(--sb-space-md); }
}
@media (max-width: 768px) {
.blog-grid { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
.blog-card-body { padding: var(--sb-space-lg); }
}
.blog-post-subtitle {
    display: block;
    font-size: 0.7em;
    color: var(--sb-text-muted);
    font-weight: 400;
    margin-top: 6px;
}
.blog-post-meta .is-updated { color: var(--sb-ice); }

/* ─── dependency closure: @keyframes referenced by emitted rules ─── */
