.docs-table tbody td,
.docs-table thead th {
    border-bottom: 0;
    border-bottom: 1px solid var(--border);
}
.metismenu a:hover,
body,
h1,
h2,
section p strong {
    color: var(--text);
}
:root {
    --ok: #22c55e;
    --text: #0f172a;
}
.docs-table,
.kv__table {
    border-collapse: separate;
}
.docs-download,
.docs-table a,
.metismenu a {
    text-decoration: none;
}
.obj-card::before,
.step:before,
.timeline:before {
    content: "";
    position: absolute;
}
.docs-table thead th,
.kpi b,
.metismenu,
.pill,
.tag {
    text-transform: uppercase;
}
:root {
    --header-h: 57px;
    --c1: #0a3871;
    --bg: #f7f9fc;
    --ink: #1f2937;
    --space-1: 8px;
    --space-2: 12px;
    --space-3: 16px;
    --space-4: 20px;
    --space-5: 24px;
    --space-6: 32px;
    --space-7: 40px;
    --space-8: 56px;
    --content-max: 1040px;
}
.header,
.nav-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: var(--header-h);
}
.step,
.timeline {
    position: relative;
}
.post-data.card-soft > section + section {
    margin-top: var(--space-7);
}
.post-data h1 {
    margin: var(--space-2) 0 var(--space-5);
    line-height: 1.15;
}
.post-data h2,
h1 {
    line-height: 1.25;
}
.post-data h2 {
    margin: 0 0 var(--space-3);
}
.tag {
    margin-bottom: var(--space-3);
}
.kpi-wrap {
    gap: var(--space-3);
    margin-top: var(--space-3);
    margin-bottom: var(--space-6);
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}
.header .header-info h6,
.header .header-info p,
.list {
    margin: 0;
}
.kpi {
    background: linear-gradient(180deg, #fff, #f3f7ff);
    border-radius: 12px;
    padding: var(--space-3) var(--space-4);
}
.kv__table th,
.section {
    border: 1px solid var(--line);
}
.kpi b {
    color: #0f172a;
}
.docs-table {
    border-spacing: 0 var(--space-1);
}
.docs-table thead th {
    background: #f3f6fb;
    padding: var(--space-2) var(--space-3);
    border-bottom: 0;
}
.docs-table tbody tr {
    background: #fff;
    box-shadow: 0 1px 0 rgba(10, 56, 113, 0.05);
}
.docs-table tbody td {
    padding: var(--space-3) var(--space-3);
    border-bottom: 0;
}
.section {
    background: var(--panel);
    border-radius: 12px;
    box-shadow: var(--shadow);
    overflow: hidden;
}
.docs-table,
.iar-btn,
section details[open] {
    box-shadow: var(--shadow-1);
}
.section__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 14px;
    color: #fff;
    font-weight: 700;
    font-size: 0.95rem;
}
.i--ok,
.section__head--ok {
    background: var(--ok);
}
.section__head--warn {
    background: var(--warn);
}
.section__head--danger {
    background: var(--danger);
}
.section__body {
    padding: 16px;
}
.kv {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}
.list,
.list__item {
    display: grid;
    gap: 10px;
}
@media (max-width: 768px) {
    .kv {
        grid-template-columns: 1fr;
    }
}
.kv__table {
    width: 100%;
    border-spacing: 0 8px;
}
.kv__table th {
    width: 42%;
    text-align: left;
    font-weight: 600;
    color: var(--mute);
    padding: 8px 12px;
    background: #f8fafc;
    border-right: 0;
    border-radius: 8px 0 0 8px;
}
.kv__table td {
    padding: 8px 12px;
    background: #fff;
    border: 1px solid var(--line);
    border-left: 0;
    border-radius: 0 8px 8px 0;
}
.list {
    list-style: none;
    padding: 0;
}
.list__item {
    grid-template-columns: 20px 1fr;
    align-items: start;
}
.i {
    width: 20px;
    height: 20px;
    border-radius: 50%;
}
.hr,
.wid-100,
hr {
    width: 100%;
}
.i--warn {
    background: var(--warn);
}
.i--danger {
    background: var(--danger);
}
.alert {
    border-radius: 12px;
    padding: 12px 14px;
    margin-top: 8px;
}
.alert--ok {
    background: var(--ok-bg);
    border: 1px solid #bcebd0;
    color: var(--ok-ink);
}
.alert--warn {
    background: var(--warn-bg);
    border: 1px solid #ffe0a3;
    color: var(--warn-ink);
}
.alert--danger {
    background: var(--danger-bg);
    border: 1px solid #fecdd3;
    color: var(--danger-ink);
}
.timeline {
    padding-left: 22px;
}
.timeline:before {
    left: 9px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: var(--line);
}
.step {
    margin: 10px 0;
}
.step:before {
    left: -3px;
    top: 4px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--info);
    box-shadow: 0 0 0 3px #e7f0ff;
}
.scorebar {
    display: flex;
    gap: 4px;
    align-items: center;
}
.scorebar__bar {
    flex: 1;
    height: 10px;
    border-radius: 999px;
    background: linear-gradient(90deg, #ef4444 0, #f59e0b 50%, #22c55e 100%);
}
.scorebar__label {
    font-size: 0.8rem;
    color: var(--mute);
}
.iar-btn {
    border-radius: 8px;
    border: 1px solid #d9e2f2;
    background: #fff;
    font-size: 0.85rem;
    cursor: pointer;
}
.iar-btn:hover {
    background: #f8fafc;
    transform: translateY(-1px);
    box-shadow: var(--shadow-2);
}
:root {
    --ok-ink: #0f5132;
    --ok-bg: #e8f8ee;
    --warn: #f59e0b;
    --warn-ink: #7a4e0d;
    --warn-bg: #fff7e6;
    --danger: #ef4444;
    --danger-ink: #7f1d1d;
    --danger-bg: #fff1f2;
    --info: #3b82f6;
    --mute: #6b7280;
    --panel: #ffffff;
    --line: #e5eaf2;
    --shadow: 0 6px 18px rgba(16, 24, 40, 0.06);
    --bg: #f7f8fa;
    --bg-elev: #ffffff;
    --text-weak: #475569;
    --brand: #3ac977;
    --brand-strong: #2cad62;
    --brand-weak: #e7f7ee;
    --accent: #1e293b;
    --border: #e5e7eb;
    --card: #ffffff;
    --muted: #64748b;
    --radius-sm: 8px;
    --radius-md: 12px;
    --radius-lg: 16px;
    --shadow-1: 0 1px 2px rgba(15, 23, 42, 0.06), 0 1px 1px rgba(15, 23, 42, 0.04);
    --shadow-2: 0 8px 24px rgba(15, 23, 42, 0.08);
    --gap-1: 0.5rem;
    --gap-2: 0.75rem;
    --gap-3: 1rem;
    --gap-4: 1.5rem;
    --gap-5: 2rem;
    --kpi-bg: #f1f5f9;
    --kpi-text: #0f172a;
    --focus: 2px solid #2563eb;
}
[data-theme-version="dark"] {
    --bg: #0b0f17;
    --bg-elev: #0f172a;
    --text: #e5e7eb;
    --text-weak: #94a3b8;
    --border: #1f2937;
    --card: #0f172a;
    --kpi-bg: #111827;
    --kpi-text: #e5e7eb;
    --brand-weak: #153a2a;
    --shadow-1: 0 1px 2px rgba(0, 0, 0, 0.35);
    --shadow-2: 0 8px 24px rgba(0, 0, 0, 0.4);
}
html {
    scroll-behavior: smooth;
}
body {
    background: var(--bg);
    font-family: Poppins, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif;
    line-height: 1.5;
    text-rendering: optimizeLegibility;
}
.nav-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.nav-header .logo img {
    display: block;
    height: 32px;
    width: auto;
}
.header .navbar {
    min-height: 56px;
}
.header .btn.btn-primary,
.header .btn.btn-success {
    border-radius: var(--radius-sm);
    font-weight: 700;
    letter-spacing: 0.02em;
}
.header .btn.btn-success {
    background: var(--brand) !important;
    border-color: var(--brand) !important;
}
.card-soft,
.content-body > div {
    padding: var(--gap-4);
}
.post-1 .post-data.card-soft {
    padding: var(--gap-5);
    padding-top: 18px !important;
}
h1 {
    font-size: clamp(1.25rem, 1.2rem + 1vw, 1.625rem);
}
h2 {
    font-size: clamp(1rem, 0.9rem + 0.6vw, 1.125rem);
    margin: var(--gap-4) 0 var(--gap-2);
}
.tag {
    display: inline-block;
    background: var(--brand-weak);
    color: var(--brand-strong);
    font-weight: 700;
    letter-spacing: 0.04em;
    padding: 0.35rem 0.6rem;
    border-radius: 999px;
    border: 1px solid rgba(58, 201, 119, 0.25);
    margin-bottom: var(--gap-2);
}
.kpi-wrap {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: var(--gap-3);
    margin: var(--gap-4) 0 var(--gap-3);
}
@media (min-width: 768px) {
    .kpi-wrap {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
.kpi {
    background: var(--kpi-bg);
    color: var(--kpi-text);
    border-radius: var(--radius-md);
    padding: 0.75rem 0.9rem;
    border: 1px dashed rgba(100, 116, 139, 0.25);
}
.kpi b {
    display: block;
    font-size: 0.75rem;
    letter-spacing: 0.05em;
    color: var(--muted);
    margin-bottom: 0.25rem;
}
.metismenu a {
    color: var(--text-weak);
}
.post-1 p {
    color: var(--text-weak);
    margin: 1.25rem 0;
}
.docs-table {
    border: 1px solid var(--border);
    background: var(--card);
    border-radius: var(--radius-lg);
    overflow: hidden;
}
.docs-table thead th {
    text-align: left;
    color: var(--muted);
    background: linear-gradient(180deg, #f8fafc, #f1f5f9);
}
[data-theme-version="dark"] .docs-table thead th {
    background: #0b1220;
}
.docs-table tbody td {
    padding: 0.75rem 0.9rem;
    vertical-align: middle;
}
.docs-table tbody tr:nth-child(odd) td {
    background: rgba(2, 6, 23, 0.02);
}
.docs-table a {
    font-weight: 600;
    border-bottom: 1px dashed currentColor;
}
.docs-table a:hover {
    opacity: 0.8;
}
@media (max-width: 720px) {
    .docs-table {
        display: block;
        overflow-x: auto;
    }
    .docs-table tbody,
    .docs-table thead,
    .docs-table tr {
        display: table;
        width: 100%;
    }
}
.docs-table td:first-child,
.docs-table th:first-child {
    position: sticky;
    left: 0;
    background: inherit;
}


.iar-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.55rem 0.9rem;
    background: var(--brand);
    color: #fff !important;
    border: 1px solid var(--brand);
    border-radius: var(--radius-sm);
    font-weight: 700;
    transition: transform 0.08s, box-shadow 0.2s, opacity 0.15s;
}
.deznav,
.footer,
section details {
    background: var(--card);
}
.iar-btn:active {
    transform: translateY(0);
}
.deznav {
    border-right: 1px solid var(--border);
}


.metismenu a {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.625rem var(--gap-4);
    border-left: 3px solid transparent;
}
.docs-download,
.docs-table,
.docs-table td {
    color: var(--docs-text);
}


.dropdown-menu {
    border-radius: var(--radius-md);
    border: 1px solid var(--border);
    box-shadow: var(--shadow-2);
    overflow: hidden;
}
.dropdown-item {
    padding: 0.625rem 0.9rem;
    border-radius: 0.5rem;
}
.footer {
    border-top: 1px solid var(--border);
}
.footer .copyright p {
    color: var(--muted);
}
.docs-table td:nth-child(2),
.docs-table td:nth-child(3),
.docs-table thead th {
    color: var(--docs-sub);
    white-space: nowrap;
}
a {
    color: inherit;
}
[role="button"]:focus-visible,
a:focus-visible,
button:focus-visible {
    outline: var(--focus);
    outline-offset: 2px;
    border-radius: 6px;
}
@media (prefers-reduced-motion: reduce) {
    * {
        animation: none !important;
        transition: none !important;
    }
}
.hr,
hr {
    border: 0;
    height: 1px;
    background: var(--border);
    margin: var(--gap-4) 0;
}
@media (min-width: 1200px) {
    .content-body > div {
        padding: 0;
    }
    .post-1 {
        margin-inline: auto;
    }
}
.content-body {
    padding-top: 0 !important;
    border: none !important;
}
section details {
    border: 1px solid var(--border);
    border-radius: var(--radius-md);
    padding: 0.5rem 0.75rem;
    margin-bottom: 0.5rem;
}
section details summary {
    cursor: pointer;
    font-weight: 700;
    color: var(--text);
}
a.btn.btn-danger.btn-xs {
    --btn: #dc2626;
    background: var(--btn);
    border-color: var(--btn);
    color: #fff;
    font-weight: 700;
    border-radius: var(--radius-sm);
    padding: 0.5rem 0.75rem;
}
.docs-table td,
.docs-table thead th {
    padding: 14px 16px;
    border-bottom: 1px solid var(--docs-line);
}
a.btn.btn-danger.btn-xs:hover {
    opacity: 0.9;
}

/* ===== Botão favorito em destaque ===== */
.lic-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    margin: 0 0 20px;
    padding: 14px 16px;
    background: linear-gradient(135deg, #fffbeb 0%, #fef3c7 100%);
    border: 1px solid #fcd34d;
    border-radius: 14px;
    box-shadow: 0 4px 16px rgba(245, 158, 11, 0.12);
}
[data-theme-version="dark"] .lic-actions {
    background: linear-gradient(135deg, rgba(245, 158, 11, 0.12) 0%, rgba(217, 119, 6, 0.08) 100%);
    border-color: rgba(251, 191, 36, 0.35);
}
.lic-actions__feedback {
    flex: 1 1 100%;
    margin: 0;
}
.lic-actions__feedback:empty {
    display: none;
}
.lic-actions__feedback .alert {
    margin: 8px 0 0;
    padding: 10px 14px;
    font-size: 14px;
}
.favorito-btn--highlight {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 22px;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    font: 700 15px/1 Poppins, system-ui;
    color: #fff;
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
    box-shadow: 0 4px 14px rgba(217, 119, 6, 0.35);
    transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}
.favorito-btn--highlight:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(217, 119, 6, 0.45);
    background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
}
.favorito-btn--highlight:active {
    transform: translateY(0);
}
.favorito-btn--highlight.favorito-btn--active {
    background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);
    box-shadow: 0 4px 14px rgba(22, 163, 74, 0.35);
}
.favorito-btn--highlight.favorito-btn--active:hover {
    background: linear-gradient(135deg, #16a34a 0%, #15803d 100%);
    box-shadow: 0 6px 20px rgba(22, 163, 74, 0.45);
}
.favorito-btn--highlight.favorito-btn--active .favorito-btn__icon path {
    fill: currentColor;
    stroke: none;
}
.favorito-btn__icon {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
}
.favorito-btn--highlight:focus-visible {
    outline: 2px solid #f59e0b;
    outline-offset: 3px;
}
@media (max-width: 740px) {
    .favorito-btn--highlight {
        width: 100%;
        padding: 14px 18px;
        font-size: 14px;
    }
}

img {
    max-width: 100%;
    height: auto;
    -webkit-user-drag: none;
}
.post-1 h1 {
    word-wrap: break-word;
    overflow-wrap: anywhere;
}
:root {
    --docs-bg: #fff;
    --docs-text: #0f172a;
    --docs-sub: #475569;
    --docs-line: #e2e8f0;
    --docs-head: #f8fafc;
    --docs-hover: #f1f5f9;
    --docs-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), 0 8px 24px rgba(15, 23, 42, 0.06);
    --docs-radius: 12px;
    --no: #ef4444;
    --pct: #0284c7;
    --info: #6b7280;
    --bg: #fff;
    --line: #e5e7eb;
    --sub: #475569;
    --r: 12px;
}
[data-theme-version="dark"],
[data-theme-version="dark"] :root {
    --docs-bg: #0b1220;
    --docs-text: #e5e7eb;
    --docs-sub: #94a3b8;
    --docs-line: #1f2937;
    --docs-head: #0f172a;
    --docs-hover: #0f1b31;
    --docs-shadow: 0 1px 2px rgba(0, 0, 0, 0.4), 0 8px 24px rgba(0, 0, 0, 0.35);
    --bg: #0b1220;
    --line: #1f2937;
    --text: #e5e7eb;
    --sub: #94a3b8;
    --obj-bg: #0b1220;
    --obj-text: #e5e7eb;
    --obj-sub: #94a3b8;
    --obj-line: #1f2937;
    --obj-head: #3ac977;
    --obj-shadow: 0 1px 2px rgba(0, 0, 0, 0.35), 0 10px 30px rgba(0, 0, 0, 0.4);
}
.docs-table-wrap {
    margin-top: 12px;
    background: var(--docs-bg);
    border: 1px solid var(--docs-line);
    border-radius: var(--docs-radius);
    box-shadow: var(--docs-shadow);
    overflow: auto;
}
.docs-table {
    width: 100%;
    border-spacing: 0;
    min-width: 720px;
}
.docs-table thead th {
    position: sticky;
    top: 0;
    z-index: 1;
    background: linear-gradient(to bottom, var(--docs-head), var(--docs-head));
    font: 600 12px/1.2 Poppins, system-ui;
    letter-spacing: 0.02em;
}
.docs-table td {
    vertical-align: middle;
    font: 400 14px/1.45 Poppins, system-ui;
}
.docs-table tbody tr:nth-child(2n) {
    background: rgba(148, 163, 184, 0.06);
}
.docs-table tbody tr:hover {
    background: var(--docs-hover);
}
.docs-table td:first-child {
    font-weight: 600;
    word-break: break-word;
}
.docs-table td:nth-child(4) {
    text-align: right;
    white-space: nowrap;
}
.docs-download {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 12px;
    border: 1px solid var(--docs-line);
    border-radius: 10px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.02), rgba(0, 0, 0, 0.02));
    transition: transform 0.12s, box-shadow 0.12s, background 0.12s, border-color 0.12s;
}
.docs-download:hover {
    transform: translateY(-1px);
    box-shadow: var(--docs-shadow);
    border-color: #cbd5e1;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.06), rgba(0, 0, 0, 0.03));
}
.docs-download .ico {
    width: 18px;
    height: 18px;
    display: inline-block;
    flex: 0 0 18px;
}
.docs-badge {
    display: inline-block;
    margin-left: 8px;
    padding: 2px 8px;
    border-radius: 999px;
    font: 600 11px/1 Poppins, system-ui;
    color: #0369a1;
    background: #e0f2fe;
}
.docs-empty {
    padding: 18px;
    color: var(--docs-sub);
    font: 500 14px/1.4 Poppins, system-ui;
}
.docs-table a:focus-visible {
    outline: #3b82f6 solid 2px;
    outline-offset: 2px;
    border-radius: 8px;
}
:root {
    --obj-bg: #fff;
    --obj-text: #0f172a;
    --obj-sub: #475569;
    --obj-line: #e2e8f0;
    --obj-head: #0b7;
    --obj-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), 0 10px 30px rgba(15, 23, 42, 0.06);
    --obj-radius: 14px;
    --obj-max-lines: 9;
}
.obj-section {
    margin-top: 16px;
}
.obj-section h2,
.obj-sectionh3 {
    font: 700 18px/1.2 Poppins, system-ui;
    color: var(--obj-text);
    margin: 0 0 10px;
    letter-spacing: 0.2px;
}
.obj-card {
    position: relative;
    background: var(--obj-bg);
    border: 1px solid var(--obj-line);
    border-radius: var(--obj-radius);
    box-shadow: var(--obj-shadow);
    padding: 18px 16px 16px;
    overflow: hidden;
}
.obj-card::before {
    inset: 0 auto 0 0;
    width: 4px;
    background: linear-gradient(180deg, var(--obj-head), #16a34a);
    opacity: 0.8;
    border-radius: 4px 0 0 4px;
}
#objeto-texto {
    color: var(--obj-text);
    font: 400 15px/1.6 Poppins, system-ui;
    margin: 0;
    white-space: pre-wrap;
    word-break: break-word;
}
#objeto-texto strong {
    color: var(--obj-sub);
    font-weight: 700;
}
.obj-card:not(.is-open) #objeto-texto {
    display: -webkit-box;
    -webkit-line-clamp: var(--obj-max-lines);
    -webkit-box-orient: vertical;
    overflow: hidden;
    position: relative;
    max-height: calc(1.6em * var(--obj-max-lines) + 2px);
}
.obj-card:not(.is-open) #objeto-texto::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 56px;
    background: linear-gradient(to top, var(--obj-bg) 60%, transparent);
    pointer-events: none;
}
.lic-qual {
    display: none;
    margin: 24px 0;
}
.lic-qual__blocks {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 18px;
}
.lic-qual-block {
    margin: 0;
}
.lic-qual-block__title {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0 0 16px;
    padding: 0 0 12px;
    border-bottom: 2px solid var(--line);
    font: 700 15px/1.2 Poppins, system-ui;
    color: var(--text);
    letter-spacing: 0.02em;
    text-transform: uppercase;
}
.lic-qual-block__num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 32px;
    width: 32px;
    height: 32px;
    border-radius: 8px;
    font: 800 12px/1 Poppins, system-ui;
    color: #fff;
    background: linear-gradient(135deg, #22c55e, #16a34a);
    box-shadow: 0 2px 6px rgba(22, 163, 74, 0.25);
}

