/*
 * Lumen Liberum V2
 * Folha de estilos consolidada.
 * Regras históricas redundantes foram eliminadas; componentes usam seletores específicos.
 */
@font-face  {font-family:"Merriweather";src:url("../fonts/merriweather/Merriweather-Light.woff2") format("woff2");font-style:normal;font-weight:300;font-display:swap}
@font-face  {font-family:"Merriweather";src:url("../fonts/merriweather/Merriweather-LightItalic.woff2") format("woff2");font-style:italic;font-weight:300;font-display:swap}
@font-face  {font-family:"Merriweather";src:url("../fonts/merriweather/Merriweather-Regular.woff2") format("woff2");font-style:normal;font-weight:400;font-display:swap}
@font-face  {font-family:"Merriweather";src:url("../fonts/merriweather/Merriweather-Italic.woff2") format("woff2");font-style:italic;font-weight:400;font-display:swap}
@font-face  {font-family:"Merriweather";src:url("../fonts/merriweather/Merriweather-Bold.woff2") format("woff2");font-style:normal;font-weight:700;font-display:swap}
@font-face  {font-family:"Merriweather";src:url("../fonts/merriweather/Merriweather-BoldItalic.woff2") format("woff2");font-style:italic;font-weight:700;font-display:swap}
@font-face  {font-family:"Merriweather";src:url("../fonts/merriweather/Merriweather-Black.woff2") format("woff2");font-style:normal;font-weight:900;font-display:swap}
@font-face  {font-family:"Merriweather";src:url("../fonts/merriweather/Merriweather-BlackItalic.woff2") format("woff2");font-style:italic;font-weight:900;font-display:swap}
@font-face  {font-family:"Font Awesome 6 Free";font-style:normal;font-weight:900;font-display:block;src:url("../fonts/fontawesome/fa-solid-900.woff2") format("woff2")}
@font-face  {font-family:"Font Awesome 6 Brands";font-style:normal;font-weight:400;font-display:block;src:url("../fonts/fontawesome/fa-brands-400.woff2") format("woff2")}
.fa-solid,.fas {
  font-family:"Font Awesome 6 Free";
  font-weight:900;
}
.fa-brands,.fab {
  font-family:"Font Awesome 6 Brands";
  font-weight:400;
}
.fa-solid,.fa-brands,.fas,.fab {
  font-style:normal;
  font-variant:normal;
  line-height:1;
  text-rendering:auto;
  display:inline-block;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
}
.fa-magnifying-glass::before {
  content:"";
}
.fa-house::before {
  content:"";
}
.fa-envelope::before {
  content:"";
}
.fa-file-lines::before {
  content:"";
}
.fa-download::before {
  content:"";
}
.fa-bars::before {
  content:"";
}
.fa-arrow-right::before {
  content:"";
}
.fa-arrow-up::before {
  content:"";
}
.fa-lock::before {
  content:"";
}
.fa-book::before {
  content:"";
}
.fa-calendar::before {
  content:"";
}
.fa-circle-info::before {
  content:"";
}
.fa-gear::before {
  content:"";
}
.fa-circle-question::before {
  content:"";
}
.fa-whatsapp::before {
  content:"";
}
.fa-telegram::before {
  content:"";
}
.fa-instagram::before {
  content:"";
}
.fa-facebook-f::before {
  content:"";
}
.fa-youtube::before {
  content:"";
}
* {
  box-sizing:border-box;
}
body {
  font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}
