:root{--ink:#111827;--muted:#64748b;--line:#dbe5f2;--blue:#006dcc;--blue2:#4d8cff;--soft:#f6f9fd;--card:#fff;--shadow:0 24px 70px rgba(16,35,65,.10)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:linear-gradient(135deg,#fff 0%,#f7fbff 48%,#eef7ff 100%);line-height:1.55}.wrap{width:min(1180px,calc(100% - 48px));margin:0 auto}.site-header{position:sticky;top:0;z-index:20;background:rgba(255,255,255,.88);backdrop-filter:blur(18px);border-bottom:1px solid var(--line)}.nav{height:76px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:inline-flex;align-items:center;gap:10px;font-weight:900;color:#005eb8;text-decoration:none;letter-spacing:.03em}.brand img{width:42px;height:42px;object-fit:contain}.nav-links{display:flex;align-items:center;gap:8px;padding:8px;border:1px solid var(--line);border-radius:999px;background:#fff;box-shadow:0 15px 45px rgba(15,23,42,.08)}.nav-links a{display:inline-flex;align-items:center;text-decoration:none;color:#44546a;font-weight:800;font-size:14px;padding:10px 16px;border-radius:999px}.nav-links a:hover,.nav-links a.active{color:#fff;background:var(--blue)}.hero{padding:70px 0 38px}.eyebrow{display:block;color:var(--blue);font-weight:900;font-size:13px;text-transform:uppercase;letter-spacing:.22em;margin-bottom:14px}.hero h1{font-size:clamp(42px,7vw,88px);line-height:.95;margin:0 0 22px;letter-spacing:-.04em;max-width:900px}.hero p{font-size:clamp(18px,2vw,23px);color:#50627a;max-width:760px;margin:0}.blog-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;padding:22px 0 70px}.post-card{position:relative;display:flex;flex-direction:column;min-height:100%;overflow:hidden;border:1px solid var(--line);border-radius:26px;background:rgba(255,255,255,.86);box-shadow:var(--shadow);text-decoration:none;color:inherit;transition:transform .2s ease,box-shadow .2s ease}.post-card:hover{transform:translateY(-4px);box-shadow:0 30px 80px rgba(16,35,65,.14)}.post-image{aspect-ratio:16/9;background:linear-gradient(135deg,#eaf3ff,#f5fbff);overflow:hidden}.post-image img{width:100%;height:100%;object-fit:cover;display:block}.post-body{padding:24px}.date{color:#7b8ca3;font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.post-card h2{font-size:24px;line-height:1.08;margin:10px 0 12px}.post-card p{margin:0;color:#5b6b82}.search-card{display:flex;gap:12px;align-items:center;margin:28px 0 4px;padding:12px;border:1px solid var(--line);border-radius:22px;background:#fff;box-shadow:0 18px 55px rgba(15,23,42,.06)}.search-card input{flex:1;border:0;outline:0;font:inherit;padding:13px 16px;color:var(--ink);min-width:0}.btn{border:0;border-radius:14px;padding:13px 18px;font-weight:900;text-decoration:none;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:8px}.btn-primary{background:var(--blue);color:#fff}.btn-ghost{background:#fff;border:1px solid var(--line);color:#1d3558}.empty{padding:46px;border:1px dashed var(--line);border-radius:26px;background:#fff;color:#64748b;text-align:center}.article{padding:38px 0 70px}.article-shell{width:min(920px,calc(100% - 48px));margin:0 auto}.article-head{margin-bottom:28px}.article-head h1{font-size:clamp(24px,2.9vw,38px);line-height:1.18;margin:8px 0 14px;letter-spacing:-.012em;max-width:760px;font-weight:850}.article-summary{font-size:clamp(16px,1.5vw,19px);color:#516177;max-width:760px}.article-cover{max-width:760px;margin:24px 0 34px;border-radius:22px;overflow:hidden;border:1px solid var(--line);box-shadow:0 18px 45px rgba(16,35,65,.10)}.article-cover img{width:100%;display:block}.article-content{font-size:20px;color:#263449}.article-content p{margin:0 0 22px}.article-content a{color:var(--blue);font-weight:800;text-decoration:underline;text-underline-offset:3px;word-break:break-word}.share{display:flex;flex-wrap:wrap;gap:10px;margin:26px 0;padding:18px;border:1px solid var(--line);border-radius:22px;background:#fff}.share strong{width:100%;font-size:13px;text-transform:uppercase;letter-spacing:.14em;color:#64748b}.share .btn{min-height:52px}.share .btn svg{width:20px;height:20px;display:block;fill:currentColor;flex:0 0 auto}.share-whatsapp{color:#128c7e}.share-linkedin{color:#0a66c2}.share-facebook{color:#1877f2}.share-x{color:#111827}.share .btn:hover{transform:translateY(-1px);box-shadow:0 12px 28px rgba(16,35,65,.10)}.admin-shell{width:min(1120px,calc(100% - 36px));margin:38px auto 80px}.panel{background:#fff;border:1px solid var(--line);border-radius:26px;box-shadow:var(--shadow);padding:24px}.admin-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.field{display:flex;flex-direction:column;gap:8px;margin-bottom:14px}.field label{font-size:12px;font-weight:900;color:#6d7a8d;text-transform:uppercase;letter-spacing:.08em}.field input,.field textarea,.field select{width:100%;border:1px solid var(--line);border-radius:14px;padding:13px 14px;font:inherit;background:#fff}.field textarea{min-height:260px;resize:vertical}.table{width:100%;border-collapse:collapse}.table th,.table td{padding:14px 10px;border-bottom:1px solid #edf2f7;text-align:left;vertical-align:top}.table th{font-size:12px;color:#6d7a8d;text-transform:uppercase;letter-spacing:.08em}.actions{display:flex;gap:8px;flex-wrap:wrap}.alert{padding:14px 16px;border-radius:16px;margin-bottom:16px;font-weight:800}.ok{background:#e9f9ef;color:#176b37}.err{background:#fff0f1;color:#b4232f}.footer{padding:42px 0;border-top:1px solid var(--line);color:#65758d}.footer-inner{display:flex;align-items:center;justify-content:space-between;gap:24px}.footer img{width:96px}@media(max-width:860px){.wrap{width:min(100% - 28px,1180px)}.nav{height:auto;padding:14px 0;align-items:flex-start}.nav-links{border-radius:18px;overflow:auto;justify-content:flex-start}.nav-links a{white-space:nowrap}.blog-grid{grid-template-columns:1fr}.search-card{flex-direction:column;align-items:stretch}.admin-grid{grid-template-columns:1fr}.footer-inner{align-items:flex-start;flex-direction:column}.article-shell{width:min(100% - 28px,920px)}}

@media(min-width:760px){.article-content p{text-align:justify;text-justify:inter-word}}
/* BLOG_COMMENTS_FEATURE_20260804 */
.article-stats{display:flex;flex-wrap:wrap;gap:10px;margin:14px 0 0;color:#64748b;font-weight:800;font-size:14px}.article-stats span{display:inline-flex;align-items:center;gap:6px;border:1px solid var(--line);background:#fff;border-radius:999px;padding:8px 12px}.comments{margin:34px 0 0;padding:24px;border:1px solid var(--line);border-radius:24px;background:rgba(255,255,255,.86);box-shadow:var(--shadow)}.comments-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:18px}.comments h2{font-size:24px;line-height:1.1;margin:0}.comments p{color:#5b6b82;margin:6px 0 0}.comment-list{display:grid;gap:12px;margin:18px 0 26px}.comment{border:1px solid #e7eef8;border-radius:18px;background:#fff;padding:16px}.comment-top{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:8px}.comment-top strong{font-weight:900}.comment-top small,.comment small{color:#7b8ca3;font-weight:700}.comment-body{color:#263449}.comment-form{display:grid;grid-template-columns:1fr 1fr;gap:14px}.comment-form .field-full{grid-column:1/-1}.hidden-field{position:absolute;left:-10000px;width:1px;height:1px;overflow:hidden}.form-note{grid-column:1/-1;color:#64748b;font-size:14px;margin:0}.comment-admin-list{display:grid;gap:14px}.comment-admin-card{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:18px;align-items:start;border:1px solid var(--line);border-radius:18px;background:#fff;padding:16px}.comment-admin-top{display:flex;flex-wrap:wrap;align-items:center;gap:10px}.comment-admin-text{margin-top:10px;color:#263449}.comment-actions{justify-content:flex-end}.status-pill{display:inline-flex;align-items:center;border-radius:999px;padding:5px 9px;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.04em}.status-pendente_email{background:#eef2ff;color:#3446a2}.status-pendente_moderacao{background:#fff7df;color:#9b6700}.status-aprovado{background:#e8f8ee;color:#17733a}.status-rejeitado{background:#fff0f1;color:#b4232f}@media(max-width:720px){.comments{padding:18px}.comments-head{display:block}.comment-form{grid-template-columns:1fr}.comment-admin-card{grid-template-columns:1fr}.comment-actions{justify-content:flex-start}.article-stats span{width:100%;justify-content:center}}

/* BLOG_COMMENTS_SPACING_20260804 */
.comment-form .hidden-field{display:none!important}.post-back-actions{margin-top:22px;display:flex;align-items:center;gap:12px}.post-back-actions .btn{min-width:150px}@media(max-width:720px){.post-back-actions{margin-top:18px}.post-back-actions .btn{width:auto;min-width:148px}}

/* BLOG_STATS_SPACING_20260804 */
.article-stats{column-gap:12px;row-gap:8px}.article-stats .stats-separator{border:0;background:transparent;padding:8px 0;color:#8a99ad;box-shadow:none}@media(max-width:720px){.article-stats .stats-separator{display:none}.article-stats span:not(.stats-separator){width:auto;min-width:130px}}

/* BLOG_COMMENTS_HEAD_COMPACT_20260804 */
.comments-head-compact{align-items:center;justify-content:flex-start;gap:18px}
.comments-head-compact .eyebrow{margin-bottom:0;white-space:nowrap}
.comments-head-compact p{margin:0;max-width:620px}
@media(max-width:720px){.comments-head-compact{display:block}.comments-head-compact p{margin-top:8px}}

/* BLOG_HIDE_LEGACY_COMMENT_H2_20260804 */
.comments-head h2{display:none!important}


/* BLOG_RICH_EDITOR_20260804 */
.rich-field { grid-column: 1 / -1; }
.rich-editor {
    overflow: hidden;
    border: 1px solid #d9e5f4;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 18px 45px rgba(14, 44, 89, 0.06);
}
.rich-toolbar {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 12px;
    border-bottom: 1px solid #e6edf7;
    background: linear-gradient(180deg, #f8fbff, #eef6ff);
}
.rich-toolbar button {
    min-width: 42px;
    min-height: 38px;
    border: 1px solid #d6e2f2;
    border-radius: 12px;
    background: #fff;
    color: #14213d;
    font: 800 13px/1.1 inherit;
    cursor: pointer;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.rich-toolbar button:hover,
.rich-toolbar button:focus-visible {
    border-color: #0072ce;
    box-shadow: 0 8px 18px rgba(0, 114, 206, .16);
    outline: none;
    transform: translateY(-1px);
}
.rich-content {
    min-height: 430px;
    padding: 22px 24px;
    color: #18223a;
    font-size: 17px;
    line-height: 1.72;
    outline: none;
}
.rich-source { display: none !important; }
.rich-content p { margin: 0 0 1.05em; }
.rich-content h2,
.rich-content h3,
.rich-content h4 {
    margin: 1.2em 0 .55em;
    line-height: 1.18;
    color: #111827;
}
.rich-content h2 { font-size: 1.55em; }
.rich-content h3 { font-size: 1.28em; }
.rich-content h4 { font-size: 1.1em; }
.rich-content blockquote {
    margin: 1.1em 0;
    padding: .9em 1em;
    border-left: 4px solid #0072ce;
    background: #f4f8ff;
    color: #3b4c68;
}
.rich-content ul,
.rich-content ol { padding-left: 1.4em; margin: 0 0 1.1em; }
.rich-content a { color: #0072ce; font-weight: 800; text-decoration: none; }
.rich-content a:hover { text-decoration: underline; }
@media (max-width: 760px) {
    .rich-toolbar { gap: 6px; padding: 10px; }
    .rich-toolbar button { min-width: 38px; min-height: 36px; font-size: 12px; }
    .rich-content { min-height: 360px; padding: 18px; font-size: 16px; }
}

/* BLOG_ADMIN_QUILL_LAYOUT_20260804 */
.admin-grid {
  grid-template-columns: 1fr;
}
.admin-grid > div {
  min-width: 0;
}
.rich-field {
  margin-top: 8px;
}
.current-cover {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px;
  margin-bottom: 12px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #f8fbff;
}
.current-cover img {
  width: 160px;
  max-width: 42vw;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 12px;
  border: 1px solid var(--line);
}
.current-cover span,
.field-hint {
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}
.field-hint {
  display: block;
  margin-top: 8px;
}
.quill-shell {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
}
.quill-shell .ql-toolbar.ql-snow {
  border: 0;
  border-bottom: 1px solid var(--line);
  padding: 12px 14px;
  background: #eef6ff;
}
.quill-shell .ql-container.ql-snow {
  border: 0;
  font-family: inherit;
}
.quill-shell .ql-editor {
  min-height: 520px;
  padding: 22px 24px;
  color: var(--ink);
  font-size: 17px;
  line-height: 1.72;
}
.quill-shell .ql-editor p,
.quill-shell .ql-editor ol,
.quill-shell .ql-editor ul,
.quill-shell .ql-editor blockquote {
  margin-bottom: 1em;
}
.quill-shell .rich-source {
  display: none;
}
@media (max-width: 760px) {
  .quill-shell .ql-editor {
    min-height: 360px;
    padding: 18px;
    font-size: 16px;
  }
  .current-cover {
    align-items: flex-start;
    flex-direction: column;
  }
  .current-cover img {
    width: 100%;
    max-width: 100%;
  }
}


/* BLOG_ADMIN_RICH_MEDIA_20260804 */
.quill-shell .ql-toolbar.ql-snow {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
}
.quill-shell .ql-toolbar.ql-snow .ql-formats {
  margin-right: 4px;
}
.quill-shell .ql-toolbar button,
.quill-shell .ql-toolbar .ql-picker-label {
  border-radius: 10px;
}
.article-content img,
.quill-shell .ql-editor img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 22px auto;
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: 0 16px 40px rgba(16, 35, 65, .10);
}
.article-content iframe,
.quill-shell .ql-editor iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  display: block;
  margin: 24px 0;
  border: 0;
  border-radius: 18px;
  background: #0f172a;
  box-shadow: 0 16px 40px rgba(16, 35, 65, .10);
}
.article-content .ql-align-center { text-align: center; }
.article-content .ql-align-right { text-align: right; }
.article-content .ql-align-justify { text-align: justify; }
.article-content .ql-size-small { font-size: .82em; }
.article-content .ql-size-large { font-size: 1.22em; }
.article-content .ql-size-huge { font-size: 1.55em; }
.article-content .ql-indent-1 { padding-left: 3em; }
.article-content .ql-indent-2 { padding-left: 6em; }
.article-content .ql-indent-3 { padding-left: 9em; }
.article-content .ql-indent-4 { padding-left: 12em; }
.article-content .ql-indent-5 { padding-left: 15em; }
.article-content .ql-indent-6 { padding-left: 18em; }
.article-content .ql-indent-7 { padding-left: 21em; }
.article-content .ql-indent-8 { padding-left: 24em; }
.article-content pre,
.quill-shell .ql-editor pre {
  overflow-x: auto;
  padding: 16px 18px;
  border-radius: 16px;
  background: #101828;
  color: #f8fafc;
  font-size: 14px;
  line-height: 1.6;
}
@media (max-width: 760px) {
  .article-content .ql-indent-1,
  .article-content .ql-indent-2,
  .article-content .ql-indent-3,
  .article-content .ql-indent-4,
  .article-content .ql-indent-5,
  .article-content .ql-indent-6,
  .article-content .ql-indent-7,
  .article-content .ql-indent-8 {
    padding-left: 1.25em;
  }
}


.preview-banner {
  display: grid;
  gap: 6px;
  margin: 0 0 24px;
  padding: 16px 18px;
  border: 1px solid rgba(0, 114, 210, .2);
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(0, 114, 210, .08), rgba(32, 198, 115, .08));
  color: #10203d;
}
.preview-banner strong { font-size: 1rem; }
.preview-banner span { color: #52627a; line-height: 1.5; }
.article.is-preview .article-stats,
.article.is-preview .share,
.article.is-preview .comments { display: none; }

.admin-blog-preview {
  display: grid;
  gap: 18px;
}

.admin-blog-preview-card {
  display: grid;
  grid-template-columns: minmax(220px, 320px) 1fr;
  gap: 22px;
  align-items: stretch;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 18px 45px rgba(20, 39, 72, 0.07);
}

.admin-blog-preview-card img {
  width: 100%;
  height: 100%;
  min-height: 180px;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 18px;
  border: 1px solid var(--line);
  background: #f5f9ff;
}

.admin-blog-preview-card h2 {
  margin: 8px 0 10px;
  font-size: clamp(1.45rem, 2vw, 2.05rem);
  line-height: 1.05;
}

.admin-blog-preview-card p {
  margin: 0 0 14px;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.6;
}

.post-meta-inline {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 16px;
  color: var(--muted);
  font-size: .88rem;
}

.post-meta-inline span {
  padding: 7px 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #f8fbff;
}

@media (max-width: 820px) {
  .admin-blog-preview-card {
    grid-template-columns: 1fr;
  }

  .admin-blog-preview-card img {
    height: auto;
    min-height: 0;
  }
}

/* BLOG_ADMIN_LINE_HEIGHT_20260805 */
.quill-shell .ql-toolbar .ql-picker.ql-header,
.quill-shell .ql-toolbar .ql-picker.ql-size,
.quill-shell .ql-toolbar .ql-picker.ql-lineheight {
  min-width: 112px;
}

.quill-shell .ql-toolbar .ql-picker.ql-lineheight {
  width: 128px;
}

.quill-shell .ql-toolbar .ql-picker.ql-header .ql-picker-label::before { content: 'Formato'; }
.quill-shell .ql-toolbar .ql-picker.ql-header .ql-picker-item[data-value="2"]::before { content: 'Título 2'; }
.quill-shell .ql-toolbar .ql-picker.ql-header .ql-picker-item[data-value="3"]::before { content: 'Título 3'; }
.quill-shell .ql-toolbar .ql-picker.ql-header .ql-picker-item[data-value="4"]::before { content: 'Título 4'; }
.quill-shell .ql-toolbar .ql-picker.ql-header .ql-picker-item:not([data-value])::before { content: 'Parágrafo'; }

.quill-shell .ql-toolbar .ql-picker.ql-size .ql-picker-label::before { content: 'Tamanho'; }
.quill-shell .ql-toolbar .ql-picker.ql-size .ql-picker-item[data-value="small"]::before { content: 'Pequeno'; }
.quill-shell .ql-toolbar .ql-picker.ql-size .ql-picker-item:not([data-value])::before { content: 'Normal'; }
.quill-shell .ql-toolbar .ql-picker.ql-size .ql-picker-item[data-value="large"]::before { content: 'Grande'; }
.quill-shell .ql-toolbar .ql-picker.ql-size .ql-picker-item[data-value="huge"]::before { content: 'Muito grande'; }

.quill-shell .ql-toolbar .ql-picker.ql-lineheight .ql-picker-label::before { content: 'Entrelinhas'; }
.quill-shell .ql-toolbar .ql-picker.ql-lineheight .ql-picker-item[data-value="1.2"]::before { content: 'Compacto'; }
.quill-shell .ql-toolbar .ql-picker.ql-lineheight .ql-picker-item[data-value="1.5"]::before { content: 'Confortável'; }
.quill-shell .ql-toolbar .ql-picker.ql-lineheight .ql-picker-item[data-value="1.72"]::before { content: 'Padrão'; }
.quill-shell .ql-toolbar .ql-picker.ql-lineheight .ql-picker-item[data-value="2"]::before { content: 'Amplo'; }

/* BLOG_ADMIN_FIXED_EDITOR_TOOLBAR_20260805 */
.rich-field .quill-shell {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.rich-field .quill-shell .ql-toolbar.ql-snow {
  flex: 0 0 auto;
  position: relative;
  z-index: 3;
}

.rich-field .quill-shell .ql-container.ql-snow {
  flex: 1 1 auto;
  min-height: 0;
  max-height: clamp(440px, 62vh, 760px);
  overflow: hidden;
}

.rich-field .quill-shell .ql-editor {
  min-height: clamp(440px, 62vh, 760px);
  max-height: clamp(440px, 62vh, 760px);
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-width: thin;
}

.rich-field .quill-shell .ql-editor::-webkit-scrollbar {
  width: 10px;
}

.rich-field .quill-shell .ql-editor::-webkit-scrollbar-track {
  background: #eef4fb;
  border-radius: 999px;
}

.rich-field .quill-shell .ql-editor::-webkit-scrollbar-thumb {
  background: #b8c7da;
  border-radius: 999px;
}

@media (max-width: 760px) {
  .rich-field .quill-shell .ql-container.ql-snow,
  .rich-field .quill-shell .ql-editor {
    min-height: 420px;
    max-height: 58vh;
  }
}


/* BLOG_AUTHORS_20260805 */
.author-admin-grid {
  grid-template-columns: minmax(0, 1fr) minmax(320px, .85fr);
}
.current-author-photo {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
}
.current-author-photo img,
.author-admin-card > img,
.article-author > img {
  width: 86px;
  height: 86px;
  object-fit: cover;
  border-radius: 22px;
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: 0 14px 34px rgba(16, 35, 65, .10);
}
.author-admin-list {
  display: grid;
  gap: 14px;
}
.author-admin-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(255,255,255,.96), rgba(244,249,255,.92));
  box-shadow: 0 18px 45px rgba(16, 35, 65, .08);
}
.author-admin-avatar,
.article-author-avatar {
  display: grid;
  place-items: center;
  width: 86px;
  height: 86px;
  border-radius: 22px;
  color: #0b69c7;
  font-size: 34px;
  font-weight: 900;
  background: #eef6ff;
  border: 1px solid var(--line);
}
.author-admin-top {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}
.author-admin-card strong {
  color: var(--ink);
  font-size: 19px;
}
.author-admin-card p {
  margin: 5px 0 2px;
  color: var(--muted);
  font-weight: 700;
}
.author-admin-card small {
  display: block;
  color: #6c7a90;
  margin-top: 5px;
}
.status-ativo {
  color: #16803a;
  background: #e8f8ed;
}
.status-inativo {
  color: #8a4b08;
  background: #fff3df;
}
.article-author {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 20px;
  align-items: center;
  margin: 38px 0 28px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background:
    radial-gradient(circle at top right, rgba(0, 111, 210, .10), transparent 32%),
    linear-gradient(135deg, #ffffff, #f5faff);
  box-shadow: 0 22px 60px rgba(16, 35, 65, .10);
}
.article-author h2 {
  margin: 4px 0 4px;
  color: var(--ink);
  font-size: clamp(22px, 3vw, 30px);
  letter-spacing: 0;
}
.article-author p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.65;
}
.article-author .author-role {
  color: #0b69c7;
  font-weight: 800;
}
.article-author .author-education {
  margin-top: 2px;
  font-size: 14px;
  font-weight: 700;
  color: #6f7b8f;
}
.article-author .author-bio {
  margin-top: 12px;
}
@media (max-width: 760px) {
  .author-admin-grid,
  .author-admin-card,
  .article-author {
    grid-template-columns: 1fr;
  }
  .author-admin-card > img,
  .author-admin-avatar,
  .article-author > img,
  .article-author-avatar {
    width: 74px;
    height: 74px;
    border-radius: 20px;
  }
  .author-admin-card .actions {
    justify-content: flex-start;
  }
}

.nav-links .nav-admin-link{border:1px solid rgba(0,105,205,.22);background:#f7fbff;color:#0069cd;box-shadow:0 10px 24px rgba(0,105,205,.08)}
.nav-links .nav-admin-link:hover{background:#eaf4ff;color:#0052a3}

/* BLOG_ADMIN_LINK_TOOLTIP_20260805 */
.rich-field {
  position: relative;
  padding-bottom: 92px;
  overflow: visible;
}

.rich-field .quill-shell {
  position: relative;
  overflow: visible;
}

.rich-field .quill-shell .ql-toolbar.ql-snow {
  border-radius: 18px 18px 0 0;
}

.rich-field .quill-shell .ql-container.ql-snow {
  overflow: visible;
}

.rich-field .quill-shell .ql-tooltip {
  z-index: 80;
  max-width: min(520px, calc(100vw - 44px));
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: 0 18px 42px rgba(16, 35, 65, .18);
}

.rich-field .quill-shell .ql-tooltip input[type="text"] {
  width: min(340px, calc(100vw - 190px));
  max-width: 100%;
}

.rich-field + .actions {
  margin-top: 8px;
}

@media (max-width: 760px) {
  .rich-field {
    padding-bottom: 116px;
  }

  .rich-field .quill-shell .ql-tooltip {
    left: 12px !important;
    right: auto !important;
    white-space: normal;
  }

  .rich-field .quill-shell .ql-tooltip input[type="text"] {
    width: calc(100vw - 192px);
  }
}