.title {
    margin: 0;
    font: 800 18px/1.2 Poppins, system-ui;
    color: #fff;
    background: linear-gradient(90deg, #22c55e, #16a34a);
    padding: 14px 16px;
    border-radius: 10px;
    text-align: center;
}
.group,
.qual__head {
    font: 700 14px/1.2 Poppins, system-ui;
    color: var(--text);
}
.group {
    margin: 18px 0 8px;
}
.lic-qual-block .grid {
    gap: 16px;
}
.grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
}
.qual,
.qual__head {
    display: flex;
    gap: 8px;
}
.qual {
    background: var(--bg);
    border: 1px solid var(--line);
    border-radius: var(--r);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04), 0 8px 24px rgba(15, 23, 42, 0.06);
    padding: 14px;
    flex-direction: column;
}
.qual__head {
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--line);
    padding-bottom: 8px;
}
.qual__desc {
    color: var(--sub);
    font: 500 13px/1.5 Poppins, system-ui;
}
.doc-list {
    margin: 0;
    padding-left: 18px;
}
.doc-list li {
    margin: 4px 0;
}
.pill {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 999px;
    font: 800 11px/1 Poppins, system-ui;
    letter-spacing: 0.3px;
    border: 1px solid currentColor;
}
.pill--yes {
    color: #22c55e;
    background: rgba(34, 197, 94, 0.1);
}
.pill--no {
    color: #ef4444;
    background: rgba(239, 68, 68, 0.1);
}
.pill--pct {
    color: #0284c7;
    background: rgba(2, 132, 199, 0.12);
}
.pill--info {
    color: #6b7280;
    background: rgba(107, 114, 128, 0.14);
}
.qual.is-yes {
    box-shadow: 0 0 0 2px rgba(34, 197, 94, 0.08), 0 8px 24px rgba(15, 23, 42, 0.06);
}
.qual.is-no {
    box-shadow: 0 0 0 2px rgba(239, 68, 68, 0.08), 0 8px 24px rgba(15, 23, 42, 0.06);
}
.qual.is-pct {
    box-shadow: 0 0 0 2px rgba(2, 132, 199, 0.1), 0 8px 24px rgba(15, 23, 42, 0.06);
}
.qual.is-info {
    box-shadow: 0 0 0 2px rgba(107, 114, 128, 0.1), 0 8px 24px rgba(15, 23, 42, 0.06);
}
@media (max-width: 740px) {
    .docs-table {
        min-width: 0;
    }
    .docs-table thead {
        display: none;
    }
    .docs-table tbody tr {
        display: block;
        border-bottom: 1px solid var(--docs-line);
        padding: 10px 12px;
    }
    .docs-table td {
        display: flex;
        justify-content: space-between;
        gap: 16px;
        padding: 10px 0;
        border: 0;
    }
    .docs-table td::before {
        content: attr(data-label);
        font: 600 12px/1.2 Poppins, system-ui;
        color: var(--docs-sub);
        text-transform: uppercase;
        letter-spacing: 0.02em;
    }
    .docs-table td:nth-child(4) {
        justify-content: flex-start;
    }
    .card-soft {
        padding: 0 !important;
    }
}
#lic-qual-title {
    font: 700 18px/1.2 Poppins, system-ui;
    color: #fff;
    margin: 0;
    letter-spacing: 0.2px;
}
@media (max-width: 740px) {
    .lic-qual-block__title {
        font-size: 13px;
        gap: 10px;
    }
    .lic-qual-block__num {
        flex: 0 0 28px;
        width: 28px;
        height: 28px;
        font-size: 11px;
    }
}
.see-also ul a {
    text-decoration: underline;
}
.see-also ul a:hover {
    color: #1178ca;
}