h1 {
  font-size:clamp(2rem, 5vw, 3.5rem);
  margin:.2em 0 .4em;
}
h2 {
  margin-top:0;
}
.eyebrow {
  font-size:.78rem;
}
.muted {
  color:var(--muted);
}
.grid {
  display:grid;
}
.stats .card strong {
  display:block;
}
.form {
  display:grid;
}
.form label {
  display:grid;
  gap:6px;
  font-weight:600;
}
input, select, textarea {
  width:100%;
  padding:12px 13px;
  border-radius:8px;
  border:1px solid #444;
  background:#0e0e0e;
  color:var(--text);
  font:inherit;
}
input:focus, select:focus, textarea:focus {
  outline:2px solid #777;
  outline-offset:1px;
}
.button {
  display:inline-block;
  width:auto;
  border:1px solid #888;
  background:#e9e9e9;
  color:#111;
  border-radius:8px;
  padding:10px 16px;
  font-weight:700;
  text-decoration:none;
  cursor:pointer;
  font:inherit;
}
.button-secondary {
  background:transparent;
  color:var(--text);
}
.actions {
  display:flex;
  flex-wrap:wrap;
}
.inline {
  display:inline;
  margin:0;
}
.link-button {
  background:none;
  border:0;
  padding:0;
  font:inherit;
  cursor:pointer;
}
.back {
  color:var(--muted);
  text-decoration:none;
}
.table-wrap {
  border:1px solid var(--border);
}
table {
  border-collapse:collapse;
  min-width:850px;
}
th, td {
  text-align:left;
  padding:12px;
  border-bottom:1px solid var(--border);
  vertical-align:middle;
}
th {
  font-size:.86rem;
}
.status {
  display:inline-block;
  border-radius:999px;
  border:1px solid var(--border);
}
.actions-row {
  display:flex;
  gap:8px;
  align-items:center;
}
.actions-row select {
  width:auto;
  min-width:120px;
}
.split {
  display:grid;
  grid-template-columns:minmax(0,1.35fr) minmax(300px,.65fr);
  gap:20px;
  align-items:start;
  margin:24px 0;
}
.form-row {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
}
label.check {
  display:flex;
  align-items:flex-start;
  gap:10px;
  font-weight:500;
}
label.check input[type="checkbox"],
label.check input[type="radio"] {
  margin-top:3px;
}
label.check>span {
  display:grid;
  gap:2px;
  flex:1 1 auto;
  min-width:0;
}
label.check small {
  color:var(--muted);
  font-weight:400;
}
fieldset {
  border:1px solid var(--border);
  border-radius:8px;
  padding:14px;
  display:grid;
  gap:10px;
}
legend {
  padding:0 6px;
}
.tabs {
  display:flex;
  flex-wrap:wrap;
  margin:20px 0;
}
.tabs a {
  text-decoration:none;
  border:1px solid var(--border);
  color:var(--muted);
}
.status-confirmed, .status-active {
  border-color:#35673d;
}
.status-rejected, .status-suspended {
  border-color:#7b3131;
}
.compact {
  gap:8px;
  min-width:230px;
}
.danger {
  background:#2b1616;
  color:#eee;
  border-color:#7b3131;
}
.details {
  display:grid;
  gap:8px 14px;
  margin:0;
}
.details dt {
  color:var(--muted);
}
.details dd {
  margin:0;
}
.plan-price {
  font-size:1.65rem;
  margin:.4rem 0;
}
.plan-name {
  font-size:1.25rem;
}
.plan-grid .card {
  min-height:180px;
}
.pix-box code {
  word-break:break-all;
}
.narrow-form {
  max-width:680px;
  margin-top:24px;
}
textarea {
  resize:vertical;
}
small {
  color:var(--muted);
}
@media (max-width:850px) {
  .split {
    grid-template-columns:1fr;
  }
}
@media (max-width:600px) {
  .form-row {
    grid-template-columns:1fr;
  }
}
.content-list {
  display:grid;
  gap:16px;
  margin:28px 0;
}
.content-card h2 {
  margin:.35rem 0 .6rem;
}
.content-meta {
  color:var(--muted);
  font-size:.86rem;
}
.article-page {
  margin-inline:auto;
}
.prose {
  margin:30px 0;
  font-family:Georgia,"Times New Roman",serif;
  font-size:1.08rem;
  line-height:1.8;
  overflow-wrap:anywhere;
}
.downloads {
  margin-top:38px;
  border-top:1px solid var(--border);
  padding-top:24px;
}
.file-list {
  margin-top:18px;
  display:grid;
  gap:10px;
}
.file-row {
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:16px;
  padding:12px 0;
  border-bottom:1px solid var(--border);
}
.file-row:last-child {
  border-bottom:0;
}
.file-row small {
  display:block;
  margin-top:2px;
}
.attachments {
  margin-top:20px;
}
.content-editor {
  grid-template-columns:minmax(0,1.45fr) minmax(300px,.55fr);
}
.editor-text {
  min-height:430px;
}
.filters {
  display:flex;
  align-items:end;
  gap:12px;
  flex-wrap:wrap;
  margin:22px 0;
}
.filters label {
  display:grid;
  gap:5px;
  font-weight:600;
}
.filters select {
  min-width:180px;
}
@media (max-width:850px) {
  .content-editor {
    grid-template-columns:1fr;
  }
  .file-row {
    align-items:flex-start;
    flex-direction:column;
  }
}
.page-title-row {
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:20px;
  margin-bottom:18px;
}
.page-title-row h1, .page-title-row h2 {
  margin-bottom:.25rem;
}
.table-sub {
  display:block;
  margin-top:3px;
  color:var(--muted);
}
.course-grid {
  display:grid;
  gap:18px;
  margin:28px 0;
}
.course-card {
  display:flex;
  flex-direction:column;
  gap:14px;
}
.course-card-top {
  display:flex;
  justify-content:space-between;
  gap:14px;
  align-items:flex-start;
}
.course-card-top h2 {
  margin:.25rem 0 0;
}
.progress-block {
  display:grid;
  gap:8px;
}
.progress-line {
  display:flex;
  justify-content:space-between;
  gap:12px;
  font-size:.92rem;
}
.progress-track {
  width:100%;
  border:1px solid var(--border);
  border-radius:999px;
  overflow:hidden;
}
.progress-track > span {
  display:block;
  height:100%;
  background:#d7d7d7;
  min-width:0;
}
.course-intro {
  margin:24px 0;
}
.compact-prose {
  margin:0;
  font-size:1rem;
}
.course-outline {
  margin-top:36px;
}
.course-module {
  margin:16px 0;
}
.course-module h3 {
  font-size:1.35rem;
  margin:.25rem 0 .5rem;
}
.module-number {
  color:var(--muted);
  text-transform:uppercase;
  letter-spacing:.12em;
  font-size:.75rem;
  font-weight:700;
}
.lesson-list {
  display:grid;
  margin-top:18px;
  border-top:1px solid var(--border);
}
.lesson-row {
  display:grid;
  align-items:center;
  gap:10px;
  border-bottom:1px solid var(--border);
  text-decoration:none;
}
.lesson-check {
  font-size:1.25rem;
  text-align:center;
}
.lesson-title {
  display:grid;
  gap:2px;
}
.lesson-title small {
  color:var(--muted);
}
.lesson-time {
  color:var(--muted);
  font-size:.86rem;
  white-space:nowrap;
}
.lesson-done .lesson-title strong {
  text-decoration:line-through;
  text-decoration-thickness:1px;
  color:#bbb;
}
.sticky-course-action {
  margin:28px 0;
}
.lesson-page {
  max-width:900px;
}
.lesson-meta-bar {
  display:flex;
  gap:16px;
  flex-wrap:wrap;
  border-top:1px solid var(--border);
  border-bottom:1px solid var(--border);
  padding:12px 0;
  margin:24px 0;
  color:var(--muted);
  font-size:.9rem;
}
.lesson-video {
  margin:24px 0;
}
.lesson-completion {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  margin:36px 0 22px;
}
.lesson-completion h2 {
  margin-bottom:.25rem;
}
.lesson-completion p {
  margin:0;
}
.lesson-navigation {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
  margin-top:28px;
}
.lesson-navigation a {
  display:grid;
  gap:4px;
  text-decoration:none;
}
.lesson-navigation .next {
  text-align:right;
}
.lesson-navigation small {
  color:var(--muted);
}
.course-structure {
  margin-top:36px;
}
.module-admin {
  margin:16px 0;
}
.module-admin-head {
  display:flex;
  justify-content:space-between;
  gap:18px;
  align-items:flex-start;
}
.module-admin-head h3 {
  margin:.45rem 0 .25rem;
  font-size:1.3rem;
}
.lesson-admin-list {
  display:grid;
  margin-top:14px;
}
.lesson-admin-row {
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:16px;
  padding:12px 0;
  border-bottom:1px solid var(--border);
}
.lesson-admin-row:last-child {
  border-bottom:0;
}
.lesson-admin-row small {
  display:block;
}
.member-learning-stats {
  margin-top:24px;
}
.certificate-card code {
  overflow-wrap:anywhere;
}
.certificate-body {
  min-height:100vh;
}
.certificate-actions {
  width:min(1000px,calc(100% - 32px));
  margin:24px auto;
  display:flex;
  justify-content:space-between;
  gap:12px;
}
.certificate-sheet {
  width:min(1000px,calc(100% - 32px));
  margin:0 auto 40px;
  background:#fff;
  padding:28px;
  box-shadow:0 14px 40px rgba(0,0,0,.18);
}
.certificate-frame {
  border:3px double #222;
  min-height:650px;
  padding:60px 70px;
  text-align:center;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.certificate-kicker {
  text-transform:uppercase;
  letter-spacing:.22em;
  font-size:.8rem;
  margin:0 0 24px;
}
.certificate-frame h1 {
  font-family:Georgia,"Times New Roman",serif;
  font-size:3.2rem;
  margin:0 0 32px;
}
.certificate-frame h2 {
  font-family:Georgia,"Times New Roman",serif;
  font-size:2rem;
  margin:10px 0 28px;
}
.certificate-text {
  font-family:Georgia,"Times New Roman",serif;
  font-size:1.12rem;
}
.certificate-name {
  font-family:Georgia,"Times New Roman",serif;
  font-size:2.4rem;
  font-weight:700;
  margin:14px 0;
}
.certificate-data {
  display:flex;
  justify-content:center;
  gap:70px;
  margin:35px 0 20px;
}
.certificate-data div {
  display:grid;
  gap:4px;
}
.certificate-data span {
  font-size:.78rem;
  text-transform:uppercase;
  letter-spacing:.1em;
}
.certificate-note {
  max-width:720px;
  margin:28px auto 0;
  font-size:.78rem;
  color:#555;
}
@media (max-width:700px) {
  .page-title-row, .module-admin-head, .lesson-completion {
    flex-direction:column;
  }
  .lesson-row {
    grid-template-columns:28px minmax(0,1fr);
  }
  .lesson-time {
    grid-column:2;
  }
  .lesson-navigation {
    grid-template-columns:1fr;
  }
  .certificate-frame {
    padding:35px 20px;
    min-height:560px;
  }
  .certificate-frame h1 {
    font-size:2.2rem;
  }
  .certificate-name {
    font-size:1.8rem;
  }
  .certificate-data {
    flex-direction:column;
    gap:18px;
  }
}
@media print {
  .no-print {
    display:none !important;
  }
  .certificate-body {
    background:#fff;
  }
  .certificate-sheet {
    width:100%;
    margin:0;
    padding:0;
    box-shadow:none;
  }
  .certificate-frame {
    min-height:94vh;
  }
}
.course-students {
  margin-top:40px;
}
.event-grid {
  display:grid;
  gap:16px;
  margin:28px 0;
}
.event-card {
  display:grid;
  gap:18px;
  align-items:start;
}
.event-date {
  border:1px solid var(--border);
  border-radius:10px;
  text-align:center;
  padding:10px 6px;
  display:grid;
  gap:2px;
}
.event-date strong {
  font-size:1.75rem;
  line-height:1;
}
.event-date span {
  color:var(--muted);
  font-size:.72rem;
  letter-spacing:.12em;
}
.event-details {
  margin:24px 0;
}
.event-registration {
  margin-top:32px;
}
.notification-list {
  display:grid;
  gap:14px;
  margin-top:24px;
}
.notification-card {
  position:relative;
}
.notification-head {
  display:flex;
  justify-content:space-between;
  gap:18px;
  align-items:flex-start;
}
.notification-head h2 {
  margin:.45rem 0 .35rem;
}
.dashboard-section {
  margin-top:34px;
}
.filters input[type="month"] {
  min-width:160px;
}
@media (max-width:650px) {
  .event-card {
    grid-template-columns:56px minmax(0,1fr);
    gap:12px;
  }
  .event-date strong {
    font-size:1.4rem;
  }
  .notification-head {
    flex-direction:column;
    gap:8px;
  }
}
.account-grid {
  margin-top:24px;
}
.account-password {
  margin-top:24px;
  max-width:720px;
}
.security-admin-grid {
  margin-top:24px;
}
.security-actions-grid {
  display:grid;
  gap:16px;
  margin-top:22px;
}
.compact-card {
  margin:0;
}
.secret-box {
  border:1px dashed var(--border);
  border-radius:10px;
  padding:18px;
  margin:14px 0;
  overflow-wrap:anywhere;
  background:#101010;
}
.secret-box code {
  font-size:1.1rem;
  letter-spacing:.12em;
}
.break-code {
  display:block;
  white-space:normal;
  overflow-wrap:anywhere;
  margin-top:10px;
}
.recovery-codes {
  border-color:#8a8a8a;
  margin-bottom:24px;
}
.recovery-code-grid {
  display:grid;
  gap:10px;
  margin-top:18px;
}
.recovery-code-grid code {
  display:block;
  padding:10px;
  text-align:center;
  background:#101010;
  border:1px solid var(--border);
  border-radius:8px;
  letter-spacing:.08em;
}
.health-list {
  list-style:none;
  padding:0;
  margin:0 0 20px;
  display:grid;
  gap:10px;
}
.health-list li {
  display:grid;
  gap:10px;
  align-items:center;
  padding-bottom:10px;
  border-bottom:1px solid var(--border);
}
.health-list li span {
  font-size:1.2rem;
}
.health-list li em {
  color:var(--muted);
  font-style:normal;
  font-size:.86rem;
}
.button-danger {
  border-color:#8c4545;
  background:#441f1f;
}
.button-danger:hover {
  background:#572727;
}
.totp-setup {
  margin-top:18px;
}
@media (max-width:650px) {
  .health-list li {
    grid-template-columns:24px minmax(0,1fr);
  }
  .health-list li em {
    grid-column:2;
  }
}
:root {
  color-scheme:dark;
  --bg:#0b0c0f;
  --bg-soft:#0f1115;
  --panel:#13151a;
  --panel-2:#181b21;
  --panel-3:#1d2027;
  --text:#eee9df;
  --text-strong:#fffaf0;
  --muted:#aaa399;
  --muted-2:#827c73;
  --border:#2a2d34;
  --border-strong:#3a3d45;
  --accent:#b79a5b;
  --accent-strong:#d0b879;
  --accent-soft:rgba(183,154,91,.12);
  --success:#78a883;
  --success-bg:#142019;
  --warning:#c6a45a;
  --warning-bg:#241f14;
  --danger:#c37878;
  --danger-bg:#251719;
  --radius:12px;
  --radius-sm:8px;
  --shadow:0 18px 52px rgba(0,0,0,.24);
  --shadow-soft:0 8px 28px rgba(0,0,0,.16);
  --font:"Merriweather",Georgia,"Times New Roman",serif;
}
html {
  font-size:13px;
  scroll-behavior:smooth;
  background:var(--bg);
}
body,button,input,select,textarea,table {
  font-family:var(--font);
  font-size:13px;
}
body {
  margin:0;
  background:radial-gradient(circle at 15% -10%,rgba(183,154,91,.065),transparent 31rem),
  radial-gradient(circle at 100% 0,rgba(255,255,255,.025),transparent 28rem),
  var(--bg);
  color:var(--text);
  line-height:1.72;
  min-height:100vh;
  overflow-x:hidden;
}
h1,h2,h3,h4,h5,h6,p,li,dt,dd,label,a,button,input,select,textarea,small,strong,span,th,td,legend,blockquote,code {
  font-size:13px;
}
h1 {
  line-height:1.5;
  color:var(--text-strong);
}
h2 {
  font-weight:700;
  line-height:1.55;
  color:var(--text-strong);
}
h3 {
  font-weight:700;
  line-height:1.55;
  color:var(--text-strong);
}
h4,h5,h6 {
  font-weight:700;
  line-height:1.55;
  color:var(--text-strong);
}
strong,b {
  font-weight:700;
  color:var(--text-strong);
}
small,.muted,.content-meta,.table-sub {
  font-weight:300;
  color:var(--muted);
}
label,dt,legend {
  font-weight:400;
}
a {
  color:var(--accent-strong);
  text-decoration-thickness:1px;
  text-underline-offset:3px;
}
a:hover {
  color:#ead7a3;
}
.container {
  width:min(1180px,calc(100% - 36px));
  margin-inline:auto;
}
.narrow {
  width:min(680px,calc(100% - 36px));
}
.page {
  padding:34px 0 78px;
}
.site-header {
  position:sticky;
  top:0;
  z-index:1000;
  background:rgba(11,12,15,.92);
  border-bottom:1px solid rgba(183,154,91,.16);
  backdrop-filter:blur(16px);
  -webkit-backdrop-filter:blur(16px);
}
.header-inner {
  display:flex;
  justify-content:space-between;
  gap:22px;
  min-height:68px;
  padding:10px 0;
  align-items:center;
}
.brand {
  display:inline-flex;
  align-items:center;
  gap:10px;
  color:var(--text-strong);
  font-weight:900;
  text-decoration:none;
  white-space:nowrap;
}
.site-header nav {
  display:flex;
  align-items:center;
  gap:3px;
  flex-wrap:nowrap;
  overflow-x:auto;
  scrollbar-width:none;
}
.site-header nav::-webkit-scrollbar,.context-nav-inner::-webkit-scrollbar {
  display:none;
}
.site-header nav a,.site-header .link-button {
  display:inline-flex;
  align-items:center;
  min-height:36px;
  padding:7px 10px;
  border-radius:7px;
  color:var(--muted);
  font-weight:700;
  text-decoration:none;
  white-space:nowrap;
  border:1px solid transparent;
}
.site-header nav a:hover,.site-header .link-button:hover {
  color:var(--text-strong);
  background:var(--accent-soft);
  border-color:rgba(183,154,91,.18);
}
.menu-toggle {
  display:none;
  align-items:center;
  justify-content:center;
  min-width:72px;
  min-height:38px;
  border:1px solid var(--border-strong);
  border-radius:8px;
  background:var(--panel);
  color:var(--text);
  font-weight:700;
  cursor:pointer;
}
.context-nav {
  position:sticky;
  z-index:930;
  background:rgba(15,17,21,.96);
  border-bottom:1px solid var(--border);
  backdrop-filter:blur(12px);
  top:68px;
}
.context-nav-inner {
  width:min(1180px,calc(100% - 36px));
  margin-inline:auto;
  display:flex;
  align-items:center;
  gap:3px;
  overflow-x:auto;
  scrollbar-width:none;
  padding:8px 0;
}
.context-nav a,.context-nav .link-button {
  display:inline-flex;
  align-items:center;
  min-height:34px;
  padding:6px 9px;
  border-radius:7px;
  border:1px solid transparent;
  color:var(--muted);
  font-weight:700;
  text-decoration:none;
  white-space:nowrap;
  background:transparent;
}
.context-nav a:hover,.context-nav a.is-current,.context-nav .link-button:hover {
  color:var(--text-strong);
  background:var(--accent-soft);
  border-color:rgba(183,154,91,.18);
}
.app-admin.ui-enhanced .site-header nav,.app-member.ui-enhanced .site-header nav {
  display:none;
}
.app-admin .site-header {
  border-top:2px solid #765f34;
}
.app-member .site-header {
  border-top:2px solid #4b463a;
}
.hero {
  max-width:none;
  margin:8px 0 26px;
  padding:32px;
  border:1px solid var(--border);
  border-radius:var(--radius);
  background:linear-gradient(115deg,rgba(183,154,91,.09),rgba(255,255,255,.015) 48%,rgba(183,154,91,.03)),
  var(--panel);
  box-shadow:var(--shadow-soft);
}
.hero h1 {
  margin:4px 0 10px;
}
.hero p {
  max-width:780px;
  margin:0;
  color:#c5beb3;
}
.eyebrow {
  color:var(--accent-strong);
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.12em;
  margin:0 0 10px;
  display:block;
}
.eyebrow::before {
  content:"";
  display:inline-block;
  width:18px;
  height:1px;
  background:var(--accent);
  vertical-align:middle;
  margin-right:8px;
}
.lead {
  font-size:13px;
  color:#c7c0b6;
  max-width:800px;
  font-weight:300;
}
.card {
  border:1px solid var(--border);
  background:linear-gradient(180deg,rgba(255,255,255,.018),transparent 40%),var(--panel);
  border-radius:var(--radius);
  padding:20px;
  box-shadow:0 1px 0 rgba(255,255,255,.018);
  transition:border-color .18s ease,background .18s ease,transform .18s ease;
}
.card:hover {
  border-color:rgba(183,154,91,.35);
  background:linear-gradient(180deg,rgba(183,154,91,.04),transparent 48%),var(--panel);
}
.grid {
  gap:14px;
  margin:20px 0;
}
.stats .card {
  min-height:108px;
  justify-content:space-between;
}
.stats .card strong {
  font-size:13px;
  font-weight:900;
  color:var(--accent-strong);
}
.stats .card span {
  font-size:13px;
  font-weight:300;
  color:var(--muted);
}
.plan-price,.plan-name,.event-date strong,.health-list li span,.secret-box code {
  font-size:13px;
}
.plan-price {
  font-weight:900;
  color:var(--accent-strong);
}
.plan-name {
  font-weight:700;
}
.form {
  gap:14px;
}
.form label,.filters label {
  font-weight:400;
  color:#d8d1c7;
}
input,select,textarea {
  width:100%;
  padding:11px 12px;
  border-radius:8px;
  border:1px solid var(--border-strong);
  background:#0d0f12;
  color:var(--text);
  font-weight:300;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.015);
}
input::placeholder,textarea::placeholder {
  color:#716b63;
}
input:focus,select:focus,textarea:focus {
  outline:none;
  border-color:var(--accent);
  box-shadow:0 0 0 3px rgba(183,154,91,.11);
}
input[type="checkbox"],input[type="radio"] {
  accent-color:var(--accent);
  inline-size:16px;
  block-size:16px;
  min-inline-size:16px;
  min-block-size:16px;
  max-inline-size:16px;
  max-block-size:16px;
  flex:0 0 16px;
  padding:0;
  margin:0;
  vertical-align:middle;
}
label {
  min-inline-size:0;
  max-inline-size:100%;
}
label>span,
label>a {
  min-inline-size:0;
  max-inline-size:100%;
}
img,video,canvas,iframe,svg {
  max-inline-size:100%;
}
fieldset {
  border-color:var(--border);
  background:rgba(255,255,255,.01);
}
legend {
  color:var(--muted);
}
.button,.btn {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  width:auto;
  border:1px solid var(--accent);
  background:var(--accent);
  color:#14110b;
  border-radius:8px;
  padding:9px 14px;
  font-weight:900;
  text-decoration:none;
  cursor:pointer;
  line-height:1.45;
  transition:background .16s ease,border-color .16s ease,color .16s ease,transform .16s ease;
}
.button:hover,.btn:hover {
  background:var(--accent-strong);
  border-color:var(--accent-strong);
  color:#111;
  transform:translateY(-1px);
}
.button-secondary,.btn-light {
  background:transparent;
  color:var(--text);
  border-color:var(--border-strong);
}
.button-secondary:hover,.btn-light:hover {
  background:var(--panel-3);
  color:var(--text-strong);
  border-color:#555861;
}
.button-danger,.danger {
  background:#3a2022;
  color:#f0d9d9;
  border-color:#754249;
}
.button-danger:hover,.danger:hover {
  background:#4a272a;
  color:#fff;
  border-color:#92525a;
}
.button.small {
  font-size:13px;
  padding:6px 9px;
}
.actions {
  gap:8px;
  margin-top:20px;
}
.link-button {
  font-weight:700;
}
.alert {
  border:1px solid var(--border);
  border-radius:9px;
  padding:13px 15px;
  margin:14px 0;
  background:var(--panel);
}
.alert-success {
  border-color:#365640;
  background:var(--success-bg);
}
.alert-warning {
  border-color:#6b582d;
  background:var(--warning-bg);
}
.alert-error {
  border-color:#6c383d;
  background:var(--danger-bg);
}
.status {
  font-size:13px;
  border-color:var(--border-strong);
  font-weight:700;
  padding:4px 8px;
}
.status-confirmed,.status-active {
  border-color:#496b51;
  color:#b8d8bf;
}
.status-pending {
  border-color:#7b6738;
  color:#e0c77f;
}
.status-rejected,.status-suspended {
  border-color:#744047;
  color:#e0a4aa;
}
.tabs {
  gap:6px;
}
.tabs a {
  font-size:13px;
  border-radius:7px;
  padding:6px 9px;
}
.tabs a.active {
  background:var(--accent-soft);
  border-color:rgba(183,154,91,.42);
  color:var(--text-strong);
}
.locked {
  opacity:.48;
  filter:saturate(.7);
}
.table-wrap {
  border-color:var(--border);
  border-radius:var(--radius);
  background:var(--panel);
  box-shadow:var(--shadow-soft);
}
table {
  background:transparent;
}
th,td {
  padding:11px 12px;
  border-bottom-color:var(--border);
  font-size:13px;
}
th {
  position:sticky;
  top:0;
  background:#15171c;
  color:#c9c1b6;
  font-weight:700;
  z-index:2;
}
tbody tr:hover {
  background:rgba(183,154,91,.035);
}
.article-page {
  width:min(900px,calc(100% - 36px));
  padding:34px 0 82px;
}
.prose,.compact-prose,.certificate-text,.certificate-note {
  font-family:var(--font);
  font-size:13px;
  font-weight:300;
  line-height:1.9;
  color:#d4cdc2;
}
.prose h1,.prose h2,.prose h3,.prose h4 {
  font-size:13px;
  margin-top:28px;
}
.prose h1 {
  font-weight:900;
}
.content-list,.course-grid,.event-grid,.notification-list {
  gap:14px;
}
.content-card h2,.course-card-top h2,.notification-head h2,.course-module h3,.module-admin-head h3 {
  font-size:13px;
}
.module-number,.lesson-time,.lesson-meta-bar,.content-meta {
  font-size:13px;
  font-weight:300;
}
.lesson-row {
  border-bottom-color:var(--border);
  border-radius:6px;
  padding:11px 7px;
}
.lesson-row:hover {
  background:rgba(183,154,91,.05);
}
.progress-track {
  height:7px;
  background:#0a0b0e;
  border-color:var(--border);
}
.progress-track>span {
  background:linear-gradient(90deg,#92763e,var(--accent-strong));
}
.notification-unread {
  border-color:rgba(183,154,91,.55);
  box-shadow:inset 3px 0 0 var(--accent);
}
.event-date {
  border-color:var(--border-strong);
  background:#0f1115;
}
.event-date strong {
  font-weight:900;
  color:var(--accent-strong);
}
.secret-box,.recovery-code-grid code {
  background:#0d0f12;
  border-color:var(--border-strong);
}
code {
  font-family:var(--font);
  font-size:13px;
  background:#202229;
  color:#eadcb8;
  border-radius:4px;
  padding:2px 5px;
}
.home-page {
  padding-top:24px;
}
.home-hero {
  display:grid;
  grid-template-columns:minmax(0,1.25fr) minmax(280px,.75fr);
  gap:26px;
  align-items:stretch;
}
.home-hero-copy {
  display:flex;
  flex-direction:column;
  justify-content:center;
  min-height:310px;
}
.home-hero-aside {
  display:grid;
  gap:10px;
}
.home-fact {
  border:1px solid var(--border);
  border-radius:10px;
  background:rgba(0,0,0,.16);
  padding:15px;
}
.home-fact strong {
  display:block;
  font-weight:900;
  color:var(--accent-strong);
  margin-bottom:4px;
}
.section-block {
  margin:38px 0;
}
.section-heading {
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:18px;
  padding-bottom:12px;
  margin-bottom:14px;
  border-bottom:1px solid var(--border);
}
.section-heading h2 {
  margin:0;
}
.section-heading p {
  margin:0;
  color:var(--muted);
  max-width:680px;
}
.feature-card {
  min-height:178px;
  display:flex;
  flex-direction:column;
}
.feature-card .feature-number {
  display:block;
  color:var(--accent);
  font-weight:900;
  margin-bottom:20px;
}
.feature-card p {
  color:var(--muted);
  margin-bottom:18px;
}
.feature-card a {
  margin-top:auto;
  font-weight:700;
  text-decoration:none;
}
.membership-panel {
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:24px;
  align-items:center;
  border:1px solid rgba(183,154,91,.28);
  border-radius:var(--radius);
  padding:24px;
  background:linear-gradient(100deg,rgba(183,154,91,.09),rgba(255,255,255,.012)),var(--panel);
}
.membership-panel p {
  color:#c6beb4;
  margin:4px 0 0;
}
.app-footer {
  border-top:1px solid var(--border);
  background:#090a0c;
  margin-top:42px;
  padding:28px 0 74px;
  color:var(--muted);
  font-size:13px;
}
.app-footer-inner {
  width:min(1180px,calc(100% - 36px));
  margin-inline:auto;
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:24px;
  flex-wrap:wrap;
}
.app-footer-brand {
  max-width:520px;
}
.app-footer-brand strong {
  display:block;
  margin-bottom:5px;
}
.app-footer-links {
  display:flex;
  gap:12px;
  flex-wrap:wrap;
}
.app-footer a {
  color:var(--muted);
  font-weight:400;
  text-decoration:none;
}
.app-footer a:hover {
  color:var(--accent-strong);
}
.back-top {
  position:fixed;
  right:16px;
  bottom:16px;
  z-index:840;
  display:none;
  align-items:center;
  gap:6px;
  border:1px solid var(--border-strong);
  border-radius:999px;
  background:rgba(19,21,26,.94);
  color:var(--text);
  padding:8px 11px;
  font:700 13px/1.3 var(--font);
  box-shadow:var(--shadow-soft);
  cursor:pointer;
  backdrop-filter:blur(10px);
}
.back-top.is-visible {
  display:inline-flex;
}
.back-top:hover {
  border-color:var(--accent);
  color:var(--accent-strong);
}
.igreja-consent-box {
  position:fixed;
  left:16px;
  right:16px;
  bottom:16px;
  z-index:2200;
  display:none;
  background:#101217;
  color:#d6d0c7;
  border:1px solid #3a3d45;
  border-radius:12px;
  padding:15px 17px;
  box-shadow:0 22px 64px rgba(0,0,0,.4);
}
.igreja-consent-box.is-visible {
  display:block;
}
.igreja-consent-inner {
  max-width:1180px;
  margin:auto;
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:center;
  gap:12px 20px;
}
.igreja-consent-copy {
  font-weight:300;
  max-width:760px;
}
.igreja-consent-copy strong {
  display:block;
  font-weight:900;
  color:#fff;
  margin-bottom:3px;
}
.igreja-consent-actions {
  display:flex;
  gap:7px;
  flex-wrap:wrap;
  justify-content:flex-end;
}
.igreja-consent-actions .button,.igreja-consent-preferences .button {
  padding:7px 10px;
}
.igreja-consent-preferences {
  grid-column:1/-1;
  border-top:1px solid var(--border);
  padding-top:12px;
  display:flex;
  align-items:center;
  gap:17px;
  flex-wrap:wrap;
}
.igreja-consent-preferences[hidden] {
  display:none;
}
.igreja-consent-preferences label {
  display:inline-flex;
  align-items:center;
  gap:7px;
  cursor:pointer;
}
.igreja-consent-manage {
  position:fixed;
  left:16px;
  bottom:16px;
  z-index:850;
  display:none;
  border:1px solid var(--border-strong);
  border-radius:999px;
  background:rgba(19,21,26,.95);
  color:var(--text);
  padding:8px 11px;
  font:700 13px/1.3 var(--font);
  box-shadow:var(--shadow-soft);
  cursor:pointer;
}
.igreja-consent-manage.is-visible {
  display:inline-flex;
  align-items:center;
  gap:6px;
}
body.consent-pending .back-top {
  bottom:88px;
}
.igreja-modal-overlay {
  position:fixed;
  inset:0;
  z-index:1900;
  display:none;
  align-items:center;
  justify-content:center;
  padding:18px;
  background:rgba(5,6,8,.74);
  backdrop-filter:blur(5px);
}
.igreja-modal-overlay.open {
  display:flex;
}
.igreja-modal {
  width:min(480px,100%);
  position:relative;
  border:1px solid var(--border-strong);
  border-radius:14px;
  background:linear-gradient(145deg,rgba(183,154,91,.06),transparent 38%),var(--panel);
  padding:27px;
  box-shadow:0 28px 90px rgba(0,0,0,.48);
}
.igreja-modal h2 {
  margin:5px 0 8px;
  font-weight:900;
}
.igreja-modal p {
  color:#c4bdb3;
  margin:0;
}
.igreja-modal-close {
  position:absolute;
  right:11px;
  top:10px;
  width:34px;
  height:34px;
  border:0;
  background:transparent;
  color:var(--muted);
  font:700 13px/1 var(--font);
  cursor:pointer;
  border-radius:7px;
}
.igreja-modal-close:hover {
  background:var(--panel-3);
  color:#fff;
}
.igreja-modal-actions {
  display:flex;
  gap:8px;
  flex-wrap:wrap;
  margin-top:20px;
}
.certificate-body {
  font-family:var(--font);
  font-size:13px;
  background:#e9e4db;
  color:#171717;
}
.certificate-frame h1,.certificate-frame h2,.certificate-name,.certificate-kicker,.certificate-data span {
  font-family:var(--font);
  font-size:13px;
}
.certificate-frame h1,.certificate-name {
  font-weight:900;
}
.certificate-frame h2 {
  font-weight:700;
}
.certificate-kicker,.certificate-data span {
  font-weight:400;
}
.certificate-text,.certificate-note {
  font-family:var(--font);
  font-size:13px;
  color:#333;
}
* {
  scrollbar-width:thin;
  scrollbar-color:#444851 #111318;
}
*::-webkit-scrollbar {
  width:8px;
  height:8px;
}
*::-webkit-scrollbar-track {
  background:#111318;
}
*::-webkit-scrollbar-thumb {
  background:#3b3f47;
  border-radius:999px;
}
*::-webkit-scrollbar-thumb:hover {
  background:#555a64;
}
@media (max-width:900px) {
  .container,.article-page,.narrow {
    width:min(100% - 24px,1180px);
  }
  .header-inner {
    min-height:68px;
    padding:14px 0;
    align-items:center;
    flex-direction:row;
  }
  .menu-toggle {
    display:inline-flex;
  }

  .app-public .site-header nav {
    position:absolute;
    left:12px;
    right:12px;
    top:calc(100% + 7px);
    display:none;
    flex-direction:column;
    align-items:stretch;
    max-height:min(70vh,540px);
    overflow:auto;
    padding:9px;
    background:#111318;
    border:1px solid var(--border-strong);
    border-radius:10px;
    box-shadow:var(--shadow);
  }
  .app-public .site-header nav.open {
    display:flex;
  }
  .app-public .site-header nav a,.app-public .site-header nav .link-button {
    width:100%;
    justify-content:flex-start;
  }
  .app-public .site-header nav form.inline {
    width:100%;
  }
  .context-nav {
    top:68px;
  }
  .context-nav-inner {
    width:calc(100% - 24px);
  }
  .home-hero {
    grid-template-columns:1fr;
  }
  .home-hero-copy {
    min-height:0;
  }
  .membership-panel {
    grid-template-columns:1fr;
  }
}
@media (max-width:680px) {
  .page {
    padding:24px 0 64px;
  }
  .hero {
    padding:22px;
  }
  .card {
    padding:17px;
  }
  .grid,.course-grid {
    grid-template-columns:1fr;
  }
  .section-heading {
    align-items:flex-start;
    flex-direction:column;
    gap:5px;
  }
  .membership-panel {
    padding:19px;
  }
  .context-nav-inner {
    padding:7px 0;
  }
  .igreja-consent-box {
    left:8px;
    right:8px;
    bottom:8px;
    padding:13px;
  }
  .igreja-consent-inner {
    grid-template-columns:1fr;
    align-items:start;
  }
  .igreja-consent-actions {
    justify-content:stretch;
    width:100%;
  }
  .igreja-consent-actions .button {
    flex:1;
    min-width:120px;
  }
  .igreja-consent-preferences {
    grid-column:1;
    align-items:flex-start;
    flex-direction:column;
    gap:9px;
    width:100%;
  }
  .igreja-consent-preferences .button {
    width:100%;
  }
  .igreja-consent-manage {
    left:10px;
    bottom:10px;
  }
  .back-top {
    right:10px;
    bottom:10px;
  }
  .igreja-modal {
    padding:22px;
  }
  .igreja-modal-actions {
    display:grid;
  }
  .igreja-modal-actions .button {
    width:100%;
  }
  .app-footer {
    padding-bottom:70px;
  }
}
@media (prefers-reduced-motion:reduce) {
  html {
    scroll-behavior:auto;
  }
  .card,.button,.btn {
    transition:none;
  }
}
@media print {
  .site-header,.context-nav,.app-footer,.back-top,.igreja-consent-box,.igreja-consent-manage,.igreja-modal-overlay {
    display:none !important;
  }
  body {
    background:#fff;
    color:#111;
  }
}
body {
  font-weight:300;
}
h1 {
  font-weight:900;
}
h2,h3,h4,h5,h6 {
  font-weight:700;
}
p,li,dd,blockquote {
  font-weight:300;
}
label,dt,legend,input,select,textarea {
  font-weight:400;
}
button,.brand,.site-header nav a,.context-nav a,.link-button,strong,b {
  font-weight:700;
}
html {
  min-height:100%;
}
body:not(.certificate-body) {
  display:flex;
  flex-direction:column;
  min-height:100dvh;
}
body:not(.certificate-body)>main {
  flex:1 0 auto;
}
body:not(.certificate-body)>.app-footer {
  margin-top:auto;
}
.context-nav-collapsible {
  padding:8px 0;
  overflow:visible;
  top:68px;
}
.context-nav-shell {
  position:relative;
  width:min(1180px,calc(100% - 36px));
  margin-inline:auto;
  display:flex;
  justify-content:flex-end;
}
.context-menu-toggle {
  width:min(360px,100%);
  min-height:44px;
  display:grid;
  grid-template-columns:24px minmax(0,1fr) 18px;
  align-items:center;
  gap:10px;
  padding:7px 11px;
  border:1px solid var(--border-strong);
  border-radius:9px;
  background:var(--panel);
  color:var(--text);
  cursor:pointer;
  text-align:left;
  box-shadow:var(--shadow-soft);
}
.context-menu-toggle:hover,.context-menu-toggle:focus-visible {
  border-color:rgba(183,154,91,.62);
  background:var(--panel-2);
  outline:none;
}
.context-menu-icon {
  display:grid;
  gap:4px;
  width:20px;
}
.context-menu-icon span {
  display:block;
  width:20px;
  height:1px;
  background:var(--accent-strong);
  transition:transform .18s ease,opacity .18s ease;
}
.context-menu-copy {
  display:grid;
  min-width:0;
  line-height:1.35;
}
.context-menu-copy strong {
  font-weight:700;
  color:var(--text-strong);
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.context-menu-copy small {
  font-weight:300;
  color:var(--muted);
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.context-menu-chevron {
  justify-self:end;
  color:var(--muted);
  font-weight:700;
  transition:transform .18s ease;
}
.context-nav.is-open .context-menu-chevron {
  transform:rotate(180deg);
}
.context-nav.is-open .context-menu-icon span:nth-child(1) {
  transform:translateY(5px) rotate(45deg);
}
.context-nav.is-open .context-menu-icon span:nth-child(2) {
  opacity:0;
}
.context-nav.is-open .context-menu-icon span:nth-child(3) {
  transform:translateY(-5px) rotate(-45deg);
}
.context-nav-panel {
  position:absolute;
  z-index:1200;
  right:0;
  top:calc(100% + 8px);
  display:none;
  width:min(760px,calc(100vw - 36px));
  max-height:calc(100dvh - 145px);
  overflow:auto;
  padding:10px;
  border:1px solid var(--border-strong);
  border-radius:11px;
  background:rgba(15,17,21,.985);
  box-shadow:0 24px 70px rgba(0,0,0,.48);
  backdrop-filter:blur(16px);
  -webkit-backdrop-filter:blur(16px);
}
.context-nav.is-open .context-nav-panel {
  display:block;
}
.context-nav-collapsible .context-nav-inner {
  width:100%;
  margin:0;
  padding:0;
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:6px;
  overflow:visible;
}
.context-nav-collapsible .context-nav-inner>a,.context-nav-collapsible .context-nav-inner>.context-nav-logout {
  width:100%;
  margin:0;
}
.context-nav-collapsible .context-nav-inner>a {
  min-height:42px;
  padding:9px 11px;
  border:1px solid var(--border);
  background:rgba(255,255,255,.012);
  white-space:normal;
}
.context-nav-collapsible .context-nav-inner>a:hover,.context-nav-collapsible .context-nav-inner>a.is-current {
  background:var(--accent-soft);
  border-color:rgba(183,154,91,.35);
}
.context-nav-logout {
  grid-column:1/-1;
  border-top:1px solid var(--border);
  padding-top:8px !important;
  margin-top:3px !important;
  display:block !important;
}
.context-nav-logout .link-button {
  width:100%;
  min-height:42px;
  justify-content:flex-start;
  padding:9px 11px !important;
  border:1px solid var(--border) !important;
  border-radius:7px !important;
  background:rgba(255,255,255,.012) !important;
  color:var(--muted) !important;
}
.context-nav-logout .link-button:hover {
  color:var(--text-strong) !important;
  background:var(--accent-soft) !important;
  border-color:rgba(183,154,91,.35) !important;
}
@media (max-width:900px) {
  .context-nav-collapsible {
    top:68px;
  }
  .context-nav-shell {
    width:calc(100% - 24px);
  }
  .context-menu-toggle {
    width:100%;
  }
  .context-nav-panel {
    left:0;
    right:0;
    width:100%;
    max-height:calc(100dvh - 132px);
  }
}
@media (max-width:680px) {
  .actions {
    display:grid !important;
    grid-template-columns:1fr;
    width:100%;
    gap:8px;
  }
  .actions>.button,.actions>.btn,.actions>a.button,.actions>a.btn,.actions>button,.actions>form {
    width:100% !important;
    max-width:none;
  }
  .actions>form .button,.actions>form .btn {
    width:100% !important;
  }
  .page-title-row>.button,.page-title-row>.btn {
    width:100% !important;
  }
  .membership-panel>.button,.membership-panel>.btn {
    width:100% !important;
  }
  .context-nav-collapsible .context-nav-inner {
    grid-template-columns:1fr;
  }
  .context-nav-logout {
    grid-column:1;
  }
}
html,body {
  min-height:100%;
}
body.app-admin.ui-enhanced .site-header nav,
body.app-member.ui-enhanced .site-header nav {
  display:none !important;
}
body.app-admin.ui-enhanced .header-inner,
body.app-member.ui-enhanced .header-inner {
  overflow:visible;
}
body.app-admin.ui-enhanced .context-nav,
body.app-member.ui-enhanced .context-nav {
  overflow:visible;
}
body.app-admin.ui-enhanced .context-nav-shell,
body.app-member.ui-enhanced .context-nav-shell {
  width:min(1180px,calc(100% - 36px));
  margin-inline:auto;
}
body.app-admin.ui-enhanced .context-menu-toggle,
body.app-member.ui-enhanced .context-menu-toggle {
  display:grid !important;
}
@media (max-width:680px) {
  body.app-admin .page .actions,
  body.app-member .page .actions,
  body.app-public .page .actions {
    display:grid !important;
    grid-template-columns:minmax(0,1fr) !important;
    width:100% !important;
  }
  body.app-admin .page .actions > *,
  body.app-member .page .actions > *,
  body.app-public .page .actions > * {
    width:100% !important;
    max-width:none !important;
    box-sizing:border-box;
  }
  body.app-admin .page .actions > form > .button,
  body.app-member .page .actions > form > .button,
  body.app-public .page .actions > form > .button {
    width:100% !important;
  }
}
*,*::before,*::after {
  box-sizing:border-box;
}
main,section,article,aside,div,nav,header,footer,form,fieldset,label,.container,.card,.grid,.split,.form-row,.page-title-row {
  min-width:0;
  max-width:100%;
}
img,svg,video,canvas,picture {
  display:block;
  max-width:100%;
  height:auto;
}
iframe {
  display:block;
  width:100%;
  max-width:100%;
  border:0;
}
pre,code,.secret-box,.recovery-code-grid {
  max-width:100%;
  overflow-wrap:anywhere;
  word-break:break-word;
  white-space:pre-wrap;
}
input,select,textarea,button {
  max-width:100%;
  min-width:0;
}
a {
  overflow-wrap:anywhere;
}
.site-header nav {
  max-width:100%;
  overflow:visible;
}
.table-wrap {
  width:100%;
}
.featured-media {
  width:100%;
  box-shadow:var(--shadow-soft);
}
.featured-media img {
  width:100%;
  height:100%;
}
.admin-image-preview {
  border:1px solid var(--border);
  border-radius:9px;
  overflow:hidden;
  background:#090a0c;
}
.admin-image-preview img {
  width:100%;
  height:100%;
}
.featured-image-admin form+form {
  margin-top:9px;
}
.card-cover-link,.event-card-cover-link {
  display:block;
  margin:-20px -20px 15px;
  text-decoration:none;
  overflow:hidden;
  border-radius:var(--radius) var(--radius) 0 0;
  background:#090a0c;
}
.card-cover {
  width:100%;
  object-fit:cover;
  transition:transform .25s ease,opacity .25s ease;
}
.card-cover-link:hover .card-cover {
  transform:scale(1.012);
  opacity:.94;
}
.course-card,.content-card {
  overflow:hidden;
}
.event-card:has(.event-card-cover-link) {
  display:grid;
  align-items:start;
}
.article-page.has-sidebar {
  width:min(1180px,calc(100% - 36px));
}
.article-layout {
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(230px,285px);
  gap:28px;
  align-items:start;
}
.article-main {
  min-width:0;
}
.article-sidebar {
  display:grid;
  gap:12px;
  position:sticky;
  top:92px;
  min-width:0;
}
.article-sidebar .card {
  padding:17px;
}
.article-sidebar h2 {
  margin-top:0;
}
.sidebar-links {
  display:grid;
  gap:0;
}
.sidebar-links a {
  display:grid;
  gap:2px;
  padding:10px 0;
  border-bottom:1px solid var(--border);
  text-decoration:none;
  color:var(--text);
}
.sidebar-links a:last-child {
  border-bottom:0;
}
.sidebar-links a:hover span {
  color:var(--accent-strong);
}
.sidebar-links small {
  color:var(--muted);
}
.sidebar-actions .actions {
  margin-top:10px;
}
table.responsive-table {
  border-collapse:collapse;
}
table.responsive-table th,table.responsive-table td {
  min-width:0;
  max-width:100%;
  white-space:normal;
  overflow-wrap:anywhere;
  word-break:break-word;
  vertical-align:top;
}
table.responsive-table td>* {
  max-width:100%;
}
table.responsive-table td form.inline,table.responsive-table td .actions-row {
  display:flex;
  flex-wrap:wrap;
  gap:6px;
  align-items:center;
}
table.responsive-table td select {
  width:auto;
  max-width:100%;
}
@media (max-width:900px) {
  .article-page.has-sidebar {
    width:min(100% - 24px,1180px);
  }
  .article-layout {
    grid-template-columns:1fr;
    gap:18px;
  }
  .article-sidebar {
    position:static;
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .article-sidebar .sidebar-related {
    grid-column:1/-1;
  }
}
@media (max-width:760px) {
  .article-sidebar {
    grid-template-columns:1fr;
  }
  .article-sidebar .sidebar-related {
    grid-column:auto;
  }
  .featured-media {
    aspect-ratio:16/10;
    margin:17px 0 22px;
  }
  .card-cover-link,.event-card-cover-link {
    margin:-17px -17px 14px;
  }
  .event-card:has(.event-card-cover-link) {
    grid-template-columns:auto minmax(0,1fr);
  }
  .table-wrap {
    border:0 !important;
    background:transparent !important;
    box-shadow:none !important;
  }
  table.responsive-table,table.responsive-table tbody,table.responsive-table tr,table.responsive-table td {
    display:block;
    width:100%;
    max-width:100%;
  }
  table.responsive-table thead {
    position:absolute !important;
    width:1px !important;
    height:1px !important;
    padding:0 !important;
    margin:-1px !important;
    overflow:hidden !important;
    clip:rect(0,0,0,0) !important;
    white-space:nowrap !important;
    border:0 !important;
  }
  table.responsive-table tbody {
    display:grid;
    gap:10px;
  }
  table.responsive-table tbody tr {
    padding:12px 14px;
    border:1px solid var(--border);
    border-radius:var(--radius);
    background:var(--panel);
    box-shadow:var(--shadow-soft);
  }
  table.responsive-table tbody tr:hover {
    background:var(--panel);
  }
  table.responsive-table td {
    display:grid;
    grid-template-columns:minmax(92px,32%) minmax(0,1fr);
    gap:10px;
    padding:8px 0;
    border:0;
    border-bottom:1px solid var(--border);
    align-items:start;
  }
  table.responsive-table td:last-child {
    border-bottom:0;
  }
  table.responsive-table td::before {
    content:attr(data-label);
    font-weight:700;
    color:var(--muted);
    overflow-wrap:anywhere;
  }
  table.responsive-table td[colspan] {
    display:block;
    padding:4px 0;
  }
  table.responsive-table td[colspan]::before {
    display:none;
  }
  table.responsive-table td form.inline,table.responsive-table td .actions-row {
    display:grid;
    grid-template-columns:1fr;
    width:100%;
  }
  table.responsive-table td form.inline select,table.responsive-table td form.inline button,table.responsive-table td .button,table.responsive-table td .btn {
    width:100% !important;
    max-width:100% !important;
  }
}
@media (max-width:480px) {
  .featured-media,.admin-image-preview {
    aspect-ratio:4/3;
  }
  .event-card {
    grid-template-columns:1fr !important;
  }
  .event-card .event-date {
    justify-self:start;
  }
  table.responsive-table td {
    grid-template-columns:1fr;
    gap:3px;
  }
}
table {
  width:100%;
  max-width:100%;
  table-layout:fixed;
}
th,td {
  min-width:0;
  max-width:100%;
  white-space:normal;
  overflow-wrap:anywhere;
  word-break:break-word;
}
html,body {
  width:100%;
  max-width:100%;
  overflow-x:clip !important;
}
@supports not (overflow:clip) {
  html,body {
    overflow-x:hidden !important;
  }
}
.app-admin .split {
  grid-template-columns:minmax(0,1fr) minmax(330px,420px);
  gap:22px;
}
.app-admin .split>*,.app-admin .content-editor>* {
  min-width:0;
  width:100%;
  max-width:100%;
}
@media (max-width:1280px) {
  .app-admin .split,.app-admin .content-editor {
    grid-template-columns:minmax(0,1fr) !important;
  }
  .app-admin .split>section,.app-admin .split>aside,.app-admin .content-editor>section,.app-admin .content-editor>aside {
    width:100%;
    max-width:100%;
  }
}
.table-wrap {
  max-width:100%;
}
table.responsive-table {
  width:100%;
  max-width:100%;
  table-layout:auto !important;
}
@media (min-width:761px) {
  table.responsive-table:not(.is-card-table) th,
  table.responsive-table:not(.is-card-table) td {
    white-space:nowrap !important;
    word-break:normal !important;
    overflow-wrap:normal !important;
    overflow:hidden;
    text-overflow:ellipsis;
  }
  table.responsive-table:not(.is-card-table) td small,
  table.responsive-table:not(.is-card-table) td .table-sub {
    display:block;
    max-width:100%;
    white-space:nowrap !important;
    overflow:hidden;
    text-overflow:ellipsis;
  }
  table.responsive-table:not(.is-card-table) td:last-child,
  table.responsive-table:not(.is-card-table) th:last-child {
    width:1%;
    white-space:nowrap !important;
  }
}
table.responsive-table.is-card-table,
table.responsive-table.is-card-table tbody,
table.responsive-table.is-card-table tr,
table.responsive-table.is-card-table td {
  display:block;
  width:100%;
  max-width:100%;
}
table.responsive-table.is-card-table thead {
  position:absolute !important;
  width:1px !important;
  height:1px !important;
  padding:0 !important;
  margin:-1px !important;
  overflow:hidden !important;
  clip:rect(0,0,0,0) !important;
  white-space:nowrap !important;
  border:0 !important;
}
table.responsive-table.is-card-table tbody {
  display:grid;
  gap:10px;
}
table.responsive-table.is-card-table tbody tr {
  padding:12px 14px;
  border:1px solid var(--border);
  border-radius:var(--radius);
  background:var(--panel);
  box-shadow:var(--shadow-soft);
}
table.responsive-table.is-card-table td {
  display:grid;
  grid-template-columns:minmax(112px,28%) minmax(0,1fr);
  gap:12px;
  padding:8px 0;
  border:0;
  border-bottom:1px solid var(--border);
  align-items:start;
  white-space:normal !important;
  overflow:visible;
  text-overflow:clip;
  word-break:normal !important;
  overflow-wrap:anywhere !important;
}
table.responsive-table.is-card-table td:last-child {
  border-bottom:0;
}
table.responsive-table.is-card-table td::before {
  content:attr(data-label);
  font-weight:700;
  color:var(--muted);
  overflow-wrap:anywhere;
}
table.responsive-table.is-card-table td[colspan] {
  display:block;
  padding:4px 0;
}
table.responsive-table.is-card-table td[colspan]::before {
  display:none;
}
table.responsive-table.is-card-table td small,table.responsive-table.is-card-table td .table-sub {
  white-space:normal !important;
  overflow:visible;
  text-overflow:clip;
  overflow-wrap:anywhere;
}
table.responsive-table.is-card-table td form.inline,
table.responsive-table.is-card-table td .actions-row,
table.responsive-table.is-card-table td .table-actions {
  display:grid;
  grid-template-columns:1fr;
  width:100%;
  gap:7px;
}
table.responsive-table.is-card-table td form.inline select,
table.responsive-table.is-card-table td form.inline button,
table.responsive-table.is-card-table td .button,
table.responsive-table.is-card-table td .btn,
table.responsive-table.is-card-table td .table-actions>* {
  width:100% !important;
  max-width:100% !important;
}
@media (max-width:480px) {
  table.responsive-table.is-card-table td {
    grid-template-columns:1fr;
    gap:3px;
  }
}
.table-actions {
  display:flex;
  align-items:center;
  justify-content:flex-start;
  gap:7px;
  flex-wrap:wrap;
  max-width:100%;
}
.table-actions form {
  margin:0;
  display:inline-flex;
  max-width:100%;
}
.table-actions .button {
  margin:0;
}
.danger-zone {
  margin-top:18px;
  border-color:#613b3b !important;
  background:rgba(83,28,28,.12) !important;
}
.danger-zone h2 {
  color:#e4c2c2;
}
.danger-zone p {
  color:var(--muted);
}
.delete-note {
  display:block;
  margin-top:5px;
  color:var(--muted);
}
.filters,.actions,.actions-row,.page-title-row {
  max-width:100%;
  min-width:0;
}
.filters>* {
  min-width:0;
  max-width:100%;
}
@media (max-width:900px) {
  .page-title-row {
    flex-wrap:wrap;
  }
  .page-title-row>.filters {
    width:100%;
  }
}
table,
table.responsive-table {
  min-width:0 !important;
  inline-size:100%;
  max-inline-size:100%;
}
.compact,
.actions-row select,
.filters select,
.filters input[type="month"] {
  min-width:0 !important;
}
fieldset {
  min-inline-size:0;
  max-inline-size:100%;
}
legend {
  max-inline-size:100%;
}
input,select,textarea,button,.button,.btn {
  min-inline-size:0;
  max-inline-size:100%;
}
button,.button,.btn {
  inline-size:auto;
  white-space:normal;
  word-break:normal;
  overflow-wrap:normal;
  text-align:center;
}
form,form.inline,.actions,.actions-row,.table-actions,.filters,.page-title-row {
  min-inline-size:0;
  max-inline-size:100%;
}
.grid {
  grid-template-columns:repeat(auto-fit,minmax(min(100%,220px),1fr));
}
.course-grid {
  grid-template-columns:repeat(auto-fit,minmax(min(100%,300px),1fr));
}
.course-overview {
  grid-template-columns:repeat(auto-fit,minmax(min(100%,280px),1fr));
}
.event-details {
  grid-template-columns:repeat(auto-fit,minmax(min(100%,260px),1fr));
}
.account-grid {
  grid-template-columns:repeat(auto-fit,minmax(min(100%,320px),1fr));
}
.security-admin-grid {
  grid-template-columns:repeat(auto-fit,minmax(min(100%,340px),1fr));
}
.security-actions-grid {
  grid-template-columns:repeat(auto-fit,minmax(min(100%,300px),1fr));
}
.recovery-code-grid {
  grid-template-columns:repeat(auto-fit,minmax(min(100%,160px),1fr));
}
.course-card-top,
.module-admin-head,
.lesson-admin-row,
.file-row,
.notification-head,
.lesson-completion,
.certificate-actions,
.progress-line,
.health-list li {
  min-inline-size:0;
}
.course-card-top,
.module-admin-head,
.lesson-admin-row,
.file-row,
.notification-head,
.lesson-completion,
.certificate-actions,
.progress-line {
  flex-wrap:wrap;
}
.course-card-top>*,
.module-admin-head>*,
.lesson-admin-row>*,
.file-row>*,
.notification-head>*,
.lesson-completion>*,
.certificate-actions>*,
.progress-line>* {
  min-inline-size:0;
  max-inline-size:100%;
}
.actions,
.actions-row,
.table-actions {
  display:flex !important;
  flex-wrap:wrap;
  align-items:center;
  gap:8px;
  inline-size:auto !important;
  max-inline-size:100%;
}
.actions>* ,
.actions-row>* ,
.table-actions>* {
  min-inline-size:0 !important;
  max-inline-size:100% !important;
  inline-size:auto !important;
  flex:0 1 auto;
}
.actions>form,
.actions-row>form,
.table-actions>form {
  display:inline-flex;
  flex-wrap:wrap;
  align-items:center;
  gap:7px;
  inline-size:auto !important;
  max-inline-size:100%;
}
.actions>form>.button,
.actions>form>.btn,
.table-actions form>.button,
.table-actions form>.btn {
  inline-size:auto !important;
  max-inline-size:100% !important;
}
form.actions-row {
  display:flex !important;
  flex-wrap:wrap;
  align-items:center;
  inline-size:100% !important;
  max-inline-size:100%;
}
form.actions-row select {
  inline-size:auto !important;
  min-inline-size:0 !important;
  max-inline-size:100% !important;
  flex:1 1 9rem;
}
form.actions-row button,
form.actions-row .button {
  inline-size:auto !important;
  max-inline-size:100% !important;
  flex:0 1 auto;
}
.page-title-row>.button,
.page-title-row>.btn,
.membership-panel>.button,
.membership-panel>.btn {
  inline-size:auto !important;
  max-inline-size:100% !important;
}
.table-wrap {
  inline-size:100%;
  max-inline-size:100%;
  min-inline-size:0;
  overflow:hidden !important;
  contain:inline-size;
}
table.responsive-table:not(.is-card-table) {
  min-inline-size:0 !important;
  max-inline-size:100% !important;
}
@media (min-width:761px) {
  table.responsive-table:not(.is-card-table) th,
  table.responsive-table:not(.is-card-table) td {
    max-inline-size:100%;
    overflow:hidden !important;
  }
}
table.responsive-table.is-card-table,
table.responsive-table.is-card-table tbody,
table.responsive-table.is-card-table tr,
table.responsive-table.is-card-table td {
  min-inline-size:0 !important;
  inline-size:100% !important;
  max-inline-size:100% !important;
}
table.responsive-table.is-card-table tbody tr {
  overflow:hidden;
}
table.responsive-table.is-card-table td {
  min-inline-size:0 !important;
  max-inline-size:100% !important;
}
table.responsive-table.is-card-table td>* {
  min-inline-size:0 !important;
  max-inline-size:100% !important;
}
table.responsive-table.is-card-table td[data-label="Ação"],
table.responsive-table.is-card-table td[data-label="Ações"] {
  grid-template-columns:1fr !important;
  gap:6px !important;
}
table.responsive-table.is-card-table td[data-label="Ação"]::before,
table.responsive-table.is-card-table td[data-label="Ações"]::before {
  margin-bottom:2px;
}
table.responsive-table.is-card-table td .table-actions,
table.responsive-table.is-card-table td form.actions-row,
table.responsive-table.is-card-table td form.inline.actions-row {
  display:flex !important;
  flex-wrap:wrap !important;
  align-items:center;
  gap:7px;
  inline-size:100% !important;
  max-inline-size:100% !important;
}
table.responsive-table.is-card-table td .table-actions>*,
table.responsive-table.is-card-table td .table-actions>form,
table.responsive-table.is-card-table td form.actions-row>* {
  inline-size:auto !important;
  min-inline-size:0 !important;
  max-inline-size:100% !important;
  flex:0 1 auto;
}
table.responsive-table.is-card-table td form.actions-row select {
  flex:1 1 10rem;
  inline-size:auto !important;
}
table.responsive-table.is-card-table td form.actions-row button,
table.responsive-table.is-card-table td .table-actions .button,
table.responsive-table.is-card-table td .table-actions .btn,
table.responsive-table.is-card-table td .table-actions form .button,
table.responsive-table.is-card-table td .table-actions form .btn {
  inline-size:auto !important;
  max-inline-size:100% !important;
}
table.responsive-table.is-card-table td a,
table.responsive-table.is-card-table td strong,
table.responsive-table.is-card-table td span,
table.responsive-table.is-card-table td small,
table.responsive-table.is-card-table td code {
  max-inline-size:100%;
}
table.responsive-table.is-card-table td small,
table.responsive-table.is-card-table td .table-sub {
  overflow-wrap:anywhere;
}
.details {
  grid-template-columns:minmax(0,max-content) minmax(0,1fr);
}
@media (max-width:760px) {
  .details {
    grid-template-columns:1fr;
  }
}
.lesson-row {
  grid-template-columns:minmax(24px,30px) minmax(0,1fr) minmax(0,max-content);
}
.event-card {
  grid-template-columns:minmax(0,72px) minmax(0,1fr);
}
.health-list li {
  grid-template-columns:minmax(24px,28px) minmax(0,1fr) minmax(0,max-content);
}
@media (max-width:680px) {
  .actions,
  body.app-admin .page .actions,
  body.app-member .page .actions,
  body.app-public .page .actions {
    display:flex !important;
    flex-wrap:wrap !important;
    grid-template-columns:none !important;
    inline-size:auto !important;
    max-inline-size:100% !important;
  }
  .actions>*,
  body.app-admin .page .actions>*,
  body.app-member .page .actions>*,
  body.app-public .page .actions>* {
    inline-size:auto !important;
    max-inline-size:100% !important;
    flex:0 1 auto;
  }
  .actions>form>.button,
  .actions>form>.btn,
  body.app-admin .page .actions>form>.button,
  body.app-member .page .actions>form>.button,
  body.app-public .page .actions>form>.button {
    inline-size:auto !important;
    max-inline-size:100% !important;
  }
}
@media (max-width:420px) {
  table.responsive-table.is-card-table td {
    grid-template-columns:1fr !important;
    gap:3px !important;
  }
  table.responsive-table.is-card-table td form.actions-row {
    display:grid !important;
    grid-template-columns:minmax(0,1fr) auto !important;
    inline-size:100% !important;
  }
  table.responsive-table.is-card-table td form.actions-row select {
    inline-size:100% !important;
  }
  table.responsive-table.is-card-table td .table-actions {
    display:grid !important;
    grid-template-columns:repeat(auto-fit,minmax(min(100%,120px),1fr)) !important;
    inline-size:100% !important;
  }
  table.responsive-table.is-card-table td .table-actions>*,
  table.responsive-table.is-card-table td .table-actions>form {
    inline-size:100% !important;
    max-inline-size:100% !important;
  }
  table.responsive-table.is-card-table td .table-actions .button,
  table.responsive-table.is-card-table td .table-actions .btn,
  table.responsive-table.is-card-table td .table-actions form .button,
  table.responsive-table.is-card-table td .table-actions form .btn {
    inline-size:100% !important;
  }
  .lesson-row {
    grid-template-columns:28px minmax(0,1fr);
  }
  .lesson-time {
    grid-column:2;
  }
  .health-list li {
    grid-template-columns:24px minmax(0,1fr);
  }
  .health-list li em {
    grid-column:2;
  }
}
.container>* ,
.card>* ,
.grid>* ,
.split>* ,
.form-row>* ,
.page-title-row>* ,
.course-grid>* ,
.event-grid>* ,
.notification-list>* ,
.article-layout>* {
  min-inline-size:0;
  max-inline-size:100%;
}
.ui-controls-tight {
  flex-wrap:wrap !important;
  max-inline-size:100% !important;
}
.ui-controls-tight>* {
  min-inline-size:0 !important;
  max-inline-size:100% !important;
  flex:0 1 auto !important;
}
@media (max-width:420px) {
  .ui-controls-tight {
    align-items:stretch;
  }
  .ui-controls-tight>form {
    max-inline-size:100% !important;
  }
}
.app-footer-disclaimer {
  opacity:.82;
  max-width:72ch;
}
.app-footer-copyright {
  display:block;
  margin-top:.7rem;
  opacity:.66;
  font-weight:300;
}
.app-admin code,
.app-member code,
.app-public code {
  max-width:100%;
  overflow-wrap:anywhere;
}
#navigation .grid,
#footer .grid {
  align-items:end;
}
.brand-logo {
  display:block;
  width:auto;
  height:30px;
  max-width:138px;
  object-fit:contain;
  flex:0 0 auto;
}
.brand.has-logo {
  gap:9px;
}
.home-feature-grid {
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
  margin-top:20px;
}
.home-feature-grid .feature-card {
  min-width:0;
  display:flex;
  flex-direction:column;
}
.home-feature-grid .feature-card .feature-actions {
  margin-top:auto;
  padding-top:14px;
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  align-items:center;
}
.home-search-panel {
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:10px;
  align-items:end;
}
.home-search-panel label {
  min-width:0;
}
.home-search-panel input {
  width:100%;
}
.secretary-preview {
  display:grid;
  grid-template-columns:minmax(0,1.35fr) minmax(260px,.65fr);
  gap:18px;
  align-items:start;
}
.secretary-doc-list {
  display:grid;
  gap:10px;
}
.secretary-doc-mini {
  display:flex;
  gap:12px;
  justify-content:space-between;
  align-items:flex-start;
  border-top:1px solid var(--border);
  padding-top:12px;
}
.secretary-doc-mini:first-child {
  border-top:0;
  padding-top:0;
}
.plan-comparison-grid {
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(min(100%,240px),1fr));
  gap:14px;
  margin:18px 0;
}
.plan-comparison-card {
  display:flex;
  flex-direction:column;
  min-width:0;
}
.plan-comparison-card .plan-benefits {
  margin:8px 0 0;
  padding-left:18px;
}
.plan-comparison-card .plan-benefits li {
  margin:5px 0;
}
.plan-audience {
  border-left:2px solid var(--accent);
  padding-left:10px;
  color:var(--muted);
}
.plan-highlight {
  color:var(--accent-strong);
  font-weight:700;
}
.social-links {
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:12px;
}
.social-link {
  display:inline-flex;
  align-items:center;
  gap:7px;
  border:1px solid var(--border);
  border-radius:8px;
  padding:7px 10px;
  text-decoration:none;
  color:var(--muted);
  background:rgba(255,255,255,.01);
}
.social-link:hover {
  border-color:rgba(183,154,91,.35);
  color:var(--text-strong);
  background:var(--accent-soft);
}
.social-link i {
  width:15px;
  text-align:center;
  color:var(--accent-strong);
}
.search-form {
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:10px;
  align-items:end;
}
.search-results {
  display:grid;
  gap:12px;
  margin-top:20px;
}
.search-result-card h2 {
  margin:.15rem 0 .35rem;
}
.search-result-kind {
  color:var(--accent-strong);
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.08em;
}
.secretary-grid {
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(min(100%,280px),1fr));
  gap:14px;
  margin-top:20px;
}
.document-card {
  display:flex;
  flex-direction:column;
  min-width:0;
}
.document-card .actions {
  margin-top:auto;
  padding-top:12px;
}
.contact-layout {
  display:grid;
  grid-template-columns:minmax(0,1.25fr) minmax(260px,.75fr);
  gap:18px;
  align-items:start;
}
.contact-honeypot {
  position:absolute !important;
  left:-10000px !important;
  width:1px !important;
  height:1px !important;
  overflow:hidden !important;
}
.password-rules {
  margin:6px 0 0;
  padding:10px 12px;
  border:1px solid var(--border);
  border-radius:8px;
  background:var(--panel-2);
  color:var(--muted);
}
.cpf-note {
  margin-top:5px;
  color:var(--muted);
}
.admin-doc-layout {
  display:grid;
  grid-template-columns:minmax(220px,.28fr) minmax(0,1fr);
  gap:18px;
  align-items:start;
}
.admin-doc-toc {
  position:sticky;
  top:142px;
  max-height:calc(100dvh - 170px);
  overflow:auto;
}
.admin-doc-toc a {
  display:block;
  padding:6px 0;
  text-decoration:none;
  color:var(--muted);
}
.admin-doc-toc a:hover {
  color:var(--text-strong);
}
.admin-doc-content {
  min-width:0;
}
.admin-doc-content section {
  scroll-margin-top:150px;
  margin-bottom:18px;
}
.admin-doc-content pre {
  white-space:pre-wrap;
  word-break:break-word;
  overflow-wrap:anywhere;
  background:#090a0d;
  border:1px solid var(--border);
  padding:14px;
  border-radius:8px;
  overflow:hidden;
}
.component-grid {
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(min(100%,260px),1fr));
  gap:14px;
}
.component-swatch {
  min-width:0;
}
.quick-admin-grid {
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(min(100%,220px),1fr));
  gap:12px;
}
.quick-admin-grid a {
  text-decoration:none;
}
.media-settings-preview {
  gap:16px;
  flex-wrap:wrap;
}
.media-settings-preview img {
  border:1px solid var(--border);
  border-radius:8px;
  background:var(--panel-2);
  padding:8px;
}
.error-page {
  text-align:center;
  max-width:760px;
  margin-inline:auto;
}
.error-code {
  font-weight:900;
  color:var(--accent-strong);
  letter-spacing:.18em;
}
.app-footer-social {
  margin-top:14px;
}
.app-footer-social .social-links {
  margin:0;
}
@media (max-width:980px) {
  .home-feature-grid {
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .secretary-preview,.contact-layout {
    grid-template-columns:1fr;
  }
  .admin-doc-layout {
    grid-template-columns:1fr;
  }
  .admin-doc-toc {
    position:static;
    max-height:none;
  }
}
@media (max-width:680px) {
  .home-feature-grid {
    grid-template-columns:1fr;
  }
  .home-search-panel,.search-form {
    grid-template-columns:1fr;
  }
  .home-search-panel .button,.search-form .button {
    width:100%;
    justify-content:center;
  }
  .secretary-doc-mini {
    flex-direction:column;
  }
}
.membership-panel.membership-panel-expanded {
  display:block;
  inline-size:100%;
  max-inline-size:100%;
}
.membership-panel.membership-panel-expanded .section-heading {
  margin-block-end:18px;
}
.membership-panel.membership-panel-expanded .plan-comparison-grid {
  margin-block-start:18px;
}
.membership-panel.membership-panel-expanded>.actions {
  margin-block-start:20px;
}
.prose h2,.prose h3,.prose h4 {
  margin-top:1.8em;
  margin-bottom:.65em;
  font-size:13px;
}
.prose h2 {
  font-weight:900;
}
.prose h3,.prose h4 {
  font-weight:700;
}
.prose ul,.prose ol {
  padding-left:1.5rem;
  margin:1rem 0;
}
.prose li {
  margin:.45rem 0;
}
.prose blockquote {
  margin:1.25rem 0;
  padding:1rem 1.15rem;
  border-left:3px solid var(--accent);
  background:rgba(255,255,255,.025);
  font-style:italic;
}
.prose hr {
  border:0;
  border-top:1px solid var(--line);
  margin:1.6rem 0;
}
.prose code {
  padding:.12rem .35rem;
  border:1px solid var(--line);
  border-radius:4px;
  background:rgba(255,255,255,.035);
}
.quiz-form {
  display:grid;
  gap:1rem;
}
.quiz-question {
  min-width:0;
}
.quiz-question legend {
  font-weight:900;
  padding:0 .35rem;
}
.quiz-options {
  display:grid;
  gap:.55rem;
  margin-top:1rem;
}
.quiz-option {
  display:flex;
  gap:.65rem;
  align-items:flex-start;
  padding:.75rem;
  border:1px solid var(--line);
  border-radius:8px;
  cursor:pointer;
}
.quiz-option input[type="checkbox"],
.quiz-option input[type="radio"] {
  margin-top:.15rem;
}
.quiz-option>span {
  flex:1 1 auto;
  min-width:0;
}
.quiz-correct {
  border-color:rgba(100,170,115,.7);
}
.quiz-wrong {
  border-color:rgba(190,100,95,.75);
}
.quiz-feedback {
  font-weight:700;
  margin-top:.8rem;
}
.quiz-option-list {
  display:grid;
  gap:.5rem;
}
.quiz-option-admin {
  display:grid;
  grid-template-columns:auto minmax(0,1fr) auto;
  gap:.65rem;
  align-items:center;
  padding:.55rem 0;
  border-bottom:1px solid var(--line);
}
.compact-form {
  margin-top:1rem;
}
.danger-inline {
  margin-top:1rem;
}
.program-type-badge {
  display:inline-flex;
  align-items:center;
  padding:.22rem .5rem;
  border:1px solid var(--line);
  border-radius:999px;
  font-weight:700;
}
.quiz-callout {
  margin-top:1rem;
}
.sample-note {
  border-left:3px solid var(--accent);
  padding-left:1rem;
}
@media (max-width:680px) {
  .quiz-option-admin {
    grid-template-columns:1fr;
  }
  .quiz-option-admin .button {
    justify-self:start;
  }
}
img,
picture,
figure {
  max-inline-size:100%;
}
img {
  block-size:auto;
}

/* V2.1.4 — marca compacta centralizada no próprio componente.
   A classe não depende do body da página: qualquer tela de membro/admin que
   use render_brand() recebe a mesma dimensão. Os !important abaixo são
   intencionais e restritos apenas à geometria da marca para impedir que regras
   genéricas de imagens ou componentes futuros alterem sua altura. */
.site-header .brand.brand-compact {
  min-inline-size:0;
  align-items:center;
}
.site-header img.brand-logo-compact {
  display:block;
  inline-size:auto !important;
  width:auto !important;
  block-size:30px !important;
  height:30px !important;
  min-block-size:30px;
  min-height:30px;
  max-block-size:30px !important;
  max-height:30px !important;
  max-inline-size:138px !important;
  max-width:138px !important;
  object-fit:contain;
  flex:0 0 auto;
}
.site-header img.brand-mark-compact {
  display:block;
  inline-size:30px !important;
  width:30px !important;
  block-size:30px !important;
  height:30px !important;
  min-inline-size:30px;
  min-block-size:30px;
  max-inline-size:30px !important;
  max-block-size:30px !important;
  object-fit:contain;
  flex:0 0 30px;
}
.card-cover-link,
.event-card-cover-link {
  display:block;
  inline-size:100% !important;
  max-inline-size:100% !important;
  min-inline-size:0;
  margin:5px 0 10px !important;
  padding:0;
  box-sizing:border-box;
  overflow:hidden;
  border:1px solid var(--border);
  border-radius:9px !important;
  background:#090a0c;
  text-decoration:none;
  align-self:stretch;
}
.event-card-cover-link {
  grid-column:1 / -1;
}
.card-cover,
.event-card-cover {
  display:block;
  inline-size:100% !important;
  max-inline-size:100% !important;
  min-inline-size:0;
  margin:0 !important;
  border:0;
  object-fit:cover;
  object-position:center;
  box-sizing:border-box;
}
.card-cover {
  aspect-ratio:16 / 9 !important;
  block-size:auto;
}
.event-card-cover {
  block-size:auto;
}
.course-card,
.content-card,
.event-card,
.course-card > *,
.content-card > *,
.event-card > * {
  min-inline-size:0;
  max-inline-size:100%;
  box-sizing:border-box;
}
.featured-media {
  display:block;
  inline-size:100% !important;
  max-inline-size:100% !important;
  block-size:auto !important;
  aspect-ratio:auto !important;
  margin:24px 0 30px !important;
  box-sizing:border-box;
  overflow:hidden;
  border:1px solid var(--border);
  border-radius:var(--radius);
  background:#090a0c;
}
.featured-media img {
  display:block;
  inline-size:100% !important;
  max-inline-size:100% !important;
  block-size:auto !important;
  aspect-ratio:auto !important;
  object-fit:contain !important;
  object-position:center;
  margin:0 !important;
}
.admin-image-preview {
  inline-size:100%;
  max-inline-size:100%;
  block-size:auto;
  aspect-ratio:auto !important;
  margin:14px 0 18px !important;
  box-sizing:border-box;
}
.admin-image-preview img {
  display:block;
  inline-size:100%;
  max-inline-size:100%;
  block-size:auto !important;
  aspect-ratio:auto !important;
  object-fit:contain !important;
}
@media (max-width: 760px) {
  .card-cover-link,
  .event-card-cover-link {
    margin:4px 0 9px !important;
    border-radius:8px !important;
  }
  .event-card-cover {
    aspect-ratio:16 / 9 !important;
  }
  .featured-media {
    margin:18px 0 24px !important;
  }
}
@media (max-width: 420px) {
  .card-cover-link,
  .event-card-cover-link {
    margin-block:3px 8px !important;
  }
  .featured-media {
    margin-block:16px 22px !important;
  }
}
body.app-shell main.page > section.card + section.card,
body.app-shell main.page > section.card + section.dashboard-section,
body.app-shell main.page > section.dashboard-section + section.card,
body.app-shell main.page > section.dashboard-section + section.dashboard-section,
body.app-shell main.page > section.card + .component-grid,
body.app-shell main.page > .component-grid + section.card,
body.app-shell main.page > .account-grid + section.card,
body.app-shell main.page > section.card + .account-grid,
body.app-shell main.page > .security-admin-grid + section.card,
body.app-shell main.page > section.card + .security-admin-grid {
  margin-block-start:18px !important;
}
body.app-shell .content-editor > aside,
body.app-shell .article-layout > aside {
  display:grid;
  gap:16px;
  align-content:start;
}
body.app-shell .content-editor > aside > .card,
body.app-shell .article-layout > aside > .card {
  margin-block:0 !important;
}
body.app-shell .card > h2 + p,
body.app-shell .card > h2 + .muted,
body.app-shell .card > h3 + p,
body.app-shell .card > h3 + .muted {
  margin-block-start:0;
  margin-block-end:14px;
}
body.app-shell .card > p + form,
body.app-shell .card > p + .form,
body.app-shell .card > h3 + form,
body.app-shell .card > h3 + .form,
body.app-shell .card > .admin-image-preview + form,
body.app-shell .card > .media-settings-preview + form,
body.app-shell .card > .table-wrap + form,
body.app-shell .card > form + .table-wrap,
body.app-shell .card > form + form,
body.app-shell .card > .grid + h3,
body.app-shell .card > .quick-admin-grid + h3,
body.app-shell .card > .file-list + form {
  margin-block-start:14px !important;
}
body.app-shell .card > .table-wrap,
body.app-shell .card > .quick-admin-grid,
body.app-shell .card > .component-grid,
body.app-shell .card > .file-list,
body.app-shell .card > .social-links,
body.app-shell .card > .details,
body.app-shell .card > fieldset {
  margin-block-start:14px;
}
body.app-shell form.form + form.form,
body.app-shell form.form + form:not(.inline),
body.app-shell form:not(.inline) + form.form {
  margin-block-start:14px;
}
body.app-shell .form {
  row-gap:16px;
}
body.app-shell fieldset {
  margin:0;
}
body.app-shell .featured-image-admin > p,
body.app-shell .attachments > p {
  margin-block-end:14px;
}
body.app-shell .featured-image-admin .form,
body.app-shell .attachments .form {
  margin-block-start:14px;
}
body.app-shell .card > .actions:not(:first-child),
body.app-shell .card > .table-actions:not(:first-child) {
  margin-block-start:16px;
}
body.app-shell .component-grid {
  margin-block-start:18px;
  margin-block-end:18px;
}
body.app-shell .component-grid > .card,
body.app-shell .quick-admin-grid > .card {
  margin-block:0 !important;
}
body.app-shell .alert + .alert {
  margin-block-start:10px;
}
body.app-shell .dashboard-section > .page-title-row {
  margin-block-end:18px;
}
@media (max-width: 680px) {
  body.app-shell main.page > section.card + section.card,
  body.app-shell main.page > section.card + section.dashboard-section,
  body.app-shell main.page > section.dashboard-section + section.card,
  body.app-shell main.page > section.dashboard-section + section.dashboard-section,
  body.app-shell main.page > section.card + .component-grid,
  body.app-shell main.page > .component-grid + section.card {
    margin-block-start:14px !important;
  }
  body.app-shell .content-editor > aside,
  body.app-shell .article-layout > aside {
    gap:14px;
  }
}
.event-card-cover-link {
  width:100% !important;
  max-width:100% !important;
  aspect-ratio:16 / 9 !important;
  overflow:hidden;
  margin:8px 0 14px !important;
}
.event-card-cover {
  display:block;
  width:100% !important;
  max-width:100% !important;
  height:100% !important;
  aspect-ratio:16 / 9 !important;
  object-fit:cover !important;
  object-position:center !important;
}
.event-card:has(.event-card-cover-link) {
  grid-template-columns:minmax(0,72px) minmax(0,1fr) !important;
}
.event-card:has(.event-card-cover-link) .event-card-cover-link {
  grid-column:1 / -1;
}
.event-admin-actions {
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:8px;
  max-width:100%;
  min-width:0;
}
.event-admin-actions form,
.event-admin-actions .actions-row {
  margin:0;
  min-width:0;
}
.event-admin-actions select {
  width:auto;
  max-width:100%;
  min-width:0;
}
.event-admin-stats {
  margin:16px 0 20px;
}
.event-payment-box {
  margin:18px 0;
}
.event-payment-box code {
  overflow-wrap:anywhere;
}
.event-payment-meta {
  display:grid;
  gap:8px;
  margin:12px 0;
}
a.card.stat-card-link {
  color:inherit;
  text-decoration:none;
}
a.card.stat-card-link:hover {
  border-color:var(--accent);
}
.admin-inbox-list {
  display:grid;
  gap:14px;
  margin-top:18px;
}
@media (max-width: 760px) {
  .event-card:has(.event-card-cover-link) {
    grid-template-columns:1fr !important;
  }
  .event-card .event-date {
    justify-self:start;
  }
  .event-admin-actions {
    flex-direction:column;
    align-items:stretch;
  }
  .event-admin-actions > *, .event-admin-actions form, .event-admin-actions button, .event-admin-actions a, .event-admin-actions select {
    width:100%;
    max-width:100%;
  }
}
:root {
  --ll-gold:#c7a35a;
  --ll-gold-strong:#e3c477;
  --ll-ink:#09090b;
  --ll-panel:#121318;
  --ll-border:rgba(199,163,90,.22);
}
body.lumen-home {
  background:radial-gradient(circle at 50% -10%,rgba(199,163,90,.08),transparent 30%),#090a0c;
}
.lumen-home main {
  overflow:hidden;
}
.lumen-home h1,.ll-doctrine-page h1,.ll-ceremonies-page h1 {
  font-size:clamp(38px,7vw,82px);
  line-height:1.08;
  letter-spacing:-.045em;
}
.lumen-home h2,.ll-doctrine-page h2,.ll-ceremonies-page h2 {
  font-size:clamp(24px,3.6vw,44px);
  line-height:1.08;
  letter-spacing:-.025em;
}
.lumen-home h3,.ll-doctrine-page h3,.ll-ceremonies-page h3 {
  font-size:clamp(17px,2vw,24px);
  line-height:1.18;
}
.lumen-home p,.lumen-home li,.ll-doctrine-page p,.ll-doctrine-page li,.ll-ceremonies-page p {
  line-height:1.75;
}
.ll-hero {
  min-height:calc(100vh - 66px);
  display:flex;
  align-items:center;
  border-bottom:1px solid var(--ll-border);
  background:linear-gradient(110deg,rgba(199,163,90,.06),transparent 42%);
}
.ll-hero-grid {
  display:grid;
  grid-template-columns:minmax(0,1.3fr) minmax(280px,.7fr);
  gap:72px;
  align-items:center;
  padding:78px 0;
}
.ll-hero-copy h1 {
  margin:12px 0 24px;
  max-width:780px;
}
.ll-hero-lead {
  max-width:720px;
  color:#c9c1b7;
  margin:0;
}
.ll-inline-link {
  display:inline-block;
  margin-top:20px;
  text-decoration:none;
  font-weight:700;
}
.ll-hero-side {
  display:grid;
  justify-items:center;
  gap:28px;
}
.ll-symbol {
  width:min(310px,70vw);
  aspect-ratio:1;
  border:1px solid var(--ll-border);
  border-radius:50%;
  display:grid;
  place-items:center;
  position:relative;
  background:radial-gradient(circle,rgba(199,163,90,.12),transparent 64%);
  box-shadow:0 0 80px rgba(199,163,90,.06);
}
.ll-symbol::before,.ll-symbol::after {
  content:"";
  position:absolute;
  inset:12%;
  border:1px solid rgba(199,163,90,.18);
  transform:rotate(45deg);
}
.ll-symbol::after {
  inset:29%;
  transform:rotate(0deg);
  border-radius:50%;
}
.ll-symbol span {
  font-size:52px;
  font-weight:900;
  letter-spacing:.08em;
  color:var(--ll-gold-strong);
  z-index:1;
}
.ll-motto {
  text-align:center;
  color:#c8c0b6;
  margin:0;
}
.ll-motto strong {
  font-size:inherit;
  color:var(--ll-gold-strong);
}
.ll-ceremony-mini {
  display:grid;
  gap:4px;
  width:100%;
  padding:18px;
  border:1px solid var(--ll-border);
  border-radius:12px;
  text-decoration:none;
  background:rgba(255,255,255,.018);
}
.ll-ceremony-mini span {
  font-size:11px;
  letter-spacing:.12em;
  color:var(--ll-gold-strong);
  font-weight:900;
}
.ll-ceremony-mini strong {
  font-size:16px;
}
.ll-ceremony-mini small {
  color:var(--muted);
}
.ll-section {
  padding:86px 0;
}
.ll-section-heading {
  max-width:860px;
  margin-bottom:28px;
}
.ll-section-heading h2 {
  margin:0;
}
.ll-section-lead {
  max-width:920px;
  color:#c8c0b6;
}
.ll-four-grid {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:1px;
  margin-top:44px;
  background:var(--ll-border);
  border:1px solid var(--ll-border);
}
.ll-four-grid article {
  background:#0e0f12;
  padding:28px;
  min-height:210px;
}
.ll-four-grid article span {
  display:block;
  color:var(--ll-gold);
  font-size:12px;
  font-weight:900;
  margin-bottom:44px;
}
.ll-four-grid article p {
  color:var(--muted);
}
.ll-dark-band {
  background:#0d0e11;
  border-top:1px solid var(--ll-border);
  border-bottom:1px solid var(--ll-border);
}
.ll-editorial-grid {
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:14px;
}
.ll-editorial-card {
  min-height:220px;
  border:1px solid var(--ll-border);
  padding:28px;
  text-decoration:none;
  background:linear-gradient(145deg,rgba(199,163,90,.04),transparent 45%);
  display:flex;
  flex-direction:column;
}
.ll-editorial-card>span {
  color:var(--ll-gold);
  font-size:12px;
  font-weight:900;
  margin-bottom:auto;
}
.ll-editorial-card h3 {
  margin:28px 0 8px;
  color:#f2ede5;
}
.ll-editorial-card p {
  color:var(--muted);
  margin:0;
}
.ll-life-grid {
  display:grid;
  grid-template-columns:1.25fr .875fr .875fr;
  gap:14px;
}
.ll-life-card {
  border:1px solid var(--ll-border);
  min-height:330px;
  padding:30px;
  text-decoration:none;
  display:flex;
  flex-direction:column;
  background:#111217;
}
.ll-life-featured {
  background:linear-gradient(145deg,rgba(199,163,90,.14),rgba(17,18,23,.95) 62%);
}
.ll-life-card small {
  font-size:11px;
  letter-spacing:.12em;
  color:var(--ll-gold-strong);
  font-weight:900;
}
.ll-life-card h3 {
  margin:52px 0 12px;
  color:#fff;
}
.ll-life-card p {
  color:var(--muted);
}
.ll-life-card>span {
  margin-top:auto;
  font-weight:900;
  color:var(--ll-gold-strong);
}
.ll-ceremony-band {
  border-top:1px solid var(--ll-border);
  border-bottom:1px solid var(--ll-border);
  background:linear-gradient(100deg,#17130d,#0c0d10 65%);
}
.ll-ceremony-band-grid {
  display:grid;
  grid-template-columns:1fr auto;
  gap:60px;
  align-items:center;
  padding:68px 0;
}
.ll-ceremony-band h2 {
  margin:0 0 12px;
}
.ll-ceremony-band p {
  max-width:720px;
  color:#c8c0b6;
}
.ll-ceremony-time {
  display:grid;
  justify-items:end;
}
.ll-ceremony-time>strong {
  font-size:72px;
  line-height:1;
  color:var(--ll-gold-strong);
}
.ll-ceremony-time>span {
  letter-spacing:.18em;
  margin:8px 0 22px;
  color:#d4c6aa;
  font-weight:900;
}
.ll-plan-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
}
.ll-plan-card {
  border:1px solid var(--ll-border);
  padding:28px;
  background:#111217;
  display:flex;
  flex-direction:column;
  min-height:550px;
}
.ll-plan-card.ordem {
  border-color:rgba(227,196,119,.62);
  box-shadow:0 0 0 1px rgba(227,196,119,.08) inset;
}
.ll-plan-kicker {
  font-size:11px;
  letter-spacing:.14em;
  color:var(--ll-gold-strong);
  font-weight:900;
}
.ll-plan-card h3 {
  margin:4px 0;
}
.ll-plan-price {
  font-size:32px;
  font-weight:900;
  color:#f4e6bd;
  margin:16px 0;
}
.ll-plan-price small {
  font-size:12px;
  color:var(--muted);
}
.ll-plan-card>p:not(.ll-plan-price):not(.ll-plan-kicker) {
  color:var(--muted);
}
.ll-plan-card ul {
  padding-left:18px;
  color:#d7d0c6;
  flex:1;
}
.ll-plan-card li {
  font-size:13px;
  margin:8px 0;
}
.ll-plan-note {
  color:var(--muted);
  margin-top:16px;
  font-size:13px;
}
.ll-help {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  border-top:1px solid var(--ll-border);
  margin-top:34px;
  padding-top:26px;
}
.ll-help p {
  margin:4px 0 0;
  color:var(--muted);
}
.ll-event-list {
  display:grid;
  border-top:1px solid var(--ll-border);
}
.ll-event-list>a {
  display:grid;
  grid-template-columns:180px 1fr auto;
  gap:22px;
  align-items:center;
  padding:20px 4px;
  border-bottom:1px solid var(--ll-border);
  text-decoration:none;
}
.ll-event-list span {
  color:var(--muted);
}
.ll-event-list strong {
  font-size:16px;
}
.ll-event-list em {
  font-style:normal;
  color:var(--ll-gold-strong);
}
.ll-final {
  text-align:center;
  max-width:850px !important;
}
.ll-final .eyebrow {
  text-align:center;
}
.ll-final p {
  color:var(--muted);
}
.ll-final .actions {
  justify-content:center;
}
.ll-doctrine-page {
  padding-top:64px;
}
.ll-doctrine-page>.lead {
  line-height:1.8;
}
.ll-prose-section {
  margin:64px 0;
  border-top:1px solid var(--ll-border);
  padding-top:32px;
}
.ll-prose-section>p {
  max-width:850px;
  color:#c9c1b7;
}
.ll-principle-grid {
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:12px;
}
.ll-principle-grid article,.ll-nine-grid article {
  border:1px solid var(--ll-border);
  padding:24px;
  background:#111217;
}
.ll-principle-grid strong {
  font-size:18px;
  color:var(--ll-gold-strong);
}
.ll-principle-grid p,.ll-nine-grid p {
  color:var(--muted);
}
.ll-manifesto {
  max-width:820px;
  margin:60px 0;
}
.ll-manifesto p {
  line-height:1.9;
  color:#d5cec4;
}
.ll-manifesto blockquote {
  margin:44px 0 0;
  padding:28px;
  border-left:2px solid var(--ll-gold);
  font-size:22px;
  line-height:1.6;
  color:#efe6d7;
}
.ll-nine-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
}
.ll-nine-grid article>span {
  color:var(--ll-gold);
  font-weight:900;
  letter-spacing:.1em;
}
.ll-nine-grid h3 {
  margin:28px 0 8px;
}
.ll-ceremonies-page {
  padding-top:64px;
}
.ll-ceremonies-page>.lead {
  max-width:850px;
}
.ll-ceremony-rules {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
  margin:38px 0;
}
.ll-ceremony-rules article {
  border:1px solid var(--ll-border);
  background:#111217;
  padding:26px;
}
.ll-ceremony-rules strong {
  display:block;
  font-size:26px;
  color:var(--ll-gold-strong);
  margin-bottom:6px;
}
.ll-ceremony-rules span {
  color:var(--muted);
}
.floating-whatsapp {
  position:fixed;
  right:18px;
  bottom:76px;
  z-index:1300;
  display:flex;
  align-items:center;
  gap:8px;
  padding:11px 14px;
  border-radius:999px;
  background:#17191d;
  border:1px solid rgba(199,163,90,.35);
  color:#f0e9de !important;
  text-decoration:none !important;
  box-shadow:0 18px 40px rgba(0,0,0,.34);
  backdrop-filter:blur(12px);
}
.floating-whatsapp i {
  font-size:17px;
}
.floating-whatsapp span {
  font-weight:900;
}
.service-request-card,.service-admin-card {
  margin:14px 0;
}
.service-admin-card .prose {
  max-width:900px;
}
@media (max-width:900px) {
  .ll-hero-grid {
    grid-template-columns:1fr;
    gap:44px;
  }
  .ll-hero-side {
    justify-items:start;
  }
  .ll-symbol {
    width:220px;
  }
  .ll-four-grid {
    grid-template-columns:repeat(2,1fr);
  }
  .ll-life-grid,.ll-plan-grid,.ll-nine-grid {
    grid-template-columns:1fr;
  }
  .ll-editorial-grid {
    grid-template-columns:1fr;
  }
  .ll-ceremony-band-grid {
    grid-template-columns:1fr;
  }
  .ll-ceremony-time {
    justify-items:start;
  }
  .ll-principle-grid {
    grid-template-columns:1fr;
  }
  .ll-ceremony-rules {
    grid-template-columns:1fr;
  }
  .ll-event-list>a {
    grid-template-columns:1fr;
    gap:4px;
  }
}
@media (max-width:600px) {
  .ll-hero-grid {
    padding:52px 0;
  }
  .ll-section {
    padding:58px 0;
  }
  .ll-four-grid {
    grid-template-columns:1fr;
  }
  .ll-four-grid article {
    min-height:160px;
  }
  .ll-life-card {
    min-height:250px;
  }
  .ll-ceremony-time>strong {
    font-size:56px;
  }
  .ll-help {
    align-items:stretch;
    flex-direction:column;
  }
  .floating-whatsapp span {
    display:none;
  }
  .floating-whatsapp {
    bottom:70px;
    padding:13px;
  }
}
.event-page-heading {
  display:block;
  margin:0 0 24px;
  min-width:0;
}
.event-page-heading .back {
  display:block;
  width:max-content;
  max-width:100%;
  margin:0 0 18px;
  line-height:1.4;
}
.event-page-heading .eyebrow {
  width:max-content;
  max-width:100%;
  margin:0 0 10px;
  line-height:1.45;
}
.event-page-heading h1 {
  display:block;
  margin:0;
  line-height:1.16 !important;
  overflow-wrap:anywhere;
}
.admin-event-actions {
  margin-top:0 !important;
  align-items:flex-start;
  justify-content:flex-end;
}
.app-footer-legal-disclaimer {
  flex:1 0 100%;
  width:100%;
  border-top:1px solid var(--border);
  padding-top:18px;
  margin-top:4px;
  font-size:13px;
  line-height:1.7;
  color:var(--muted);
  text-align:justify;
}
.app-footer-legal-disclaimer :where(a,span,p,strong,em,b,small) {
  font-size:13px;
}
.app-footer-legal-disclaimer a {
  text-decoration:underline;
  text-underline-offset:2px;
  color:var(--text);
}
.app-footer-links {
  align-content:flex-start;
}
.legal-links-preview {
  margin-top:18px;
  background:var(--bg-soft);
}
.legal-links-preview p {
  margin-bottom:0;
}
.legal-page .prose h2 {
  margin-top:30px;
}
@media (max-width:700px) {
  .admin-event-actions {
    width:100%;
    justify-content:flex-start;
  }
  .admin-event-actions .button {
    width:100% !important;
  }
  .app-footer-legal-disclaimer {
    text-align:left;
  }
  .event-page-heading .eyebrow {
    width:100%;
  }
}
.admin-secretary-callout {
  margin:24px 0;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
}
.admin-secretary-callout h2 {
  margin:0 0 6px;
}
.admin-secretary-callout p {
  margin-bottom:0;
}
.admin-secretary-callout .actions {
  margin-top:0;
}
@media (max-width:760px) {
  .admin-secretary-callout {
    align-items:stretch;
    flex-direction:column;
  }
  .admin-secretary-callout .actions {
    width:100%;
  }
  .admin-secretary-callout .button {
    width:100% !important;
  }
}
.internal-link-tool {
  border:1px solid var(--border,rgba(255,255,255,.12));
  border-radius:14px;
  padding:14px;
  background:rgba(255,255,255,.025);
  display:grid;
  gap:10px;
}
.internal-link-tool>p,.internal-link-tool>small {
  margin:0;
}
.internal-link-tool code {
  overflow-wrap:anywhere;
}
.service-flow {
  display:flex;
  flex-wrap:wrap;
  gap:.55rem;
  margin:1rem 0 1.1rem;
}
.service-flow span {
  display:inline-flex;
  align-items:center;
  gap:.4rem;
  padding:.55rem .75rem;
  border:1px solid var(--line,#2e2e32);
  border-radius:999px;
  font-size:.85rem;
}
.service-flow span:not(:last-child)::after {
  content:"→";
  margin-left:.35rem;
  opacity:.55;
}
.service-catalog {
  grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
}
.service-offering-card {
  display:flex;
  flex-direction:column;
  gap:.75rem;
}
.service-offering-card .button {
  align-self:flex-start;
  margin-top:auto;
}
.service-offering-card details {
  margin:.15rem 0 .5rem;
}
.service-criteria {
  display:grid;
  gap:1rem;
  padding-top:.8rem;
}
.service-criteria p {
}
.service-modalities {
  grid-template-columns:repeat(auto-fit,minmax(230px,1fr));
  gap:1rem;
}
.service-modalities>div,.service-admin-catalog>div {
  padding:1rem;
  border:1px solid var(--line,#2e2e32);
  border-radius:12px;
}
label.checkbox-row {
  display:flex;
  align-items:flex-start;
  gap:.65rem;
}
label.checkbox-row input[type="checkbox"],
label.checkbox-row input[type="radio"] {
  margin-top:.2rem;
}
label.checkbox-row>span {
  display:block;
  flex:1 1 auto;
  min-width:0;
}
label.checkbox-row>span a {
  display:inline;
}
.service-request-card {
  margin-bottom:1.25rem;
}
.service-followup {
  margin-top:1rem;
  padding-top:1rem;
  border-top:1px solid var(--line,#2e2e32);
}
.service-timeline {
  margin-top:1rem;
}
.timeline-entry {
  padding:.85rem 0;
  border-top:1px solid var(--line,#2e2e32);
}
.timeline-entry:first-of-type {
  margin-top:.7rem;
}
.timeline-entry>span {
  display:block;
  font-size:.8rem;
  opacity:.68;
  margin:.15rem 0 .35rem;
}
.timeline-entry p {
  margin:0;
}
.service-admin-meta {
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:.75rem;
  margin:1rem 0;
}
.service-admin-meta>div {
  padding:.75rem;
  border:1px solid var(--line,#2e2e32);
  border-radius:10px;
}
.service-admin-meta strong,.service-admin-meta span {
  display:block;
}
.service-admin-meta span {
  margin-top:.2rem;
  font-size:.9rem;
}
.service-admin-catalog {
  grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
}
.service-admin-form {
  margin-top:1rem;
  padding-top:1rem;
  border-top:1px solid var(--line,#2e2e32);
}
@media (max-width:760px) {
  .service-admin-meta {
    grid-template-columns:1fr 1fr;
  }
  .service-flow span:not(:last-child)::after {
    display:none;
  }
}
@media (max-width:480px) {
  .service-admin-meta {
    grid-template-columns:1fr;
  }
}
.ceremony-detail-page > section.card {
  margin-block:1.25rem;
}
.admin-secretary-page > .actions {
  margin-bottom:1.5rem;
}
.admin-secretary-page > .actions + .table-wrap {
  margin-top:0;
}
.ceremony-mode-grid {
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:1.25rem;
  margin:1.5rem 0;
}
.ceremony-mode-card {
  display:flex;
  flex-direction:column;
  gap:.65rem;
  min-height:100%;
}
.ceremony-mode-card h2 {
  font-size:clamp(2rem,5vw,3.3rem);
  margin:.1rem 0;
}
.ceremony-mode-card ul {
  margin:.25rem 0 0;
  padding-left:1.2rem;
}
.ceremony-mode-card li+li {
  margin-top:.35rem;
}
.ceremony-mode-live {
  border-color:rgba(196,166,98,.42);
  box-shadow:0 14px 36px rgba(0,0,0,.18);
}
.ceremony-flow {
  display:flex;
  flex-wrap:wrap;
  gap:.5rem;
  margin:1rem 0;
}
.ceremony-flow span {
  border:1px solid var(--border);
  border-radius:999px;
  padding:.55rem .8rem;
  font-size:.9rem;
}
.ceremony-choice-row {
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:1rem;
}
.ceremony-choice {
  display:flex !important;
  align-items:flex-start;
  gap:.75rem;
  border:1px solid var(--border);
  border-radius:14px;
  padding:1rem;
  cursor:pointer;
  background:rgba(255,255,255,.015);
}
.ceremony-choice input {
  margin-top:.25rem;
  flex:0 0 auto;
}
.ceremony-choice span {
  display:grid;
  gap:.25rem;
}
.ceremony-choice small {
  color:var(--muted);
}
.ceremony-choice:has(input:checked) {
  border-color:rgba(196,166,98,.65);
  box-shadow:0 0 0 1px rgba(196,166,98,.18) inset;
}
.ceremony-choice.choice-disabled {
  opacity:.55;
  cursor:not-allowed;
}
.ceremony-payment-box,.ceremony-confirmed,.ceremony-live-access {
  margin-top:1.25rem;
}
.ceremony-live-access {
  padding:1rem;
  border:1px solid rgba(196,166,98,.35);
  border-radius:14px;
  background:rgba(196,166,98,.05);
}
.ceremony-price-inline {
  display:flex;
  flex-wrap:wrap;
  gap:1rem;
  margin:1rem 0;
}
.ceremony-price-inline span {
  display:grid;
  gap:.15rem;
  padding:.65rem .8rem;
  border:1px solid var(--border);
  border-radius:12px;
}
.ceremony-price-inline small {
  color:var(--muted);
}
.ceremony-admin-config>.grid.stats {
  margin:1rem 0;
}
.ceremony-admin-config form+.actions {
  margin-top:1rem;
}
@media (max-width:760px) {
  .ceremony-mode-grid,.ceremony-choice-row {
    grid-template-columns:1fr;
  }
  .ceremony-flow {
    display:grid;
    grid-template-columns:1fr 1fr;
  }
  .public-ceremony-modes {
    margin-top:1rem;
  }
}
.seo-editor {
  margin:0;
  padding:16px;
  border-radius:14px;
  background:rgba(199,163,90,.035);
}
.seo-editor h2 {
  margin:.15rem 0 1rem;
}
.article-toc {
  margin:1.5rem 0 2rem;
  padding:18px 20px;
  display:block;
}
.article-toc>strong {
  display:block;
  margin-bottom:.65rem;
  color:var(--text);
}
.article-toc ol {
  margin:0;
  padding-left:1.35rem;
  columns:2;
  column-gap:2rem;
}
.article-toc li {
  break-inside:avoid;
  margin:.32rem 0;
  color:var(--muted);
}
.article-toc .toc-level-3 {
  margin-left:.8rem;
  font-size:.92em;
}
.article-toc a {
  text-decoration:none;
}
.article-toc a:hover {
  text-decoration:underline;
  text-underline-offset:3px;
}
.prose h2,.prose h3,.prose h4 {
  scroll-margin-top:92px;
}
.library-categories {
  display:flex;
  flex-wrap:wrap;
  gap:.55rem;
  margin:1.5rem 0 2rem;
}
.library-categories a {
  display:inline-flex;
  align-items:center;
  gap:.45rem;
  padding:.52rem .72rem;
  border:1px solid var(--border);
  border-radius:999px;
  text-decoration:none;
  color:var(--muted);
  background:rgba(255,255,255,.012);
}
.library-categories a:hover,.library-categories a.active {
  border-color:rgba(199,163,90,.55);
  color:var(--text);
  background:rgba(199,163,90,.06);
}
.library-categories span {
  font-size:.78em;
  opacity:.7;
}
.content-card h2 a {
  color:inherit;
  text-decoration:none;
}
.content-card h2 a:hover {
  text-decoration:underline;
  text-underline-offset:3px;
}
.content-meta a {
  color:inherit;
  text-decoration:none;
}
.content-meta a:hover {
  text-decoration:underline;
  text-underline-offset:2px;
}
@media (max-width:760px) {
  .article-toc ol {
    columns:1;
  }
  .library-categories {
    gap:.45rem;
  }
  .library-categories a {
    font-size:.9rem;
  }
}
.lead-magnet-page {
  padding-top:72px;
  padding-bottom:84px;
}
.lead-magnet-grid {
  display:grid;
  grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);
  gap:46px;
  align-items:start;
}
.lead-magnet-grid h1 {
  font-size:clamp(38px,6vw,72px);
  line-height:1.06;
}
.lead-benefits {
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:1px;
  background:var(--border);
  border:1px solid var(--border);
  margin-top:34px;
}
.lead-benefits>div {
  display:flex;
  gap:16px;
  padding:22px;
  background:#101116;
}
.lead-benefits strong {
  color:var(--ll-gold-strong);
}
.lead-benefits span {
  color:var(--muted);
}
.lead-form-card {
  position:sticky;
  top:88px;
}
.lead-form-card form+small {
  display:block;
  margin-top:.8rem;
  line-height:1.55;
}
.guide-page {
  padding-top:62px;
}
.guide-next {
  margin-top:42px;
}
.guide-next h2 {
  margin-top:4px;
}
.marketing-admin-grid {
  margin-top:26px;
}
.marketing-recent-list {
  display:grid;
  gap:10px;
}
.marketing-recent-list>div {
  display:grid;
  padding:10px 0;
  border-bottom:1px solid var(--border);
}
.marketing-recent-list span {
  color:var(--muted);
  font-size:.9rem;
}
.marketing-step {
  border-top:1px solid var(--border);
  padding:14px 0;
}
.marketing-step summary {
  cursor:pointer;
  font-weight:800;
}
.editorial-calendar {
  display:grid;
  gap:14px;
  margin-top:24px;
}
.editorial-plan-card {
  display:grid;
  grid-template-columns:100px minmax(0,1fr);
  gap:22px;
}
.editorial-week {
  display:flex;
  flex-direction:column;
  border-right:1px solid var(--border);
  padding-right:18px;
}
.editorial-week span {
  font-size:.72rem;
  letter-spacing:.12em;
  color:var(--muted);
}
.editorial-week strong {
  font-size:2.2rem;
  color:var(--ll-gold-strong);
}
.editorial-plan-main h2 {
  margin-top:0;
}
.editorial-inline-form {
  margin-top:14px;
}
.editorial-inline-form .grid.two {
  grid-template-columns:repeat(2,minmax(0,1fr));
}
@media (max-width:760px) {
  .lead-magnet-grid {
    grid-template-columns:1fr;
  }
  .lead-form-card {
    position:static;
  }
  .lead-benefits {
    grid-template-columns:1fr;
  }
  .editorial-plan-card {
    grid-template-columns:1fr;
  }
  .editorial-week {
    border-right:0;
    border-bottom:1px solid var(--border);
    padding:0 0 12px;
  }
  .editorial-inline-form .grid.two {
    grid-template-columns:1fr;
  }
}
@media print {
  .site-header,.app-footer,.floating-whatsapp,.guide-next .button {
    display:none !important;
  }
  .guide-page {
    max-width:none !important;
    color:#000;
  }
  .guide-page * {
    color:#000 !important;
    background:#fff !important;
  }
  .guide-page a {
    text-decoration:underline;
  }
}
body.app-public {
  background:#090a0c;
  color:#eee8dd;
}
body.app-public .site-header {
  background:rgba(9,10,12,.94);
  border-bottom-color:rgba(199,163,90,.20);
}
body.app-public .header-inner {
  min-height:68px;
  padding:10px 0;
  align-items:center;
}
body.app-public .brand {
  display:inline-flex;
  align-items:center;
  gap:10px;
  color:#f2ede5;
}
body.app-public .brand-mark {
  width:30px;
  height:30px;
  display:block;
  border-radius:7px;
}
body.app-public .brand-logo {
  max-height:38px;
  width:auto;
  display:block;
}
body.app-public .brand-name {
  font-family:"Merriweather",Georgia,serif;
  font-weight:700;
  letter-spacing:-.015em;
}
body.app-public .site-header nav a,body.app-public .site-header .link-button {
  color:#aaa49b;
}
body.app-public .site-header nav a:hover,body.app-public .site-header .link-button:hover {
  color:#e3c477;
}
body.app-public h1,body.app-public h2,body.app-public h3 {
  font-family:"Merriweather",Georgia,"Times New Roman",serif;
}
body.app-public .eyebrow {
  color:#d3ad61;
}
body.app-public .card {
  border-color:rgba(199,163,90,.20);
  background:#111217;
}
body.app-public .button {
  background:#c7a35a;
  border-color:#c7a35a;
  color:#0b0b0d;
}
body.app-public .button:hover {
  background:#e3c477;
  border-color:#e3c477;
}
body.app-public .button-secondary {
  background:transparent;
  color:#eee8dd;
  border-color:rgba(199,163,90,.42);
}
body.app-public .button-secondary:hover {
  background:rgba(199,163,90,.08);
  color:#fff4d6;
}
body.app-public input:focus,body.app-public select:focus,body.app-public textarea:focus {
  outline-color:#c7a35a;
}
body.app-public .app-footer {
  border-top-color:rgba(199,163,90,.20);
}
body.app-public .app-footer a:hover {
  color:#e3c477;
}
.brand-media-grid {
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
  margin-top:18px;
}
.brand-media-panel {
  border:1px solid var(--border);
  border-radius:14px;
  padding:16px;
  display:grid;
  gap:12px;
  align-content:start;
}
.brand-media-social {
  grid-column:1/-1;
}
.media-settings-preview {
  min-height:92px;
  display:flex;
  align-items:center;
  justify-content:center;
  border:1px dashed var(--border);
  border-radius:12px;
  padding:16px;
  background:rgba(255,255,255,.015);
}
.media-settings-preview img {
  max-width:100%;
  max-height:110px;
  object-fit:contain;
}
.favicon-preview img {
  width:64px;
  height:64px;
}
.social-preview img {
  width:min(100%,600px);
  max-height:none;
  aspect-ratio:1200/630;
  object-fit:cover;
}
.brand-fallback-preview {
  display:flex;
  align-items:center;
  gap:12px;
  font-family:"Merriweather",Georgia,serif;
  font-weight:700;
}
.brand-fallback-preview img {
  width:48px;
  height:48px;
}
.launch-admin-page {
  max-width:1050px;
}
.launch-score {
  display:grid;
  grid-template-columns:auto 1fr;
  gap:26px;
  align-items:center;
  margin:24px 0;
}
.launch-score>div:first-child {
  display:grid;
  gap:2px;
  min-width:170px;
}
.launch-score strong {
  font-size:2.5rem;
  color:var(--ll-gold-strong);
}
.launch-score span {
  color:var(--muted);
}
.launch-progress {
  height:12px;
  border:1px solid var(--border);
  border-radius:999px;
  overflow:hidden;
  background:#090a0c;
}
.launch-progress span {
  display:block;
  height:100%;
  background:linear-gradient(90deg,#8e733d,#e3c477);
  border-radius:inherit;
}
.launch-checklist {
  display:grid;
  gap:10px;
  margin:30px 0;
}
.launch-checklist>h2 {
  margin-bottom:4px;
}
.launch-check {
  display:grid;
  grid-template-columns:42px minmax(0,1fr) auto;
  gap:14px;
  align-items:start;
  padding:16px 18px;
}
.launch-check-icon {
  width:34px;
  height:34px;
  border-radius:50%;
  display:grid;
  place-items:center;
  border:1px solid var(--border);
  font-weight:900;
}
.launch-check.is-ready .launch-check-icon {
  border-color:#35673d;
  background:#142519;
  color:#bce5c5;
}
.launch-check.is-pending .launch-check-icon {
  border-color:#735e2a;
  background:#29230f;
  color:#e8cb84;
}
.launch-check-title {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  flex-wrap:wrap;
}
.launch-check p {
  margin:.35rem 0 0;
  color:var(--muted);
}
.launch-check>small {
  white-space:nowrap;
  text-transform:uppercase;
  letter-spacing:.08em;
  font-size:.7rem;
}
.launch-route-grid {
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(160px,1fr));
  gap:10px;
  margin-top:18px;
}
.launch-route-grid a {
  padding:12px 14px;
  border:1px solid var(--border);
  border-radius:10px;
  text-decoration:none;
}
.launch-route-grid a:hover {
  border-color:var(--ll-gold);
}
@media (max-width:760px) {
  .brand-media-grid {
    grid-template-columns:1fr;
  }
  .brand-media-social {
    grid-column:auto;
  }
  .launch-score {
    grid-template-columns:1fr;
  }
  .launch-check {
    grid-template-columns:38px minmax(0,1fr);
  }
  .launch-check>small {
    grid-column:2;
  }
  body.app-public .header-inner {
    min-height:68px;
    padding:10px 0;
  }
}
.article-toc>strong {
  width:100%;
}
.service-criteria>div+div {
  margin-top:.1rem;
}
.pagination{display:flex;align-items:center;justify-content:center;gap:12px;flex-wrap:wrap;margin-top:18px}.pagination span{color:var(--muted);font-size:.95rem}

/* =========================================================
   LUMEN LIBERUM V3.0.2 — EXTENSÕES ISOLADAS
   Mantém a folha V2.2.0 como base. Nenhuma regra abaixo
   redefine tipografia, layout ou componentes globais existentes.
   ========================================================= */

/* Links de interface não recebem sublinhado apenas por serem links. */
a { text-decoration:none; }
a:hover { text-decoration:none; }
.prose a:not(.button), .legal-page .prose a:not(.button) {
  color:var(--accent-strong);
  text-decoration:none;
  border-bottom:1px solid rgba(199,163,90,.35);
}
.prose a:not(.button):hover, .legal-page .prose a:not(.button):hover {
  border-bottom-color:var(--accent-strong);
}
.app-footer-legal-disclaimer a {
  text-decoration:none;
}

/* Vídeo opcional de aula — sem alterar a estrutura V2.2. */
.video-embed {
  position:relative;
  width:100%;
  aspect-ratio:16/9;
  overflow:hidden;
  border:1px solid var(--border);
  border-radius:var(--radius);
  background:#050505;
  margin:1rem 0 1.35rem;
}
.video-embed iframe {
  display:block;
  width:100%;
  height:100%;
  border:0;
}
.lesson-video,
.lesson-learning-block,
.lesson-pedagogy,
.pedagogy-fields,
.video-admin-fields {
  margin-top:1.35rem;
}
.lesson-section-head {
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:1rem;
  flex-wrap:wrap;
}
.video-transcript {
  margin-top:1rem;
  padding-top:1rem;
  border-top:1px solid var(--border);
}
.video-transcript summary {
  cursor:pointer;
  font-weight:700;
}
.lesson-study-grid,
.course-pedagogy-grid {
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:1rem;
  margin-top:1.35rem;
}
.lesson-study-grid>.card,
.course-pedagogy-grid>div { min-width:0; }
.course-pedagogy-grid>div {
  border-top:1px solid var(--border);
  padding-top:.8rem;
}
.pedagogy-fields,
.lesson-pedagogy,
.video-admin-fields {
  border-top:1px solid var(--border);
  padding-top:1.1rem;
}

/* Trilhas: somente componentes novos. */
.path-course-row {
  display:grid;
  grid-template-columns:minmax(0,1fr) 120px auto;
  gap:.75rem;
  align-items:end;
  padding:.8rem 0;
  border-top:1px solid var(--border);
}
.path-course-row:first-child { border-top:0; }

/* Páginas institucionais V3 usam o mesmo ritmo vertical da V2.2. */
.institutional-page>.lead { margin-bottom:1.5rem; }
.institutional-grid,
.principles-grid,
.path-grid {
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:1rem;
  margin:1.5rem 0 1.75rem;
}
.institutional-grid>.card,
.principles-grid>.card,
.path-grid>.card { min-width:0; }
.institutional-page>section.card,
.institutional-page>.institutional-grid+section.card,
.institutional-page>.principles-grid+section.card,
.institutional-page>.path-grid+section.card,
.institutional-page>.faq-list+section.card,
.institutional-page>.start-path+section.card {
  margin-top:1.4rem;
}
.institutional-grid .card h2,
.principles-grid .card h2,
.path-grid .card h2 { margin-top:0; }
.institutional-grid .card p:last-child,
.principles-grid .card p:last-child,
.path-grid .card p:last-child { margin-bottom:0; }
.principle-number {
  display:block;
  color:var(--accent-strong);
  font-weight:800;
  margin-bottom:.4rem;
}

/* Comece aqui: passos independentes, sem numeração duplicada. */
.start-path {
  display:grid;
  gap:.8rem;
  margin:1.5rem 0 1.75rem;
  padding:0;
  list-style:none;
}
.start-path-step {
  display:grid;
  grid-template-columns:42px minmax(0,1fr);
  gap:.9rem;
  align-items:center;
  padding:1rem;
  border:1px solid var(--border);
  border-radius:var(--radius);
  background:var(--panel);
}
.start-path-step>span {
  width:38px;
  height:38px;
  display:grid;
  place-items:center;
  border:1px solid var(--border-strong);
  border-radius:50%;
  color:var(--accent-strong);
  font-weight:800;
}
.start-path-step>a {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:1rem;
  min-width:0;
  color:var(--text);
}
.start-path-step>a strong { color:inherit; }
.start-path-step>a em {
  color:var(--accent-strong);
  font-style:normal;
  white-space:nowrap;
}
.faq-list {
  display:grid;
  gap:.8rem;
  margin:1.5rem 0 1.75rem;
}
.faq-list details {
  padding:1rem;
  border:1px solid var(--border);
  border-radius:var(--radius);
  background:var(--surface);
}
.faq-list summary { cursor:pointer; font-weight:700; }

@media (max-width:760px) {
  .lesson-study-grid,
  .course-pedagogy-grid,
  .institutional-grid,
  .principles-grid,
  .path-grid { grid-template-columns:1fr; }
  .path-course-row { grid-template-columns:1fr; }
  .start-path-step>a {
    align-items:flex-start;
    flex-direction:column;
    gap:.25rem;
  }
}
.admin-secretary-page .secretary-filter { margin-top:1.25rem; }