/* ===== Documentos (PDF) — melhorias visuais ===== */
.docs-section {
    margin-top: 16px;
}
.docs-section__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 10px;
}
.docs-section__head .obj-sectionh3 {
    margin: 0;
}
.docs-count {
    display: inline-flex;
    align-items: center;
    padding: 4px 12px;
    border-radius: 999px;
    font: 600 12px/1 Poppins, system-ui;
    color: #166534;
    background: #dcfce7;
    border: 1px solid #bbf7d0;
    white-space: nowrap;
}
[data-theme-version="dark"] .docs-count {
    color: #86efac;
    background: rgba(34, 197, 94, 0.12);
    border-color: rgba(34, 197, 94, 0.25);
}
.docs-section .docs-table-wrap {
    margin-top: 0;
}
.docs-section .docs-table {
    min-width: 680px;
}
.docs-name {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    min-width: 0;
}
.docs-pdf-icon {
    flex: 0 0 36px;
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    color: #dc2626;
    background: linear-gradient(135deg, #fef2f2, #fee2e2);
    border: 1px solid #fecaca;
}
.docs-pdf-icon svg {
    width: 20px;
    height: 20px;
}
[data-theme-version="dark"] .docs-pdf-icon {
    color: #fca5a5;
    background: rgba(220, 38, 38, 0.12);
    border-color: rgba(220, 38, 38, 0.25);
}
.docs-name-text {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.45;
    word-break: break-word;
}
.docs-date {
    display: inline-flex;
    align-items: center;
    font: 500 13px/1.3 Poppins, system-ui;
    color: var(--docs-sub);
    white-space: nowrap;
}
.docs-date--empty {
    opacity: 0.45;
}
.docs-type-badge {
    display: inline-block;
    max-width: 220px;
    padding: 4px 10px;
    border-radius: 999px;
    font: 600 11px/1.3 Poppins, system-ui;
    color: #1e40af;
    background: #eff6ff;
    border: 1px solid #dbeafe;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
}
.docs-type-badge--muted {
    color: var(--docs-sub);
    background: rgba(148, 163, 184, 0.12);
    border-color: var(--docs-line);
}
[data-theme-version="dark"] .docs-type-badge {
    color: #93c5fd;
    background: rgba(59, 130, 246, 0.12);
    border-color: rgba(59, 130, 246, 0.25);
}
.docs-section .docs-download {
    gap: 8px;
    padding: 9px 14px;
    border-color: #16a34a;
    background: linear-gradient(180deg, #22c55e, #16a34a);
    color: #fff !important;
    font: 700 13px/1 Poppins, system-ui;
    box-shadow: 0 2px 8px rgba(22, 163, 74, 0.25);
}
.docs-section .docs-download:hover {
    transform: translateY(-1px);
    border-color: #15803d;
    background: linear-gradient(180deg, #16a34a, #15803d);
    box-shadow: 0 4px 14px rgba(22, 163, 74, 0.35);
    opacity: 1;
}
.docs-section .docs-download .ico {
    color: #fff;
}
.docs-section .docs-badge {
    margin-left: 0;
    padding: 2px 7px;
    color: #166534;
    background: #fff;
    font-size: 10px;
}
.docs-empty-state {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 32px 20px;
    text-align: center;
    background: var(--docs-bg);
    border: 1px dashed var(--docs-line);
    border-radius: var(--docs-radius);
}
.docs-empty-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 12px;
    color: var(--docs-sub);
    background: rgba(148, 163, 184, 0.1);
}
.docs-empty-icon svg {
    width: 26px;
    height: 26px;
}
.docs-section .docs-empty {
    padding: 0;
    margin: 0;
}
@media (max-width: 740px) {
    .docs-section .docs-table {
        min-width: 0;
    }
    .docs-section .docs-table tbody tr {
        padding: 14px;
        border-radius: 10px;
        margin-bottom: 10px;
        background: var(--docs-bg);
        border: 1px solid var(--docs-line);
    }
    .docs-section .docs-table tbody tr:last-child {
        margin-bottom: 0;
    }
    .docs-section .docs-table td {
        padding: 8px 0;
    }
    .docs-section .docs-table td:nth-child(4) {
        justify-content: stretch;
        padding-top: 12px;
    }
    .docs-section .docs-download {
        width: 100%;
        justify-content: center;
    }
    .docs-type-badge {
        max-width: 100%;
    }
}

/* ===== Layout estilo aplicativo (SEO intacto) ===== */
.lic-app {
    --app-max: 960px;
    --app-radius: 20px;
    --app-bg: #eef1f6;
    --app-card: #ffffff;
    --app-shadow: 0 8px 32px rgba(15, 23, 42, 0.08);
    --app-dock-h: 64px;
    --app-header-h: 52px;
    --app-sidebar-w: 280px;
    background: var(--app-bg) !important;
    -webkit-font-smoothing: antialiased;
}
.lic-app #main-wrapper {
    background: var(--app-bg);
}

/* ===== Header unificado (app) ===== */
.lic-app .nav-header,
.lic-app .header {
    display: none !important;
}
.lic-app-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1060;
    height: calc(var(--app-header-h) + env(safe-area-inset-top, 0px));
    padding-top: env(safe-area-inset-top, 0px);
    background: #0a192f;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 2px 12px rgba(10, 25, 47, 0.25);
}
.lic-app-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    max-width: var(--app-max);
    height: var(--app-header-h);
    margin: 0 auto;
    padding: 0 12px;
    position: relative;
}
.lic-app .lic-app-header .nav-control.lic-app-header__toggle {
    position: static !important;
    top: auto !important;
    right: auto !important;
    left: auto !important;
    transform: none !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 44px !important;
    height: 44px !important;
    margin: 0 !important;
    padding: 0 !important;
    flex-shrink: 0;
    border-radius: 12px;
    cursor: pointer;
    background: transparent !important;
    z-index: 1;
    -webkit-tap-highlight-color: transparent;
}
.lic-app-header__toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    margin: 0;
    flex-shrink: 0;
    border-radius: 12px;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}
.lic-app .lic-app-header .nav-control.lic-app-header__toggle .hamburger {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: 22px !important;
    height: 16px !important;
    margin: 0 !important;
}
.lic-app .lic-app-header .nav-control.lic-app-header__toggle .hamburger .line {
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    height: 2px !important;
    margin: 0 !important;
    background: #fff !important;
    border-radius: 2px;
    transition: transform 0.25s ease, opacity 0.2s ease, top 0.25s ease;
}
.lic-app .lic-app-header .nav-control.lic-app-header__toggle .hamburger .line:nth-child(1) { top: 0 !important; transform: none !important; }
.lic-app .lic-app-header .nav-control.lic-app-header__toggle .hamburger .line:nth-child(2) { top: 7px !important; opacity: 1 !important; transform: none !important; }
.lic-app .lic-app-header .nav-control.lic-app-header__toggle .hamburger .line:nth-child(3) { top: 14px !important; transform: none !important; }
.lic-app .lic-app-header .nav-control.lic-app-header__toggle.is-open .hamburger .line:nth-child(1) {
    top: 7px !important;
    transform: rotate(45deg) !important;
}
.lic-app .lic-app-header .nav-control.lic-app-header__toggle.is-open .hamburger .line:nth-child(2) {
    opacity: 0 !important;
}
.lic-app .lic-app-header .nav-control.lic-app-header__toggle.is-open .hamburger .line:nth-child(3) {
    top: 7px !important;
    transform: rotate(-45deg) !important;
}
.lic-app-header__toggle:focus-visible,
.lic-app .lic-app-header .nav-control.lic-app-header__toggle:focus-visible {
    outline: 2px solid rgba(255, 255, 255, 0.5);
    outline-offset: 2px;
}
.lic-app-header__actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-shrink: 0;
    min-width: 44px;
}
.lic-app-header__avatar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: linear-gradient(135deg, #22c55e, #16a34a);
    color: #fff;
    font: 700 14px/1 Poppins, system-ui, sans-serif;
    text-decoration: none;
    border: 2px solid rgba(255, 255, 255, 0.2);
}
.lic-app-header__avatar:hover,
.lic-app-header__avatar:focus-visible {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.45);
}
.lic-app-header__login {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 0 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff !important;
    font: 600 13px/1 Poppins, system-ui, sans-serif;
    text-decoration: none;
    white-space: nowrap;
}
.lic-app-header__login:hover {
    background: rgba(255, 255, 255, 0.2);
    color: #fff !important;
}
.lic-app-header__dropdown {
    min-width: 220px;
    margin-top: 8px !important;
    padding: 6px 0;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.14);
}
.lic-app-header__dropdown-user {
    padding: 10px 14px 8px;
    border-bottom: 1px solid #eef2f6;
}
.lic-app-header__dropdown-user strong {
    display: block;
    font: 700 14px/1.25 Poppins, system-ui;
    color: #0f172a;
}
.lic-app-header__dropdown-user span {
    display: block;
    margin-top: 2px;
    font: 500 12px/1.3 Poppins, system-ui;
    color: #64748b;
}
.lic-app-header__dropdown .dropdown-item {
    padding: 9px 14px;
    font: 500 14px/1.2 Poppins, system-ui;
    color: #334155;
}
.lic-app-header__dropdown .dropdown-item:hover {
    background: #f1f5f9;
    color: #0f172a;
}

.lic-app .content-body {
    background: transparent !important;
    padding-top: calc(var(--app-header-h) + env(safe-area-inset-top, 0px) + 8px) !important;
    padding-bottom: 0 !important;
}
.lic-app .content-body > .row {
    margin: 0;
}
.lic-app .content-body .col-xl-12 {
    padding: 0;
}
.lic-app .post-1 {
    max-width: var(--app-max);
    margin: 0 auto;
}
.lic-app__sheet {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    padding: 0 10px 8px !important;
}
.lic-app__title {
    margin: 0 0 10px;
    padding: 0;
    font: 800 20px/1.25 Poppins, system-ui, sans-serif;
    color: #0f172a;
    letter-spacing: -0.02em;
}
.lic-app__tag {
    display: inline-block;
    margin-bottom: 8px;
    padding: 4px 10px;
    border-radius: 999px;
    font: 700 10px/1 Poppins, system-ui;
    letter-spacing: 0.04em;
    color: #166534;
    background: #dcfce7;
    border: 1px solid #bbf7d0;
}
.lic-app__kpis {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
    overflow: visible !important;
    padding: 0 !important;
    margin: 0 0 10px !important;
    scroll-snap-type: none;
}
.lic-app__kpis .kpi {
    flex: unset;
    min-width: 0;
    scroll-snap-align: unset;
    margin: 0;
    padding: 8px 10px;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    background: var(--app-card);
    box-shadow: 0 1px 4px rgba(15, 23, 42, 0.04);
    font-size: 12px;
    line-height: 1.35;
    word-break: break-word;
}
.lic-app__kpis .kpi b {
    display: block;
    margin-bottom: 4px;
    font-size: 9px;
    letter-spacing: 0.05em;
    color: #64748b;
}
.lic-app__pncp {
    margin: 0 0 10px;
    padding: 0;
    font-size: 13px;
    line-height: 1.4;
}
.lic-app__pncp--btn {
    margin: 0 0 12px;
    padding: 0;
}
.lic-app__pncp-btn {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 46px;
    padding: 12px 16px !important;
    border-radius: 14px !important;
    font: 700 15px/1.2 Poppins, system-ui, sans-serif !important;
    text-decoration: none !important;
    box-shadow: 0 4px 14px rgba(220, 38, 38, 0.28);
}
.lic-app__pncp-btn:hover {
    opacity: 0.92;
    color: #fff !important;
}
.lic-app__pncp a {
    color: #64748b;
    text-decoration: none;
    font-weight: 500;
}
.lic-app__pncp a:hover {
    color: #0a3871;
    text-decoration: underline;
}
.lic-app__block {
    margin-bottom: 8px;
    padding: 12px;
    background: var(--app-card);
    border: 1px solid #e8edf3;
    border-radius: 16px;
    box-shadow: 0 2px 12px rgba(15, 23, 42, 0.05);
}
.lic-app .post-data.card-soft > section + section {
    margin-top: 0;
}
.lic-app .post-data h1 {
    margin: 0 0 10px;
}
.lic-app__block.obj-section,
.lic-app__block.docs-section {
    margin-top: 0 !important;
}
.lic-app__section-title,
.lic-app__block .obj-sectionh3,
.lic-app__block h2,
.lic-app__block #obj-title {
    margin: 0 0 12px;
    font: 700 16px/1.25 Poppins, system-ui;
    color: #0f172a;
}
.lic-app__block .obj-card {
    border: 0;
    box-shadow: none;
    padding: 0;
    background: transparent;
}
.lic-app__block .obj-card::before {
    display: none;
}
.lic-app__block .docs-table-wrap {
    border: 0;
    box-shadow: none;
    background: transparent;
}
.lic-app__chips ul {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    list-style: none;
    padding: 0;
    margin: 0;
}
.lic-app__chips ul a {
    display: inline-block;
    padding: 8px 12px;
    border-radius: 999px;
    font: 600 12px/1.2 Poppins, system-ui;
    color: #0a3871;
    background: #eff6ff;
    border: 1px solid #dbeafe;
    text-decoration: none;
}
.lic-app__faq details {
    border: 1px solid #e8edf3;
    border-radius: 14px;
    padding: 0;
    margin-bottom: 8px;
    background: #f8fafc;
    overflow: hidden;
}
.lic-app__faq details summary {
    padding: 12px 14px;
    font-size: 14px;
}
.lic-app__faq details p {
    margin: 0;
    padding: 0 14px 14px;
    font-size: 14px;
    color: #475569;
}
.lic-app-dock {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1040;
    padding: 10px 12px calc(10px + env(safe-area-inset-bottom, 0px));
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-top: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 -8px 32px rgba(15, 23, 42, 0.1);
}
.lic-app-dock__inner {
    display: flex;
    gap: 10px;
    max-width: var(--app-max);
    margin: 0 auto;
    align-items: stretch;
}
.lic-app-dock__btn {
    flex: 1 1 100%;
    width: 100%;
    min-height: 48px;
    padding: 12px 16px !important;
    border-radius: 14px !important;
    font-size: 14px !important;
}
.lic-app-dock__feedback {
    max-width: var(--app-max);
    margin: 8px auto 0;
}
.lic-app-dock__feedback:empty {
    display: none;
}
.lic-app .footer {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: none;
    margin: 8px auto calc(var(--app-dock-h) + 16px + env(safe-area-inset-bottom, 0px)) !important;
    padding: 12px !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
    background: transparent;
    border: 0;
    text-align: center;
    font-size: 11px;
    color: #94a3b8;
    box-sizing: border-box;
}
.lic-app .footer .copyright {
    max-width: var(--app-max);
    width: 100%;
    margin: 0 auto;
    padding: 0 !important;
}
.lic-app .footer .copyright p {
    margin: 0;
    line-height: 1.5;
    text-align: center;
}
@media (min-width: 768px) {
    .lic-app__kpis {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
    .lic-app__sheet {
        padding: 0 0 8px !important;
    }
    .lic-app-dock__inner,
    .lic-app-dock__feedback {
        padding-left: 0;
        padding-right: 0;
    }
}
@media (max-width: 767px) {
    .lic-app .deznav {
        border-radius: 0 16px 16px 0;
    }
}

/* ===== Menu lateral estilo app (drawer) ===== */
.lic-app .content-body {
    margin-left: 0 !important;
    padding-left: 0 !important;
}
.lic-app .app-drawer {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: min(320px, 88vw);
    max-width: 88vw;
    height: 100dvh !important;
    padding: 0 !important;
    margin: 0 !important;
    background: #fff;
    border-right: 0;
    box-shadow: 8px 0 40px rgba(15, 23, 42, 0.18);
    transform: translateX(-105%);
    transition: transform 0.28s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1050;
    display: flex !important;
    flex-direction: column !important;
    overflow: hidden;
}
.lic-app .app-drawer.is-open {
    transform: translateX(0);
}
.lic-app .app-drawer__scroll {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-height: 0;
    height: auto !important;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
.lic-app .app-drawer__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex: 0 0 auto;
    order: 0;
    padding: 16px 14px;
    background: linear-gradient(135deg, #0a192f, #0f2744);
}
.lic-app .app-drawer__brand img {
    display: block;
    height: 28px;
    width: auto;
}
.lic-app .app-drawer__close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border: 0;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    cursor: pointer;
}
.lic-app .app-drawer__close svg {
    width: 20px;
    height: 20px;
}
.lic-app .app-drawer__user {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 12px 14px 4px;
    padding: 12px;
    border-radius: 14px;
    background: #f8fafc;
    border: 1px solid #e8edf3;
}
.lic-app .app-drawer__avatar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 12px;
    font: 800 16px/1 Poppins, system-ui;
    color: #fff;
    background: linear-gradient(135deg, #22c55e, #16a34a);
}
.lic-app .app-drawer__user-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}
.lic-app .app-drawer__user-info strong {
    font: 700 14px/1.2 Poppins, system-ui;
    color: #0f172a;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.lic-app .app-drawer__user-info span {
    font: 500 12px/1.2 Poppins, system-ui;
    color: #64748b;
}
.lic-app .app-drawer__nav {
    flex: 1 1 auto;
    min-height: 0;
    padding: 8px 10px 12px;
}
.lic-app .app-drawer__group {
    margin: 12px 8px 6px;
    padding: 0;
    font: 700 10px/1 Poppins, system-ui;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #94a3b8;
}
.lic-app .app-drawer__list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.lic-app .app-drawer__list > li {
    margin: 0 0 4px;
}
.lic-app .app-drawer__link {
    display: flex !important;
    align-items: center !important;
    flex-direction: row !important;
    gap: 12px;
    padding: 10px 12px !important;
    border-radius: 14px;
    border-left: 0 !important;
    text-decoration: none !important;
    text-transform: none !important;
    color: #0f172a !important;
    font: 600 14px/1.35 Poppins, system-ui;
    transition: background 0.15s ease;
}
.lic-app .app-drawer__link:hover,
.lic-app .app-drawer__link:focus-visible {
    background: #f1f5f9;
}
.lic-app .app-drawer__icon {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    border-radius: 12px;
    line-height: 0;
}
.lic-app .app-drawer__icon svg {
    display: block;
    width: 20px;
    height: 20px;
}
.lic-app .app-drawer__icon--green { color: #16a34a; background: #dcfce7; }
.lic-app .app-drawer__icon--blue { color: #2563eb; background: #dbeafe; }
.lic-app .app-drawer__icon--purple { color: #7c3aed; background: #ede9fe; }
.lic-app .app-drawer__icon--amber { color: #d97706; background: #fef3c7; }
.lic-app .app-drawer__icon--orange { color: #ea580c; background: #ffedd5; }
.lic-app .app-drawer__icon--pink { color: #db2777; background: #fce7f3; }
.lic-app .app-drawer__icon--teal { color: #0d9488; background: #ccfbf1; }
.lic-app .app-drawer__text {
    flex: 1;
    min-width: 0;
    display: block;
    align-self: center;
    line-height: 1.35;
    text-transform: none !important;
    letter-spacing: normal;
}
.lic-app .app-drawer__group {
    text-transform: uppercase;
    letter-spacing: 0.08em;
}
.lic-app .app-drawer .metismenu a,
.lic-app .app-drawer .deznav .metismenu > li > a {
    border-left: 0 !important;
    padding: 10px 12px !important;
    text-transform: none !important;
}
.lic-app .app-drawer .metismenu > li > a:before,
.lic-app .app-drawer .metismenu ul a:before {
    display: none !important;
    content: none !important;
}
.lic-app .metismenu .menu-title,
.lic-app .app-drawer .menu-icon,
.lic-app .app-drawer .nav-text {
    display: none;
}
.lic-app .app-drawer__foot {
    flex: 0 0 auto;
    margin-top: auto;
    padding: 12px 14px calc(12px + env(safe-area-inset-bottom, 0px));
    border-top: 1px solid #e8edf3;
    background: #fff;
}
.lic-app .app-drawer__foot-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 44px;
    border-radius: 12px;
    font: 700 14px/1 Poppins, system-ui;
    text-decoration: none !important;
}
.lic-app .app-drawer__foot-btn--primary {
    color: #fff !important;
    background: linear-gradient(135deg, #22c55e, #16a34a);
}
.lic-app .app-drawer__foot-btn--ghost {
    color: #64748b !important;
    background: #f1f5f9;
    border: 1px solid #e2e8f0;
}
.lic-app .mobile-overlay {
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, 0.45);
    backdrop-filter: blur(2px);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease, visibility 0.25s ease;
    z-index: 1045;
}
.lic-app .mobile-overlay.is-open {
    opacity: 1;
    visibility: visible;
}
@media (min-width: 992px) {
    .lic-app .app-drawer {
        top: 0 !important;
        height: 100dvh !important;
        width: var(--app-sidebar-w) !important;
        max-width: var(--app-sidebar-w) !important;
        min-width: var(--app-sidebar-w) !important;
        transform: translateX(0) !important;
        box-shadow: none !important;
        border-right: 1px solid #e8edf3;
        z-index: 1040;
    }
    .lic-app .app-drawer__close,
    .lic-app .lic-app-header__toggle {
        display: none !important;
    }
    .lic-app .lic-app-header {
        left: var(--app-sidebar-w);
        width: calc(100% - var(--app-sidebar-w));
    }
    .lic-app .lic-app-header__inner {
        max-width: none;
        padding: 0 20px;
    }
    .lic-app .content-body,
    .lic-app .footer {
        margin-left: var(--app-sidebar-w) !important;
        transform: none !important;
    }
    .lic-app .footer {
        width: calc(100% - var(--app-sidebar-w));
        padding-left: 0 !important;
        padding-right: 0 !important;
        display: flex;
        justify-content: center;
    }
    .lic-app .footer .copyright {
        flex: 0 1 var(--app-max);
    }
    .lic-app .deznav.is-open ~ .content-body,
    .lic-app .deznav.is-open ~ .footer {
        transform: none !important;
    }
    .lic-app .mobile-overlay {
        display: none !important;
    }
    .lic-app-dock {
        left: var(--app-sidebar-w);
        right: auto;
        width: calc(100% - var(--app-sidebar-w));
    }
    .lic-app .post-1 {
        max-width: min(var(--app-max), calc(100vw - var(--app-sidebar-w) - 48px));
    }
    .lic-app-favoritos {
        max-width: min(1200px, calc(100vw - var(--app-sidebar-w) - 48px));
        padding: 0 16px;
    }
    .lic-app-notif {
        max-width: min(1200px, calc(100vw - var(--app-sidebar-w) - 48px));
        padding: 0 16px;
    }
    .lic-app-favoritos .lic-app__sheet {
        padding: 0 0 32px !important;
    }
    .lic-app-favoritos__head {
        margin-bottom: 20px;
    }
    .lic-app-favoritos__list {
        gap: 14px;
    }
    .lic-app-fav-card {
        padding: 20px 22px !important;
    }
    .lic-app-fav-card__title {
        margin: 0 0 12px;
        font-size: 18px;
        line-height: 1.35;
    }
    .lic-app-fav-card__kpis {
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
        margin-bottom: 12px !important;
    }
    .lic-app-fav-card__kpis .kpi {
        font-size: 15px;
        padding: 11px 12px;
    }
    .lic-app-fav-card__kpis .kpi b {
        font-size: 11px;
    }
    .lic-app-fav-card__obj {
        margin: 1rem 0 1.25rem;
        font-size: 16px;
        line-height: 1.6;
    }
    .lic-app-fav-card__actions {
        flex-direction: row;
        justify-content: flex-end;
        gap: 24px;
    }
    .lic-app-fav-card__btn {
        flex: 0 0 auto;
        width: auto;
        min-width: 148px;
        min-height: 40px;
        padding: 10px 18px;
        white-space: nowrap;
    }
    .lic-app-fav-card__feedback {
        text-align: right;
    }
}
@media (min-width: 992px) and (max-width: 1279px) {
    .lic-app-fav-card__kpis {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
}
.lic-app .metismenu .menu-title,
.lic-app .app-drawer .menu-icon,
.lic-app .app-drawer .nav-text {
    display: none;
}

/* ===== Página Minha lista (favoritos) ===== */
.lic-app-page {
    background: transparent !important;
}
.lic-app-favoritos {
    max-width: var(--app-max);
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}
.lic-app-favoritos__head {
    margin-bottom: 12px;
}
.lic-app-favoritos__count {
    margin: 0;
    font: 500 13px/1.4 Poppins, system-ui, sans-serif;
    color: #64748b;
}
.lic-app-favoritos__list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.lic-app-fav-card {
    margin-bottom: 0 !important;
}
.lic-app-fav-card__title {
    margin: 0 0 10px;
    font: 700 16px/1.3 Poppins, system-ui, sans-serif;
}
.lic-app-fav-card__title a {
    color: #0f172a;
    text-decoration: none;
}
.lic-app-fav-card__title a:hover {
    color: #0a3871;
    text-decoration: underline;
}
.lic-app-fav-card__kpis {
    margin-bottom: 10px !important;
}
.lic-app-fav-card__kpis .kpi b {
    font-size: 11px;
    letter-spacing: 0.04em;
}
.lic-app-fav-card__kpis .kpi {
    font-size: 14px;
    line-height: 1.4;
    padding: 10px 12px;
    word-break: break-word;
}
.lic-app-fav-card__kpis .kpi--abertura {
    background: #eff6ff;
    border-color: #bfdbfe;
    color: #1e40af;
}
.lic-app-fav-card__kpis .kpi--abertura b {
    color: #2563eb;
}
.lic-app-fav-card__kpis .kpi--abertura .kpi__abertura-data {
    display: block;
}
.lic-app-fav-card__kpis .kpi__countdown {
    display: block;
    margin-top: 5px;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.35;
    font-variant-numeric: tabular-nums;
    color: #1d4ed8;
}
.lic-app-fav-card__kpis .kpi__countdown--urgent {
    color: #b45309;
}
.lic-app-fav-card__kpis .kpi__countdown--expired {
    color: #64748b;
    font-weight: 500;
}
.lic-app-fav-card__obj {
    margin: 1rem 0 1.25rem;
    font: 500 15px/1.6 Poppins, system-ui, sans-serif;
    color: #334155;
}
.lic-app-fav-card__obj strong {
    display: block;
    margin-bottom: 6px;
    font: 700 11px/1.2 Poppins, system-ui, sans-serif;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #0f172a;
}
.lic-app-fav-card__actions {
    display: flex;
    gap: 24px;
}
.lic-app-fav-card__btn {
    flex: 1 1 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 10px 12px;
    border-radius: 12px;
    border: 0;
    font: 700 14px/1.2 Poppins, system-ui, sans-serif;
    text-decoration: none !important;
    cursor: pointer;
    transition: opacity 0.15s ease, background 0.15s ease;
}
.lic-app-fav-card__btn--primary {
    color: #fff !important;
    background: linear-gradient(135deg, #2563eb, #1d4ed8);
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.25);
}
.lic-app-fav-card__btn--ghost {
    color: #64748b !important;
    background: #f1f5f9;
    border: 1px solid #e2e8f0;
}
.lic-app-fav-card__btn:hover {
    opacity: 0.92;
}
.lic-app-fav-card__btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}
.lic-list-fav-btn--saved,
.favorito-btn.lic-list-fav-btn--saved {
    color: #b45309 !important;
    background: #fffbeb;
    border-color: #fcd34d;
}
.lic-app-fav-card__feedback {
    margin-top: 8px;
    font-size: 13px;
}
.lic-app-fav-card__feedback:empty {
    display: none;
}
.lic-app-fav-card__msg {
    display: block;
    margin-top: 2px;
    padding: 8px 10px;
    border-radius: 10px;
    font: 600 13px/1.4 Poppins, system-ui, sans-serif;
}
.lic-app-fav-card__msg--ok {
    color: #166534;
    background: #ecfdf5;
    border: 1px solid #bbf7d0;
}
.lic-app-fav-card__msg--err {
    color: #b91c1c;
    background: #fef2f2;
    border: 1px solid #fecaca;
}
.lic-app-fav-card__msg--loading {
    color: #475569;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    font-weight: 500;
}
.lic-app-fav-empty {
    text-align: center;
    padding: 24px 16px !important;
}
.lic-app-fav-empty p {
    margin: 0 0 14px;
    font: 500 14px/1.5 Poppins, system-ui, sans-serif;
    color: #64748b;
}
.lic-app-fav-empty .lic-app-fav-card__btn {
    max-width: 240px;
    margin: 0 auto;
}

/* ===== Página Alertas WhatsApp (notificação) ===== */
.lic-app-notif {
    max-width: var(--app-max);
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}
.lic-app-notif__head {
    margin-bottom: 12px;
}
.lic-app-notif__badge {
    margin-bottom: 8px;
    color: #1d4ed8;
    background: #dbeafe;
    border-color: #bfdbfe;
}
.lic-app-notif__sub {
    margin: 0;
    font: 500 13px/1.55 Poppins, system-ui, sans-serif;
    color: #64748b;
}
.lic-app-notif__sub strong {
    color: #0f172a;
}
.lic-app-notif__radar {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    margin-bottom: 12px;
    padding: 14px 16px !important;
    background: linear-gradient(135deg, #f0f9ff, #ecfeff) !important;
    border-color: #bae6fd !important;
}
.lic-app-notif__radar-icon {
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    color: #0284c7;
    background: #fff;
    border: 1px solid #bae6fd;
}
.lic-app-notif__radar-icon svg {
    width: 22px;
    height: 22px;
}
.lic-app-notif__radar strong {
    display: block;
    margin-bottom: 4px;
    font: 700 14px/1.3 Poppins, system-ui, sans-serif;
    color: #0f172a;
}
.lic-app-notif__radar p {
    margin: 0;
    font: 500 13px/1.5 Poppins, system-ui, sans-serif;
    color: #475569;
}
.lic-app-notif__section-head {
    margin: 4px 0 12px;
}
.lic-app-notif__section-title {
    margin: 0 0 4px;
    font: 700 16px/1.3 Poppins, system-ui, sans-serif;
    color: #0f172a;
}
.lic-app-notif__section-sub {
    margin: 0;
    font: 500 13px/1.45 Poppins, system-ui, sans-serif;
    color: #64748b;
}
.lic-app-notif__toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
}
.lic-app-notif__switch {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin: 0;
    cursor: pointer;
    user-select: none;
}
.lic-app-notif__switch-input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}
.lic-app-notif__switch-ui {
    position: relative;
    width: 48px;
    height: 28px;
    flex-shrink: 0;
    border-radius: 999px;
    background: #cbd5e1;
    transition: background 0.2s ease;
}
.lic-app-notif__switch-ui::after {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 1px 4px rgba(15, 23, 42, 0.18);
    transition: transform 0.2s ease;
}
.lic-app-notif__switch-input:checked + .lic-app-notif__switch-ui {
    background: linear-gradient(135deg, #22c55e, #16a34a);
}
.lic-app-notif__switch-input:checked + .lic-app-notif__switch-ui::after {
    transform: translateX(20px);
}
.lic-app-notif__switch-input:focus-visible + .lic-app-notif__switch-ui {
    outline: 2px solid #2563eb;
    outline-offset: 2px;
}
.lic-app-notif__switch-text {
    font: 600 14px/1.3 Poppins, system-ui, sans-serif;
    color: #0f172a;
}
.lic-app-notif__status {
    display: inline-flex;
    align-items: center;
    padding: 6px 12px;
    border-radius: 999px;
    font: 700 11px/1 Poppins, system-ui, sans-serif;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}
.lic-app-notif__status--on {
    color: #166534;
    background: #dcfce7;
    border: 1px solid #bbf7d0;
}
.lic-app-notif__status--off {
    color: #64748b;
    background: #f1f5f9;
    border: 1px solid #e2e8f0;
}
.lic-app-notif__status--warn {
    color: #92400e;
    background: #fef3c7;
    border: 1px solid #fde68a;
}
.lic-app-notif__cta-wrap {
    margin: 0 0 10px;
}
.lic-app-notif__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 48px;
    padding: 12px 18px;
    border: 0;
    border-radius: 14px;
    background: linear-gradient(135deg, #2563eb, #1d4ed8);
    color: #fff;
    font: 700 15px/1.2 Poppins, system-ui, sans-serif;
    cursor: pointer;
    box-shadow: 0 6px 18px rgba(37, 99, 235, 0.28);
}
.lic-app-notif__notice {
    margin-bottom: 12px;
    padding: 12px 14px !important;
    background: #fffbeb !important;
    border: 1px solid #fde68a !important;
    color: #92400e;
    font: 500 13px/1.45 Poppins, system-ui, sans-serif;
}
.lic-app-notif__list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.lic-app-notif-card__datehero {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 14px;
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #e8edf3;
}
.lic-app-notif-card__datebox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 64px;
    padding: 10px 12px;
    border-radius: 14px;
    background: linear-gradient(180deg, #0a192f, #0f2744);
    color: #fff;
    box-shadow: 0 4px 14px rgba(10, 25, 47, 0.22);
}
.lic-app-notif-card__date-day {
    font: 800 28px/1 Poppins, system-ui, sans-serif;
    letter-spacing: -0.03em;
}
.lic-app-notif-card__date-month {
    margin-top: 2px;
    font: 700 11px/1 Poppins, system-ui, sans-serif;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.82);
}
.lic-app-notif-card__dateinfo {
    min-width: 0;
}
.lic-app-notif-card__weekday {
    margin: 0 0 2px;
    font: 600 12px/1.3 Poppins, system-ui, sans-serif;
    color: #0284c7;
    text-transform: capitalize;
}
.lic-app-notif-card__date-full {
    margin: 0 0 4px;
    font: 800 17px/1.25 Poppins, system-ui, sans-serif;
    color: #0f172a;
    letter-spacing: -0.02em;
}
.lic-app-notif-card__label {
    margin: 0;
    font: 600 11px/1.3 Poppins, system-ui, sans-serif;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #94a3b8;
}
.lic-app-notif-card__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
}
.lic-app-notif-card__highlight {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 10px;
    padding: 18px 16px;
    border-radius: 16px;
    background: linear-gradient(135deg, #eff6ff, #f0fdf4);
    border: 1px solid #bfdbfe;
}
.lic-app-notif-card__number {
    flex: 0 0 auto;
    min-width: 64px;
    font: 800 42px/1 Poppins, system-ui, sans-serif;
    letter-spacing: -0.03em;
    color: #1d4ed8;
    text-align: center;
}
.lic-app-notif-card__highlight-text {
    font: 600 15px/1.35 Poppins, system-ui, sans-serif;
    color: #334155;
}
.lic-app-notif-card__highlight-text strong {
    color: #0f172a;
    font-weight: 800;
}
.lic-app-notif-card__hint {
    margin: 0 0 12px;
    font: 500 13px/1.45 Poppins, system-ui, sans-serif;
    color: #64748b;
}
.lic-app-notif-card__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 14px;
    margin-bottom: 14px;
    font: 500 12px/1.4 Poppins, system-ui, sans-serif;
    color: #64748b;
}
.lic-app-notif-card__tel {
    color: #2563eb;
    text-decoration: none;
    word-break: break-all;
}
.lic-app-notif-card__tel:hover {
    text-decoration: underline;
}
.lic-app-notif-card__actions {
    display: flex;
}
.lic-app-notif-card__btn {
    flex: 1 1 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 46px;
    padding: 12px 18px;
    border-radius: 12px;
    border: 0;
    font: 700 14px/1.2 Poppins, system-ui, sans-serif;
    text-decoration: none !important;
    cursor: pointer;
}
.lic-app-notif-card__btn--primary {
    color: #fff !important;
    background: linear-gradient(135deg, #2563eb, #1d4ed8);
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.25);
}
.lic-app-notif-empty {
    text-align: center;
    padding: 24px 16px !important;
}
.lic-app-notif-empty p {
    margin: 0 0 10px;
    font: 500 14px/1.5 Poppins, system-ui, sans-serif;
    color: #64748b;
}
.lic-app-notif-empty .lic-app-notif-card__btn {
    margin-top: 8px;
}
@media (min-width: 992px) {
    .lic-app-notif__cta {
        width: auto;
        min-width: 280px;
    }
    .lic-app-notif-card__datebox {
        min-width: 72px;
        padding: 12px 14px;
    }
    .lic-app-notif-card__date-day {
        font-size: 32px;
    }
    .lic-app-notif-card__date-full {
        font-size: 19px;
    }
    .lic-app-notif-card__number {
        min-width: 72px;
        font-size: 48px;
    }
}

/* Página do dia (/notificado/{data}) */
.lic-app-notif-dia__back {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 18px;
    font: 600 14px/1.3 Poppins, system-ui, sans-serif;
    color: #2563eb;
    text-decoration: none;
}
.lic-app-notif-dia__back:hover {
    text-decoration: underline;
}
.lic-app-notif-dia__hero {
    margin-bottom: 18px;
}
.lic-app-notif-dia__hero .lic-app__title {
    margin: 0;
}
.lic-app-notif-dia__highlight {
    margin-top: 0;
}
.lic-app-notif-dia__list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 20px;
}
.lic-app-notif-dia__item-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 8px;
}
.lic-app-notif-dia__status-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 16px;
    margin-bottom: 16px;
}
.lic-app-notif-dia__meta-inline {
    font: 500 13px/1.4 Poppins, system-ui, sans-serif;
    color: #64748b;
}
.lic-app-notif-dia__save-wrap {
    margin-bottom: 8px;
}
.lic-app-notif-dia__save-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 48px;
    padding: 12px 20px;
    border: 0;
    border-radius: 12px;
    font: 700 14px/1.2 Poppins, system-ui, sans-serif;
    color: #fff;
    background: linear-gradient(135deg, #12b886, #0d9488);
    box-shadow: 0 4px 12px rgba(18, 184, 134, 0.25);
    cursor: pointer;
}
.lic-app-notif-dia__save-btn:hover:not(:disabled) {
    filter: brightness(1.05);
}
.lic-app-notif-dia__save-btn:disabled {
    opacity: 0.75;
    cursor: default;
}
.lic-app-notif-dia__save-feedback {
    margin: 10px 0 0;
    font: 500 13px/1.45 Poppins, system-ui, sans-serif;
    color: #64748b;
}
.lic-app-notif-dia__save-feedback:empty {
    display: none;
}
.lic-app-notif-dia__save-feedback a {
    color: #2563eb;
    text-decoration: none;
    font-weight: 600;
}
.lic-app-notif-dia__save-feedback a:hover {
    text-decoration: underline;
}
.lic-app-notif-dia__save-feedback--ok {
    color: #0f766e;
}
.lic-app-notif-dia__save-feedback--err {
    color: #dc2626;
}
.lic-app-notif-dia__save-done {
    margin: 0;
    padding: 14px 16px;
    border-radius: 12px;
    background: #ecfdf5;
    border: 1px solid #a7f3d0;
    font: 500 14px/1.45 Poppins, system-ui, sans-serif;
    color: #065f46;
    text-align: center;
}
.lic-app-notif-dia__save-done a {
    color: #047857;
    font-weight: 700;
    text-decoration: none;
}
.lic-app-notif-dia__save-done a:hover {
    text-decoration: underline;
}
.lic-app-notif-dia__item-badges {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    margin-left: auto;
}
.lic-app-notif-dia__saved-tag {
    display: inline-flex;
    align-items: center;
    padding: 4px 10px;
    border-radius: 999px;
    font: 600 11px/1.2 Poppins, system-ui, sans-serif;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #047857;
    background: #d1fae5;
}
.lic-app-notif-dia__item--saved {
    border-color: #a7f3d0;
}

/* Minhas preferências */
.lic-app-pref__head {
    margin-bottom: 24px;
}
.lic-app-pref__badge {
    margin-bottom: 12px;
}
.lic-app-pref__sub {
    margin: 10px 0 0;
    font: 500 14px/1.55 Poppins, system-ui, sans-serif;
    color: #64748b;
}
.lic-app-pref__sub strong {
    color: #334155;
}
.lic-app-pref__notice {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 8px;
    padding: 18px 20px !important;
    border-radius: 14px;
    background: linear-gradient(135deg, #eff6ff, #f0fdf4);
    border: 1px solid #bfdbfe;
}
.lic-app-pref__notice-icon {
    flex: 0 0 auto;
    width: 36px;
    height: 36px;
    display: grid;
    place-items: center;
    border-radius: 10px;
    font: 800 18px/1 Poppins, system-ui, sans-serif;
    color: #1d4ed8;
    background: #fff;
    box-shadow: inset 0 0 0 2px rgba(37, 99, 235, 0.15);
}
.lic-app-pref__notice strong {
    display: block;
    margin-bottom: 4px;
    font: 700 14px/1.3 Poppins, system-ui, sans-serif;
    color: #0f172a;
}
.lic-app-pref__notice p {
    margin: 0;
    font: 500 13px/1.45 Poppins, system-ui, sans-serif;
    color: #475569;
}
.lic-app-pref__form {
    margin-top: 28px;
    padding-bottom: 56px;
}
.lic-app-pref__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
}
.lic-app-pref__field--full {
    grid-column: 1 / -1;
    margin-top: 8px;
}
.lic-app-pref__label {
    display: block;
    margin-bottom: 10px;
    font: 600 13px/1.3 Poppins, system-ui, sans-serif;
    color: #334155;
}
.lic-app-pref__hint {
    margin: 0 0 18px;
    font: 500 13px/1.55 Poppins, system-ui, sans-serif;
    color: #64748b;
}
.lic-app-pref__examples {
    margin: 0 0 20px;
}
.lic-app-pref__examples-tabs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-bottom: 12px;
}
.lic-app-pref__examples-tab {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    padding: 12px 14px;
    border-radius: 14px;
    border: 2px solid transparent;
    cursor: pointer;
    text-align: left;
    font: inherit;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}
.lic-app-pref__examples-tab--ok {
    background: linear-gradient(135deg, #ecfdf5 0%, #f0fdf4 100%);
    border-color: #6ee7b7;
    box-shadow: inset 0 0 0 1px rgba(16, 185, 129, 0.12);
}
.lic-app-pref__examples-tab--bad {
    background: linear-gradient(135deg, #fef2f2 0%, #fff1f2 100%);
    border-color: #fca5a5;
    box-shadow: inset 0 0 0 1px rgba(239, 68, 68, 0.1);
}
.lic-app-pref__examples-tab.is-active {
    box-shadow: 0 2px 10px rgba(15, 23, 42, 0.08);
}
.lic-app-pref__examples-tab.is-active .lic-app-pref__examples-chevron {
    transform: rotate(180deg);
}
.lic-app-pref__examples-chevron {
    flex: 0 0 auto;
    width: 10px;
    height: 10px;
    margin-left: auto;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg);
    transition: transform 0.2s ease;
    opacity: 0.65;
}
.lic-app-pref__examples-tab--ok .lic-app-pref__examples-chevron {
    color: #059669;
}
.lic-app-pref__examples-tab--bad .lic-app-pref__examples-chevron {
    color: #dc2626;
}
.lic-app-pref__examples-panels {
    display: grid;
    gap: 16px;
}
.lic-app-pref__examples-panels:has(.lic-app-pref__examples-col--ok.is-open):has(.lic-app-pref__examples-col--bad.is-open) {
    grid-template-columns: 1fr 1fr;
}
.lic-app-pref__examples-col {
    display: none;
    padding: 14px 16px;
    border-radius: 14px;
    border: 2px solid transparent;
}
.lic-app-pref__examples-col.is-open {
    display: block;
}
.lic-app-pref__examples-col--ok {
    background: linear-gradient(135deg, #ecfdf5 0%, #f0fdf4 100%);
    border-color: #6ee7b7;
    box-shadow: inset 0 0 0 1px rgba(16, 185, 129, 0.12);
}
.lic-app-pref__examples-col--bad {
    background: linear-gradient(135deg, #fef2f2 0%, #fff1f2 100%);
    border-color: #fca5a5;
    box-shadow: inset 0 0 0 1px rgba(239, 68, 68, 0.1);
}
.lic-app-pref__examples-body {
    padding-top: 2px;
}
.lic-app-pref__examples-segment + .lic-app-pref__examples-segment {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px dashed rgba(16, 185, 129, 0.25);
}
.lic-app-pref__examples-segment--bad + .lic-app-pref__examples-segment--bad {
    border-top-color: rgba(239, 68, 68, 0.22);
}
.lic-app-pref__examples-segment-label {
    display: block;
    margin-bottom: 8px;
    font: 700 10px/1.2 Poppins, system-ui, sans-serif;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #059669;
    opacity: 0.85;
}
.lic-app-pref__examples-segment--bad .lic-app-pref__examples-segment-label {
    color: #dc2626;
}
.lic-app-pref__examples-icon {
    flex: 0 0 auto;
    width: 28px;
    height: 28px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    font: 800 14px/1 Poppins, system-ui, sans-serif;
}
.lic-app-pref__examples-col--ok .lic-app-pref__examples-icon,
.lic-app-pref__examples-tab--ok .lic-app-pref__examples-icon {
    color: #fff;
    background: #059669;
    box-shadow: 0 2px 8px rgba(5, 150, 105, 0.35);
}
.lic-app-pref__examples-col--bad .lic-app-pref__examples-icon,
.lic-app-pref__examples-tab--bad .lic-app-pref__examples-icon {
    color: #fff;
    background: #dc2626;
    box-shadow: 0 2px 8px rgba(220, 38, 38, 0.3);
}
.lic-app-pref__examples-tab:focus-visible {
    outline: 2px solid #2563eb;
    outline-offset: 2px;
}
.lic-app-pref__examples-title {
    flex: 1;
    font: 700 13px/1.25 Poppins, system-ui, sans-serif;
    letter-spacing: 0.01em;
}
.lic-app-pref__examples-tab--ok .lic-app-pref__examples-title {
    color: #065f46;
}
.lic-app-pref__examples-tab--bad .lic-app-pref__examples-title {
    color: #991b1b;
}
.lic-app-pref__examples-col--ok .lic-app-pref__examples-title {
    color: #065f46;
}
.lic-app-pref__examples-col--bad .lic-app-pref__examples-title {
    color: #991b1b;
}
.lic-app-pref__examples-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.lic-app-pref__examples-list li {
    display: inline-block;
    padding: 6px 11px;
    border-radius: 999px;
    font: 600 12px/1.35 Poppins, system-ui, sans-serif;
    letter-spacing: 0.02em;
}
.lic-app-pref__examples-col--ok .lic-app-pref__examples-list li {
    color: #047857;
    background: #fff;
    border: 1px solid #a7f3d0;
    box-shadow: 0 1px 3px rgba(16, 185, 129, 0.08);
}
.lic-app-pref__examples-col--bad .lic-app-pref__examples-list li {
    color: #b91c1c;
    background: #fff;
    border: 1px solid #fecaca;
    text-decoration: line-through;
    text-decoration-color: rgba(185, 28, 28, 0.55);
    opacity: 0.92;
}
@media (max-width: 640px) {
    .lic-app-pref__examples-panels:has(.lic-app-pref__examples-col--ok.is-open):has(.lic-app-pref__examples-col--bad.is-open) {
        grid-template-columns: 1fr;
    }
    .lic-app-pref__examples-tab {
        padding: 11px 12px;
    }
    .lic-app-pref__examples-title {
        font-size: 12px;
    }
}
.lic-app-pref__select {
    width: 100% !important;
}
.lic-app-pref .select2-container {
    width: 100% !important;
}
.lic-app-pref .select2-container--default .select2-selection--multiple,
.lic-app-pref .select2-container--default .select2-selection--single {
    min-height: 46px;
    border: 1px solid #cbd5e1;
    border-radius: 12px;
    padding: 4px 8px;
    background: #fff;
}
.lic-app-pref .select2-container--default.select2-container--focus .select2-selection--multiple,
.lic-app-pref .select2-container--default.select2-container--focus .select2-selection--single {
    border-color: #2563eb;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.12);
}
.lic-app-pref__feedback {
    min-height: 0;
    margin: 24px 0 16px;
    font: 500 14px/1.45 Poppins, system-ui, sans-serif;
}
.lic-app-pref__feedback:empty {
    display: none;
}
.lic-app-pref__feedback .alert {
    margin: 0;
    border-radius: 12px;
    font-size: 14px;
}
.lic-app-pref__loading {
    color: #64748b;
}
.lic-app-pref__error {
    color: #dc2626;
}
.lic-app-pref__submit {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 48px;
    margin-top: 12px;
    margin-bottom: 8px;
    padding: 14px 20px;
    border: 0;
    border-radius: 12px;
    font: 700 14px/1.2 Poppins, system-ui, sans-serif;
    color: #fff;
    background: linear-gradient(135deg, #2563eb, #1d4ed8);
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.25);
    cursor: pointer;
}
.lic-app-pref__submit:hover:not(:disabled) {
    filter: brightness(1.05);
}
.lic-app-pref__submit:disabled {
    opacity: 0.7;
    cursor: default;
}
@media (min-width: 768px) {
    .lic-app-pref__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .lic-app-filtro__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* Filtro avançado — busca pontual (não é preferências) */
.lic-app-filtro {
    max-width: var(--app-max);
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}
.lic-app-filtro__head {
    margin-bottom: 24px;
}
.lic-app-filtro__badge {
    margin-bottom: 12px;
}
.lic-app-filtro__sub {
    margin: 10px 0 0;
    font: 500 14px/1.55 Poppins, system-ui, sans-serif;
    color: #64748b;
}
.lic-app-filtro__sub strong {
    color: #334155;
}
.lic-app-filtro__form {
    margin-top: 8px;
    padding-bottom: 56px;
    overflow-x: clip;
}
.lic-app-filtro__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    min-width: 0;
}
.lic-app-filtro__field {
    min-width: 0;
    max-width: 100%;
    box-sizing: border-box;
}
.lic-app-filtro__field--full {
    grid-column: 1 / -1;
    margin-top: 8px;
}
.lic-app-filtro__label {
    display: block;
    margin-bottom: 10px;
    font: 600 13px/1.3 Poppins, system-ui, sans-serif;
    color: #334155;
}
.lic-app-filtro__hint {
    margin: 0 0 12px;
    font: 500 13px/1.55 Poppins, system-ui, sans-serif;
    color: #64748b;
}
.lic-app-filtro__tip {
    margin: 12px 0 0;
    font: 500 12px/1.5 Poppins, system-ui, sans-serif;
    color: #64748b;
}
.lic-app-filtro__tip a {
    color: #2563eb;
    font-weight: 600;
    text-decoration: none;
}
.lic-app-filtro__tip a:hover {
    text-decoration: underline;
}
.lic-app-filtro__select {
    width: 100% !important;
    max-width: 100%;
}
.lic-app-filtro .select2-container {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
}
.lic-app-filtro .select2-container--default .select2-selection--multiple,
.lic-app-filtro .select2-container--default .select2-selection--single {
    min-height: 46px;
    border: 1px solid #cbd5e1;
    border-radius: 12px;
    padding: 4px 8px;
    background: #fff;
    max-width: 100%;
    box-sizing: border-box;
}
.lic-app-filtro .select2-container--default .select2-selection--multiple {
    overflow: hidden;
}
.lic-app-filtro .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center;
    gap: 4px;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 2px 4px;
    white-space: normal !important;
    overflow: visible;
    box-sizing: border-box;
}
.lic-app-filtro .select2-container--default .select2-selection--multiple .select2-selection__choice {
    float: none !important;
    max-width: calc(100% - 8px);
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 0;
}
.lic-app-filtro .select2-container .select2-search--inline {
    flex: 1 1 120px;
    min-width: 0;
    float: none !important;
}
.lic-app-filtro .select2-container .select2-search--inline .select2-search__field {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100%;
    margin: 0;
}
.lic-app-filtro .select2-container--default .select2-selection--single .select2-selection__rendered {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.lic-app-filtro .select2-container--default.select2-container--focus .select2-selection--multiple,
.lic-app-filtro .select2-container--default.select2-container--focus .select2-selection--single {
    border-color: #2563eb;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.12);
}
.lic-app-filtro__feedback {
    min-height: 0;
    margin: 24px 0 16px;
    font: 500 14px/1.45 Poppins, system-ui, sans-serif;
}
.lic-app-filtro__feedback:empty {
    display: none;
}
.lic-app-filtro__loading {
    color: #64748b;
}
.lic-app-filtro__error {
    color: #dc2626;
}
.lic-app-filtro__submit {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 50px;
    margin-top: 12px;
    padding: 14px 20px;
    border: 0;
    border-radius: 12px;
    font: 700 14px/1.2 Poppins, system-ui, sans-serif;
    color: #fff;
    background: linear-gradient(135deg, #0f766e, #0d9488);
    box-shadow: 0 4px 12px rgba(13, 148, 136, 0.28);
    cursor: pointer;
}
.lic-app-filtro__submit:hover:not(:disabled) {
    filter: brightness(1.05);
}
.lic-app-filtro__submit:disabled {
    opacity: 0.7;
    cursor: default;
}
.lic-app-filtro__results {
    margin-top: 28px;
}
.lic-app-filtro__feedback:empty {
    display: none;
}
.lic-app-filtro__summary {
    margin-bottom: 16px;
}
.lic-app-filtro__warn {
    margin: 10px 0 0;
    font: 500 13px/1.5 Poppins, system-ui, sans-serif;
    color: #b45309;
}
.lic-app-filtro__empty {
    margin: 10px 0 0;
    font: 500 14px/1.5 Poppins, system-ui, sans-serif;
    color: #64748b;
}
.lic-app-filtro__list {
    display: grid;
    gap: 16px;
}
.lic-app-filtro__card {
    margin: 0;
}
.lic-app-filtro__hl {
    background: #fef08a;
    color: inherit;
    padding: 0 2px;
    border-radius: 2px;
}
.lic-app-filtro__promo {
    margin-top: 24px;
    padding: 20px;
    border-radius: 14px;
    background: linear-gradient(135deg, #eff6ff, #f8fafc);
    border: 1px solid #bfdbfe;
}
.lic-app-filtro__promo-title {
    margin: 0 0 8px;
    font: 700 16px/1.3 Poppins, system-ui, sans-serif;
    color: #0f172a;
}
.lic-app-filtro__promo p {
    margin: 0 0 14px;
    font: 500 14px/1.5 Poppins, system-ui, sans-serif;
    color: #475569;
}

/* ===== Hub Por modalidade / Por estado ===== */
.lic-app-modalidade,
.lic-app-estado {
    max-width: var(--app-max);
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}
.lic-app-modalidade__head,
.lic-app-estado__head {
    margin-bottom: 14px;
}
.lic-app-modalidade__badge,
.lic-app-estado__badge {
    margin-bottom: 8px;
}
.lic-app-modalidade__sub,
.lic-app-estado__sub {
    margin: 8px 0 0;
    font: 500 14px/1.55 Poppins, system-ui, sans-serif;
    color: #64748b;
}
.lic-app-modalidade__sub strong,
.lic-app-estado__sub strong {
    color: #0f172a;
}
.lic-app-modalidade__grid,
.lic-app-estado__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 14px;
}
.lic-app-modalidade__card,
.lic-app-estado__card {
    margin-bottom: 0 !important;
    display: flex;
    flex-direction: column;
    gap: 6px;
    height: 100%;
    min-height: 0;
}
.lic-app-modalidade__card-title,
.lic-app-estado__card-title {
    margin: 0;
    font: 700 16px/1.35 Poppins, system-ui, sans-serif;
    color: #0f172a;
}
.lic-app-estado__uf {
    font-weight: 600;
    color: #64748b;
}
.lic-app-modalidade__card-count,
.lic-app-estado__card-count {
    margin: 0;
    font: 500 13px/1.4 Poppins, system-ui, sans-serif;
    color: #64748b;
}
.lic-app-modalidade__card-count span,
.lic-app-estado__card-count span {
    display: block;
    margin-bottom: 2px;
    font: 700 22px/1.1 Poppins, system-ui, sans-serif;
    color: #0a3871;
    letter-spacing: -0.02em;
}
.lic-app-modalidade__card-btn,
.lic-app-estado__card-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: auto;
    min-height: 42px;
    padding: 10px 14px;
    border-radius: 12px;
    font: 700 14px/1.2 Poppins, system-ui, sans-serif;
    color: #fff !important;
    text-decoration: none !important;
    background: linear-gradient(135deg, #2563eb, #1d4ed8);
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.22);
    transition: opacity 0.15s ease;
}
.lic-app-modalidade__card-btn:hover,
.lic-app-estado__card-btn:hover {
    opacity: 0.92;
}
.lic-app-modalidade__faq,
.lic-app-estado__faq {
    margin-top: 4px;
}
.lic-app-estado__promo {
    margin-bottom: 14px;
}
.lic-app-estado__promo-title {
    margin: 0 0 8px;
    font: 700 16px/1.3 Poppins, system-ui, sans-serif;
    color: #0f172a;
}
.lic-app-estado__promo-text {
    margin: 0 0 12px;
    font: 500 14px/1.55 Poppins, system-ui, sans-serif;
    color: #475569;
}
.lic-app-estado__promo-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin: 0 0 14px;
    padding: 0;
    list-style: none;
}
.lic-app-estado__promo-tags li {
    padding: 5px 10px;
    border-radius: 999px;
    font: 600 11px/1.2 Poppins, system-ui, sans-serif;
    color: #334155;
    background: #f1f5f9;
    border: 1px solid #e2e8f0;
}
.lic-app-estado__promo-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 44px;
    padding: 10px 14px;
    border-radius: 12px;
    font: 700 14px/1.2 Poppins, system-ui, sans-serif;
    color: #fff !important;
    text-decoration: none !important;
    background: linear-gradient(135deg, #0d9488, #0f766e);
    box-shadow: 0 4px 12px rgba(13, 148, 136, 0.22);
}
.lic-app-estado__promo-btn:hover {
    opacity: 0.92;
}
@media (min-width: 768px) {
    .lic-app-modalidade__grid,
    .lic-app-estado__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 12px;
    }
    .lic-app-modalidade__card-count span,
    .lic-app-estado__card-count span {
        font-size: 26px;
    }
    .lic-app-modalidade__card-title,
    .lic-app-estado__card-title {
        font-size: 15px;
    }
}

/* ===== Listagem de licitações (estado, cidade, modalidade…) ===== */
.lic-app-lic-list {
    max-width: var(--app-max);
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}
.lic-app-lic-list__back {
    display: inline-block;
    margin-bottom: 12px;
    font: 600 13px/1.3 Poppins, system-ui, sans-serif;
    color: #2563eb;
    text-decoration: none;
}
.lic-app-lic-list__back:hover {
    text-decoration: underline;
}
.lic-app-lic-list__head {
    margin-bottom: 14px;
}
.lic-app-lic-list__sub {
    margin: 8px 0 0;
    font: 500 13px/1.45 Poppins, system-ui, sans-serif;
    color: #64748b;
}
.lic-app-lic-list__cards {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.lic-app-lic-list__empty {
    text-align: center;
}
.lic-app-lic-list__empty p {
    margin: 0 0 14px;
    font: 500 14px/1.5 Poppins, system-ui, sans-serif;
    color: #64748b;
}
.lic-app-lic-list__warn {
    margin-top: 14px;
}
.lic-app-lic-list__warn strong {
    display: block;
    margin-bottom: 4px;
    font: 700 14px/1.3 Poppins, system-ui, sans-serif;
    color: #0f172a;
}
.lic-app-lic-list__warn p {
    margin: 0;
    font: 500 13px/1.45 Poppins, system-ui, sans-serif;
    color: #475569;
}
.lic-app-lic-list__pagination {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 18px;
    padding-top: 8px;
}
.lic-app-lic-list__page {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 8px 14px;
    border-radius: 10px;
    font: 600 13px/1.2 Poppins, system-ui, sans-serif;
    color: #2563eb !important;
    text-decoration: none !important;
    background: #eff6ff;
    border: 1px solid #bfdbfe;
}
.lic-app-lic-list__page:hover {
    background: #dbeafe;
}
.lic-app-lic-list__page-info {
    font: 600 13px/1.3 Poppins, system-ui, sans-serif;
    color: #64748b;
}

/* ===== Top 50 ===== */
.lic-app-top__warn,
.lic-app-top__hint {
    margin-bottom: 14px;
    padding: 14px 16px !important;
    border-radius: 14px;
}
.lic-app-top__warn {
    background: #fffbeb;
    border: 1px solid #fde68a;
}
.lic-app-top__warn strong,
.lic-app-top__hint strong {
    display: block;
    margin-bottom: 6px;
    font: 700 14px/1.3 Poppins, system-ui, sans-serif;
    color: #0f172a;
}
.lic-app-top__warn p,
.lic-app-top__hint p {
    margin: 0 0 12px;
    font: 500 13px/1.45 Poppins, system-ui, sans-serif;
    color: #475569;
}
.lic-app-top__hint {
    background: #fef2f2;
    border: 1px solid #fecaca;
}
.lic-app-top__hint-link {
    font: 600 13px/1.3 Poppins, system-ui, sans-serif;
    color: #dc2626;
    text-decoration: none;
}
.lic-app-top__hint-link:hover {
    text-decoration: underline;
}
.lic-app-top__views {
    margin: -4px 0 10px;
    font: 500 12px/1.3 Poppins, system-ui, sans-serif;
    color: #64748b;
}

/* ===== Hub Por cidade ===== */
.lic-app-cidade {
    max-width: var(--app-max);
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}
.lic-app-cidade__head {
    margin-bottom: 14px;
}
.lic-app-cidade__badge {
    margin-bottom: 8px;
}
.lic-app-cidade__sub {
    margin: 8px 0 0;
    font: 500 14px/1.55 Poppins, system-ui, sans-serif;
    color: #64748b;
}
.lic-app-cidade__form {
    margin-top: 4px;
}
.lic-app-cidade__field {
    position: relative;
    margin-bottom: 12px;
}
.lic-app-cidade__label {
    display: block;
    margin-bottom: 10px;
    font: 600 13px/1.3 Poppins, system-ui, sans-serif;
    color: #334155;
}
.lic-app-cidade__input {
    width: 100%;
    box-sizing: border-box;
    min-height: 48px;
    padding: 12px 14px;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    background: #fff;
    font: 500 15px/1.3 Poppins, system-ui, sans-serif;
    color: #0f172a;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.lic-app-cidade__input:focus {
    outline: none;
    border-color: #93c5fd;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15);
}
.lic-app-cidade__list {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 4px);
    z-index: 30;
    list-style: none;
    margin: 0;
    padding: 6px;
    max-height: 220px;
    overflow-y: auto;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.12);
}
.lic-app-cidade__option {
    cursor: pointer;
    padding: 10px 12px;
    border-radius: 8px;
    font: 500 14px/1.35 Poppins, system-ui, sans-serif;
    color: #334155;
}
.lic-app-cidade__option:hover,
.lic-app-cidade__option.is-selected {
    background: #eff6ff;
    color: #1d4ed8;
}
.lic-app-cidade__feedback {
    min-height: 0;
    margin-bottom: 10px;
    font: 500 13px/1.45 Poppins, system-ui, sans-serif;
    color: #64748b;
}
.lic-app-cidade__feedback:empty {
    display: none;
}
.lic-app-cidade__feedback--error {
    color: #dc2626;
}
.lic-app-cidade__submit {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 48px;
    padding: 12px 16px;
    border: 0;
    border-radius: 12px;
    font: 700 15px/1.2 Poppins, system-ui, sans-serif;
    color: #fff;
    background: linear-gradient(135deg, #2563eb, #1d4ed8);
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.25);
    cursor: pointer;
    transition: opacity 0.15s ease;
}
.lic-app-cidade__submit:hover:not(:disabled) {
    opacity: 0.92;
}
.lic-app-cidade__submit:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}
.lic-app-cidade__tip {
    margin: 14px 0 0;
    font: 500 12px/1.5 Poppins, system-ui, sans-serif;
    color: #64748b;
    text-align: center;
}
.lic-app-cidade__tip a {
    color: #2563eb;
    font-weight: 600;
    text-decoration: none;
}
.lic-app-cidade__tip a:hover {
    text-decoration: underline;
}

/* ===== Botão voltar ao topo (layout app) ===== */
.lic-app-scroll-top {
    position: fixed;
    right: 16px;
    bottom: calc(20px + env(safe-area-inset-bottom, 0px));
    z-index: 1040;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    padding: 0;
    border: 1px solid #bfdbfe;
    border-radius: 999px;
    background: #2563eb;
    color: #fff;
    box-shadow: 0 8px 24px rgba(37, 99, 235, 0.35);
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transform: translateY(12px);
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease, background 0.15s ease;
}
.lic-app-scroll-top--visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.lic-app-scroll-top:hover {
    background: #1d4ed8;
}
.lic-app-scroll-top:focus-visible {
    outline: 2px solid #93c5fd;
    outline-offset: 2px;
}
.lic-app:has(.lic-app-dock) .lic-app-scroll-top {
    bottom: calc(var(--app-dock-h, 64px) + 16px + env(safe-area-inset-bottom, 0px));
}
@media (min-width: 768px) {
    .lic-app-scroll-top {
        right: 24px;
        width: 48px;
        height: 48px;
    }
}
