/* Central 3RN: arquivo único de estilos, sem compilação ou dependências externas. */
:root {
    --sand: #f5f3ec;
    --paper: #fffefa;
    --green: #183f35;
    --green-deep: #113229;
    --lime: #d5e8a0;
    --ink: #243a32;
    --muted: #747b72;
    --line: #e1e3d8;
    --soft: #eeeee5;
    --amber: #956728;
    --amber-soft: #f7edd8;
    --red: #9b463e;
    --red-soft: #faece7;
    --blue: #688798;
    --radius: 15px;
    --body-font: "Segoe UI", Tahoma, sans-serif;
    --display-font: Georgia, "Times New Roman", serif;
}
* {
    box-sizing: border-box;
}
body {
    margin: 0;
    background: var(--sand);
    color: var(--ink);
    font-family: var(--body-font);
    font-size: 14px;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
}
a {
    color: inherit;
    text-decoration: none;
}
button,
input,
select,
textarea {
    font: inherit;
}
button,
a,
input,
select,
textarea,
summary {
    -webkit-tap-highlight-color: transparent;
}
button {
    cursor: pointer;
}
a,
button {
    touch-action: manipulation;
}
button:disabled {
    cursor: not-allowed;
}
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
summary:focus-visible {
    outline: 3px solid #9bbd68;
    outline-offset: 3px;
}
h1,
h2,
h3,
p {
    margin: 0;
}
h1,
h2,
h3 {
    font-weight: 400;
}
h1,
h2 {
    font-family: var(--display-font);
}
svg {
    display: block;
}
input,
textarea,
select {
    max-width: 100%;
}
button {
    border: 0;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.skip-link {
    position: fixed;
    z-index: 100;
    left: 16px;
    top: 10px;
    padding: 12px 18px;
    background: var(--green);
    color: #fff;
    transform: translateY(-200%);
}
.skip-link:focus {
    transform: translateY(0);
}
.muted {
    color: var(--muted);
}
.eyebrow {
    display: block;
    color: var(--muted);
    font-size: 10px;
    font-weight: 650;
    letter-spacing: 1.45px;
    text-transform: uppercase;
}
.small-dot {
    display: inline-block;
    flex: none;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #a4b7a6;
}
.dot-green {
    background: #7b9e70;
}
.dot-amber {
    background: #c59652;
}
.dot-blue {
    background: var(--blue);
}
/* Estrutura e navegação. */
.app-shell {
    display: grid;
    grid-template-columns: 242px minmax(0, 1fr);
    min-height: 100vh;
}
.sidebar {
    position: sticky;
    top: 0;
    display: flex;
    flex-direction: column;
    height: 100vh;
    min-height: 600px;
    padding: 39px 21px 24px;
    background: var(--green);
    color: #e9eee4;
}
.brand {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: max-content;
}
.sidebar .brand {
    margin-left: 15px;
}
.brand-mark {
    display: flex;
    align-items: baseline;
    position: relative;
    color: #fafbec;
    font-size: 46px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: -3px;
}
.brand-mark > span {
    font-size: 33px;
    letter-spacing: -2px;
}
.brand-mark i {
    width: 7px;
    height: 7px;
    margin-left: 8px;
    background: var(--lime);
    border-radius: 50%;
}
.brand-caption {
    margin-top: 14px;
    color: #bacabd;
    font-size: 10px;
    letter-spacing: 1.1px;
    text-transform: uppercase;
}
.sidebar-section {
    margin: 62px 15px 14px;
    color: #8ca698;
    font-size: 10px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}
.navigation {
    display: grid;
    gap: 7px;
}
.nav-item {
    display: flex;
    align-items: center;
    gap: 11px;
    min-height: 46px;
    padding: 12px 14px;
    border-radius: 8px;
    color: #c3d1c8;
    font-size: 12px;
    font-weight: 600;
    transition: background 0.15s, color 0.15s;
}
.nav-item svg {
    width: 20px;
    height: 20px;
}
.nav-item > span {
    margin-left: auto;
    font-size: 17px;
    font-weight: 400;
}
.nav-item:hover {
    background: #ffffff0a;
    color: #fff;
}
.nav-item.is-active {
    background: var(--lime);
    color: var(--green-deep);
}
.sidebar-note {
    margin: auto 15px 47px;
    padding-top: 72px;
}
.sidebar-note .eyebrow {
    color: #b6c89b;
    font-size: 9px;
    letter-spacing: 0.9px;
}
.sidebar-note p {
    max-width: 167px;
    margin-top: 12px;
    font-family: var(--display-font);
    font-size: 20px;
    line-height: 1.45;
    color: #dbe4d6;
}
.sidebar-note-line {
    display: block;
    width: 32px;
    height: 1px;
    margin-top: 23px;
    background: #8fba70;
}
.sidebar-account {
    display: flex;
    align-items: center;
    gap: 9px;
    padding-top: 20px;
    border-top: 1px solid #ffffff1c;
}
.avatar {
    display: grid;
    place-items: center;
    flex: none;
    width: 32px;
    height: 32px;
    border: 1px solid #ffffff36;
    border-radius: 50%;
    color: #d5e8b3;
    font-size: 11px;
}
.account-details {
    min-width: 0;
}
.account-details strong {
    display: block;
    max-width: 109px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 11px;
    font-weight: 600;
}
.account-details span {
    display: block;
    margin-top: 2px;
    color: #9fb4a6;
    font-size: 10px;
}
.sidebar-account form {
    margin-left: auto;
}
.logout-button {
    padding: 7px 2px;
    background: transparent;
    color: #bdcdbf;
    font-size: 10px;
}
.logout-button:hover {
    color: #fff;
    text-decoration: underline;
}
.main-content {
    min-width: 0;
    max-width: 1750px;
    width: 100%;
    padding: 0 48px;
    margin: 0 auto;
}
.topline {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    height: 78px;
    border-bottom: 1px solid var(--line);
    color: var(--muted);
    font-size: 11px;
}
.topline > span:first-child {
    letter-spacing: 0.2px;
}
.topline-divider {
    padding: 0 12px;
    color: #afb5a8;
}
.workspace-label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 10px;
}
.page-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    margin: 41px 0 29px;
}
.page-heading h1 {
    margin-top: 12px;
    font-size: clamp(30px, 2.8vw, 43px);
    line-height: 1.2;
    letter-spacing: -1.35px;
}
.page-heading p {
    margin-top: 13px;
    color: var(--muted);
    font-size: 12px;
}
.page-heading > .button {
    flex-shrink: 0;
}
.mobile-break {
    display: none;
}
.page-footer {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 32px 0 22px;
    margin-top: 30px;
    border-top: 1px solid var(--line);
    color: #878d81;
    font-size: 10px;
}
.page-footer span:last-child {
    font-family: var(--display-font);
    font-size: 12px;
    font-style: italic;
}
/* Formulários, botões e mensagens de retorno. */
.button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    min-height: 41px;
    padding: 11px 17px;
    border: 1px solid transparent;
    border-radius: 7px;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.35;
    text-align: center;
    transition: background 0.15s, transform 0.15s, border-color 0.15s;
}
.button:hover {
    transform: translateY(-1px);
}
.button-primary {
    background: var(--green);
    color: #fffefa;
}
.button-primary:hover {
    background: #255344;
}
.button-secondary {
    border-color: #d8ddce;
    background: #faf9f3;
    color: var(--green);
}
.button-secondary:hover {
    border-color: #a6b59c;
    background: #f0f1e7;
}
.button-quiet {
    border-color: var(--line);
    background: transparent;
    color: var(--muted);
}
.button-quiet:hover {
    background: var(--soft);
    color: var(--green);
}
.button-full {
    width: 100%;
}
.button > span {
    font-size: 16px;
    font-weight: 400;
}
.text-link {
    font-size: 11px;
    font-weight: 600;
    color: var(--green);
    text-decoration: underline;
    text-decoration-color: #adb9a0;
    text-underline-offset: 4px;
}
.text-link:hover {
    text-decoration-color: var(--green);
}
.field {
    display: flex;
    flex-direction: column;
    gap: 7px;
    min-width: 0;
}
.field label {
    color: #5d695d;
    font-size: 10px;
    font-weight: 600;
    line-height: 1.5;
}
.field input,
.field select,
.field textarea {
    width: 100%;
    min-height: 41px;
    padding: 10px 12px;
    border: 1px solid #dce0d2;
    border-radius: 6px;
    background: #fffef9;
    color: var(--ink);
    font-size: 12px;
    line-height: 1.5;
}
.field textarea {
    resize: vertical;
    min-height: 80px;
}
.field input::placeholder,
.field textarea::placeholder {
    color: #969c8e;
}
.field input:focus,
.field select:focus,
.field textarea:focus {
    border-color: #92ad78;
}
.field input[aria-invalid="true"] {
    border-color: #be7770;
}
.field select {
    cursor: pointer;
}
.uppercase-input {
    text-transform: uppercase;
}
.notice {
    padding: 15px 18px;
    border: 1px solid;
    border-radius: 9px;
    margin: 20px 0;
    font-size: 12px;
    overflow-wrap: anywhere;
}
.notice-success {
    background: #eaf1df;
    border-color: #d4e3bd;
    color: #3e5731;
}
.notice-error {
    background: var(--red-soft);
    border-color: #ecd1c5;
    color: var(--red);
}
.notice ul {
    margin: 8px 0 0;
    padding-left: 18px;
}
.notice p {
    margin-top: 5px;
}
.notice p:first-child {
    margin-top: 0;
}
.notice strong {
    font-weight: 650;
}
.help-text {
    color: var(--muted);
    font-size: 11px;
    line-height: 1.75;
}
.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 11px;
}
/* Visão geral dos atendimentos. */
.metric-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 15px;
    margin-bottom: 24px;
}
.metric-card {
    padding: 21px 23px 18px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--paper);
}
.metric-label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    font-size: 11px;
    color: #63705f;
}
.metric-icon {
    font-size: 20px;
    line-height: 1;
}
.metric-dot {
    width: 6px;
    height: 6px;
    flex: none;
    border-radius: 50%;
}
.metric-card > strong {
    display: block;
    margin-top: 14px;
    font-size: 38px;
    font-weight: 400;
    line-height: 1.15;
    letter-spacing: -1px;
    font-variant-numeric: tabular-nums;
}
.metric-card p {
    margin-top: 9px;
    color: var(--muted);
    font-size: 10px;
}
.metric-featured {
    background: #e6ecd8;
    border-color: #d5dfc4;
}
.metric-featured .metric-label {
    color: #496041;
}
.metric-featured p {
    color: #697b5c;
}
.setup-banner {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 17px 20px;
    margin-bottom: 26px;
    border: 1px solid #e5dec8;
    border-radius: 10px;
    background: #f0ede2;
}
.setup-icon {
    display: grid;
    place-items: center;
    flex: none;
    width: 24px;
    height: 24px;
    border: 1px solid #a59469;
    border-radius: 50%;
    color: #8b774a;
    font-family: var(--display-font);
    font-size: 14px;
    font-style: italic;
}
.setup-banner strong {
    font-size: 11px;
    font-weight: 600;
    color: #695f3e;
}
.setup-banner p {
    margin-top: 3px;
    font-size: 11px;
    color: #897e60;
}
.setup-banner a {
    margin-left: auto;
    white-space: nowrap;
    color: #6d683f;
    font-size: 11px;
    font-weight: 600;
}
.setup-banner a:hover {
    text-decoration: underline;
}
.setup-banner a span {
    margin-left: 6px;
}
.panel {
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--paper);
}
.panel-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 25px 27px 22px;
}
.panel-heading h2 {
    margin-top: 5px;
    font-size: 25px;
    letter-spacing: -0.5px;
}
.panel-heading .eyebrow {
    font-size: 9px;
    letter-spacing: 1px;
}
.panel-body {
    padding: 0 25px 24px;
}
.count-label {
    padding: 5px 9px;
    border-radius: 5px;
    background: var(--soft);
    color: #7a8274;
    font-size: 10px;
}
.filters {
    display: flex;
    align-items: flex-end;
    gap: 12px;
    padding: 0 27px 23px;
}
.search-field {
    flex: 1;
}
.search-input {
    position: relative;
}
.search-input svg {
    position: absolute;
    top: 12px;
    left: 11px;
    width: 16px;
    height: 16px;
    color: #8b9582;
}
.search-input input {
    padding-left: 35px;
}
.stage-filter {
    width: 210px;
}
.clear-filter {
    padding-bottom: 13px;
}
.table-scroll {
    overflow-x: auto;
}
.attendance-table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
    font-size: 11px;
    white-space: nowrap;
}
.attendance-table th {
    padding: 13px 21px;
    background: #f7f7f0;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    color: #7f8779;
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 0.45px;
    text-transform: uppercase;
}
.attendance-table th:first-child,
.attendance-table td:first-child {
    padding-left: 27px;
}
.attendance-table td {
    padding: 20px 21px;
    border-bottom: 1px solid #e9eadf;
}
.attendance-table tbody tr:last-child td {
    border-bottom: 0;
}
.attendance-table tbody tr:hover {
    background: #fafbf4;
}
.person-cell {
    display: flex;
    align-items: center;
    gap: 11px;
}
.person-avatar {
    display: grid;
    place-items: center;
    flex: none;
    width: 33px;
    height: 33px;
    border-radius: 50%;
    background: #e8edde;
    color: #6b7d5b;
    font-family: var(--display-font);
    font-size: 16px;
}
.person-cell strong {
    display: block;
    font-size: 11px;
    font-weight: 600;
}
.person-cell small {
    display: block;
    margin-top: 3px;
    color: #8b9184;
    font-size: 10px;
}
.person-cell:hover strong {
    text-decoration: underline;
    text-underline-offset: 3px;
}
.badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 5px 8px;
    border: 1px solid transparent;
    border-radius: 5px;
    font-size: 10px;
    font-weight: 500;
    line-height: 1.4;
    white-space: nowrap;
}
.badge-neutral {
    background: #eef0e5;
    color: #6b775c;
    border-color: #e3e7d7;
}
.badge-success {
    background: #e9f0dd;
    color: #4e6c36;
    border-color: #dce7cc;
}
.badge-warning {
    background: var(--amber-soft);
    color: var(--amber);
    border-color: #eee0bf;
}
.badge-large {
    padding: 8px 12px;
    font-size: 11px;
}
.conduction {
    display: flex;
    align-items: center;
    gap: 7px;
    white-space: nowrap;
    color: #7b8474;
    font-size: 10px;
}
.cell-time {
    display: block;
    margin-top: 2px;
    color: #979d90;
    font-size: 10px;
}
.row-action {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 10px;
    font-weight: 600;
    color: var(--green);
}
.row-action:hover {
    text-decoration: underline;
}
.row-action span {
    font-size: 16px;
}
.row-warning {
    display: block;
    margin-top: 6px;
    color: var(--amber);
    font-size: 9px;
}
.pagination {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding: 18px 27px;
    border-top: 1px solid var(--line);
    color: #8b9283;
    font-size: 10px;
}
.pagination nav {
    display: flex;
    align-items: center;
    gap: 18px;
}
.pagination a {
    color: #586f49;
}
.pagination a:hover {
    text-decoration: underline;
}
.pagination-disabled {
    color: #b8bcae;
}
.pagination-current {
    color: #7b8272;
    font-variant-numeric: tabular-nums;
}
.empty-state {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 45px 20px 54px;
    border-top: 1px solid #eeefe4;
}
.empty-illustration {
    display: grid;
    place-items: center;
    width: 71px;
    height: 71px;
    margin-bottom: 17px;
    border-radius: 24px;
    background: #edf0df;
    color: #72845b;
    font-family: var(--display-font);
    font-size: 38px;
}
.empty-illustration svg {
    width: 56px;
    height: 56px;
}
.empty-state h3 {
    font-family: var(--display-font);
    font-size: 25px;
    letter-spacing: -0.5px;
}
.empty-state p {
    max-width: 375px;
    margin: 10px auto 23px;
    color: var(--muted);
    font-size: 11px;
    line-height: 1.8;
}
.empty-state-compact {
    border-top: 0;
    padding: 42px 20px;
}
.empty-state-compact h3 {
    font-size: 22px;
}
.dashboard-caption {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    margin: 23px 0;
    color: #858d7c;
    font-size: 10px;
}
/* Conversa: mensagens, detalhes e ações. */
.back-link {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-top: 26px;
    color: #7d8874;
    font-size: 10px;
}
.back-link:hover {
    color: var(--green);
}
.detail-heading {
    margin-top: 20px;
    margin-bottom: 28px;
}
.detail-heading h1 {
    font-size: 37px;
}
.contact-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
    color: #818a79;
    font-size: 11px;
}
.meta-divider {
    color: #b3bbab;
}
.detail-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(310px, 1fr);
    align-items: start;
    gap: 24px;
}
.conversation-panel .panel-heading {
    border-bottom: 1px solid var(--line);
}
.conversation-panel .panel-heading h2 {
    font-size: 25px;
}
.conversation-feed {
    display: flex;
    flex-direction: column;
    gap: 18px;
    max-height: 820px;
    min-height: 360px;
    padding: 28px 24px;
    overflow: auto;
    scrollbar-width: thin;
    scrollbar-color: #c8d2b9 #f6f7f0;
    background: #fafaf4;
    background-image: radial-gradient(#d8dece 0.65px, transparent 0.65px);
    background-size: 15px 15px;
}
.message {
    width: fit-content;
    max-width: 90%;
    padding: 14px 16px;
    border: 1px solid #e2e5d8;
    border-radius: 11px;
    box-shadow: 0 1px 2px #203d2310;
    overflow-wrap: anywhere;
}
.message-incoming {
    align-self: flex-start;
    border-bottom-left-radius: 2px;
    background: #fffef9;
}
.message-outgoing {
    align-self: flex-end;
    border-bottom-right-radius: 2px;
    border-color: #d7e3c6;
    background: #e9efde;
}
.message-author {
    margin-bottom: 5px;
    color: #67765a;
    font-size: 9px;
    font-weight: 600;
}
.message-content {
    white-space: pre-wrap;
    line-height: 1.75;
    font-size: 12px;
    color: #354a32;
}
.message-meta {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 9px;
    color: #909985;
    font-size: 9px;
}
.message-status {
    color: #7c8e68;
}
.status-warning {
    color: #9b7034;
}
.message-error {
    margin-top: 8px;
    color: #92633d;
    font-size: 10px;
}
.message-error summary {
    cursor: pointer;
}
.message-error p {
    margin-top: 5px;
}
.message-resolution {
    margin-top: 13px;
    padding-top: 12px;
    border-top: 1px solid #d3dcc6;
}
.message-resolution p {
    color: #795f33;
    font-size: 10px;
    line-height: 1.75;
}
.message-resolution form {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 11px;
}
.message-resolution .button {
    flex: 1 1 160px;
    min-height: 37px;
    padding: 9px 11px;
    font-size: 10px;
}
.message-composer {
    padding: 22px 24px;
    border-top: 1px solid var(--line);
}
.message-composer .field textarea {
    min-height: 102px;
    background: #fffefa;
    font-size: 12px;
}
.composer-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    margin-top: 12px;
}
.composer-footer p {
    max-width: 200px;
    color: #929985;
    font-size: 10px;
    line-height: 1.6;
}
.composer-footer .button {
    flex: none;
    padding: 10px 12px;
    font-size: 10px;
}
.detail-aside {
    display: grid;
    gap: 20px;
}
.detail-aside .panel-heading {
    padding: 22px 23px 18px;
}
.detail-aside .panel-heading h2 {
    font-size: 23px;
}
.detail-aside .panel-body {
    padding-left: 23px;
    padding-right: 23px;
}
.control-state {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 20px;
}
.control-symbol {
    display: grid;
    place-items: center;
    flex: none;
    width: 33px;
    height: 33px;
    border-radius: 9px;
    background: #e7eedb;
    color: #6c8454;
    font-size: 20px;
}
.control-paused {
    background: #f3e9d5;
    color: #a4824c;
    font-size: 16px;
}
.control-state strong {
    display: block;
    margin: 2px 0 5px;
    font-size: 12px;
    font-weight: 600;
}
.control-state p {
    color: #858d7b;
    font-size: 11px;
    line-height: 1.7;
}
.control-divider {
    height: 1px;
    margin: 21px 0 18px;
    background: var(--line);
}
.control-panel .help-text {
    margin-bottom: 12px;
}
.offer-panel {
    background: #f1f4e8;
    border-color: #dce5cf;
}
.offer-label {
    color: #7a8a6a;
    font-size: 10px;
}
.offer-amount {
    margin: 5px 0 17px;
    font-family: var(--display-font);
    font-size: 35px;
    letter-spacing: -1px;
}
.offer-amount > span {
    font-family: var(--body-font);
    font-size: 15px;
    letter-spacing: 0;
}
.details-list {
    margin: 0;
}
.details-list > div {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 9px 0;
    border-bottom: 1px solid #dfe6d5;
    font-size: 11px;
}
.details-list > div:last-child {
    border-bottom: 0;
}
.details-list dt {
    color: #7b886d;
}
.details-list dd {
    margin: 0;
    text-align: right;
    color: #4f643f;
    font-weight: 600;
    overflow-wrap: anywhere;
}
.proposal-id {
    margin-top: 10px;
}
.formalization-link {
    margin-top: 17px;
}
.link-hint {
    margin-top: 8px;
    text-align: center;
    font-size: 9px;
}
.data-disclosure > summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding: 22px 23px;
    cursor: pointer;
    list-style: none;
}
.data-disclosure > summary::-webkit-details-marker {
    display: none;
}
.disclosure-title {
    display: block;
    margin-top: 5px;
    font-family: var(--display-font);
    font-size: 23px;
    letter-spacing: -0.4px;
}
.disclosure-arrow {
    font-size: 19px;
    color: #82936e;
    transition: transform 0.2s;
}
.data-disclosure[open] .disclosure-arrow {
    transform: rotate(45deg);
}
.customer-form fieldset {
    display: grid;
    gap: 13px;
    min-width: 0;
    margin: 25px 0;
    padding: 20px 0 0;
    border: 0;
    border-top: 1px solid var(--line);
}
.customer-form legend {
    padding: 0 9px 0 0;
    color: #61724f;
    font-size: 11px;
    font-weight: 600;
}
.customer-form .field input,
.customer-form .field select {
    min-height: 38px;
    font-size: 11px;
}
.customer-form .help-text {
    margin-top: -6px;
}
.timeline {
    margin: 0;
    padding: 0;
    list-style: none;
}
.timeline > li {
    position: relative;
    padding: 0 0 23px 22px;
    border-left: 1px solid #dce4ce;
}
.timeline > li:last-child {
    padding-bottom: 0;
    border-left-color: transparent;
}
.timeline-dot {
    position: absolute;
    top: 4px;
    left: -4px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #a7bb8a;
    box-shadow: 0 0 0 4px var(--paper);
}
.timeline strong {
    display: block;
    font-size: 11px;
    font-weight: 600;
    color: #596d47;
}
.timeline p {
    margin-top: 5px;
    color: #8a947d;
    font-size: 10px;
    line-height: 1.7;
    overflow-wrap: anywhere;
}
.timeline time {
    display: block;
    margin-top: 5px;
    color: #a1a895;
    font-size: 9px;
}
.events-panel .panel-body {
    max-height: 550px;
    overflow-y: auto;
    scrollbar-width: thin;
}
/* Ajuda e configuração. */
.flow-overview {
    display: grid;
    grid-template-columns: 1fr auto 1fr auto 1fr;
    align-items: start;
    gap: 30px;
    padding: 28px 30px;
    margin-bottom: 26px;
    border: 1px solid #dce3cf;
    border-radius: var(--radius);
    background: #e9eddf;
}
.flow-number {
    display: block;
    margin-bottom: 10px;
    font-family: var(--display-font);
    font-style: italic;
    font-size: 23px;
    color: #7f9368;
}
.flow-overview strong {
    font-size: 12px;
    font-weight: 600;
    color: #415a34;
}
.flow-overview p {
    max-width: 210px;
    margin-top: 7px;
    color: #7a896a;
    font-size: 11px;
    line-height: 1.8;
}
.flow-arrow {
    align-self: center;
    color: #95a67f;
    font-size: 22px;
}
.settings-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(290px, 1fr);
    gap: 25px;
    align-items: start;
}
.settings-main,
.settings-aside {
    display: grid;
    gap: 24px;
}
.integration-list {
    padding: 0 26px;
}
.integration-row {
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 18px 0;
    border-bottom: 1px solid var(--line);
}
.integration-row:first-child {
    padding-top: 0;
}
.integration-row:last-child {
    border-bottom: 0;
}
.integration-monogram {
    display: grid;
    place-items: center;
    flex: none;
    width: 36px;
    height: 36px;
    border: 1px solid #e2e7d9;
    border-radius: 9px;
    background: #f5f6ec;
    color: #70845c;
    font-family: var(--display-font);
    font-size: 20px;
}
.integration-row > div {
    flex: 1;
}
.integration-row strong {
    font-size: 12px;
    font-weight: 600;
}
.integration-row p {
    margin-top: 4px;
    font-size: 10px;
    color: #929b85;
}
.integration-row .badge {
    font-size: 9px;
}
.panel-note {
    padding: 15px 25px;
    border-top: 1px solid var(--line);
    background: #f9faf3;
    color: #8a947e;
    font-size: 10px;
    line-height: 1.8;
}
.stage-guide {
    margin: 0;
    padding: 0 27px 26px;
    list-style: none;
}
.stage-guide > li {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    padding: 18px 0;
    border-bottom: 1px solid var(--line);
}
.stage-guide > li:first-child {
    padding-top: 0;
}
.stage-guide > li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}
.stage-guide-number {
    min-width: 23px;
    padding-top: 1px;
    color: #a2b189;
    font-family: var(--display-font);
    font-size: 19px;
}
.stage-guide strong {
    font-size: 11px;
    font-weight: 600;
    color: #586f46;
}
.stage-guide p {
    margin-top: 5px;
    color: #8b9580;
    font-size: 11px;
    line-height: 1.75;
}
.guide-card {
    position: relative;
    overflow: hidden;
    padding: 27px 27px 40px;
    border-radius: var(--radius);
    background: var(--green);
    color: #e0e8d8;
}
.guide-card .eyebrow {
    color: #a9bb93;
    font-size: 9px;
}
.guide-card h2 {
    margin: 16px 0 22px;
    color: #eef1de;
    font-size: 29px;
    letter-spacing: -0.7px;
    line-height: 1.2;
}
.guide-card p {
    position: relative;
    z-index: 1;
    margin-top: 15px;
    font-size: 11px;
    color: #b7c8ae;
    line-height: 1.85;
}
.guide-card strong {
    font-weight: 600;
    color: #d9e5cc;
}
.guide-card-arrow {
    position: absolute;
    right: 18px;
    bottom: 5px;
    font-size: 65px;
    line-height: 1;
    color: #ffffff0c;
}
.maintenance-panel .panel-heading h2 {
    font-size: 24px;
}
.maintenance-list {
    margin: 18px 0 0;
}
.maintenance-list > div {
    padding: 17px 0;
    border-top: 1px solid var(--line);
}
.maintenance-list > div:last-child {
    padding-bottom: 0;
}
.maintenance-list dt {
    margin-bottom: 7px;
    color: #637850;
    font-size: 11px;
    font-weight: 600;
}
.maintenance-list dd {
    margin: 0;
}
.maintenance-list code {
    padding: 4px 6px;
    border: 1px solid #e3e7d8;
    border-radius: 4px;
    background: #f2f5e9;
    color: #788867;
    font-size: 10px;
    overflow-wrap: anywhere;
}
.maintenance-list p {
    margin-top: 9px;
    color: #939b87;
    font-size: 10px;
    line-height: 1.8;
}
/* Acesso à central. */
.login-body {
    min-height: 100vh;
    background: var(--sand);
}
.login-shell {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 100vh;
}
.login-story {
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding: 49px clamp(40px, 6vw, 105px);
    background: var(--green);
    color: #f1f1df;
}
.login-story .brand {
    position: relative;
    z-index: 1;
}
.login-story-content {
    position: relative;
    z-index: 1;
    margin: auto 0;
    padding: 65px 0;
}
.login-story-content .eyebrow {
    margin-bottom: 25px;
    color: #b4c79c;
    font-size: 10px;
    letter-spacing: 1.4px;
}
.login-story h1 {
    font-size: clamp(40px, 4.25vw, 67px);
    font-family: var(--display-font);
    line-height: 1.13;
    letter-spacing: -2px;
}
.login-story h1 em {
    font-weight: 400;
    color: #c8dca8;
}
.login-story-content > p {
    max-width: 300px;
    margin-top: 28px;
    color: #b9c7b0;
    font-size: 12px;
    line-height: 1.9;
}
.login-signature {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 13px;
    color: #a0b499;
    font-size: 10px;
}
.signature-line {
    width: 30px;
    height: 1px;
    background: #809f63;
}
.login-orbit {
    position: absolute;
    pointer-events: none;
    width: 490px;
    height: 490px;
    border: 1px solid #d1e9ac12;
    border-radius: 50%;
    right: -290px;
    bottom: -60px;
}
.orbit-two {
    width: 625px;
    height: 625px;
    right: -359px;
    bottom: -126px;
}
.login-form-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 60px 35px 90px;
}
.login-form-wrap {
    width: 100%;
    max-width: 355px;
}
.login-form-wrap > .eyebrow {
    color: #889679;
}
.login-form-wrap h2 {
    margin-top: 16px;
    font-size: 40px;
    letter-spacing: -1.4px;
}
.login-intro {
    max-width: 305px;
    margin: 14px 0 30px;
    font-size: 12px;
    line-height: 1.9;
}
.login-form {
    display: grid;
    gap: 20px;
}
.login-form .field {
    gap: 9px;
}
.login-form .field label {
    font-size: 11px;
}
.login-form .field input {
    min-height: 47px;
    padding: 12px 14px;
    border-color: #d9dfce;
    background: #fffef7;
    font-size: 12px;
}
.login-form .button {
    justify-content: space-between;
    min-height: 47px;
    padding: 12px 17px;
    margin-top: 4px;
    font-size: 12px;
}
.login-help {
    margin-top: 24px;
    padding-top: 22px;
    border-top: 1px solid var(--line);
    color: #929a88;
    font-size: 10px;
    text-align: center;
}
.login-footer {
    position: absolute;
    bottom: 29px;
    color: #9ba391;
    font-size: 10px;
    letter-spacing: 0.3px;
}
@media (min-width: 1600px) {
    .main-content {
        padding-left: 64px;
        padding-right: 64px;
    }
    .metric-card {
        padding: 24px 28px;
    }
    .metric-card > strong {
        font-size: 44px;
    }
    .detail-layout {
        grid-template-columns: minmax(0, 1.65fr) minmax(350px, 1fr);
    }
}
@media (max-width: 1250px) {
    .app-shell {
        grid-template-columns: 215px minmax(0, 1fr);
    }
    .sidebar {
        padding-left: 16px;
        padding-right: 16px;
    }
    .main-content {
        padding: 0 29px;
    }
    .metric-grid {
        gap: 11px;
    }
    .metric-card {
        padding: 18px 16px;
    }
    .metric-label {
        font-size: 10px;
    }
    .metric-card > strong {
        font-size: 34px;
    }
    .metric-card p {
        font-size: 9px;
    }
    .detail-layout {
        grid-template-columns: minmax(0, 1fr) 320px;
        gap: 19px;
    }
    .conversation-panel .panel-heading {
        padding: 23px 20px;
    }
    .conversation-feed {
        padding: 22px 18px;
    }
    .message-composer {
        padding: 20px 18px;
    }
    .composer-footer {
        align-items: flex-end;
    }
    .composer-footer p {
        max-width: 128px;
        font-size: 9px;
    }
    .composer-footer .button {
        gap: 5px;
        padding: 10px;
    }
    .settings-layout {
        grid-template-columns: minmax(0, 1.3fr) minmax(290px, 1fr);
    }
    .flow-overview {
        gap: 20px;
        padding: 24px;
    }
    .integration-list {
        padding: 0 20px;
    }
    .integration-row {
        gap: 10px;
    }
    .integration-row p {
        max-width: 195px;
    }
    .attendance-table th,
    .attendance-table td {
        padding-left: 16px;
        padding-right: 16px;
    }
}
@media (max-width: 1050px) {
    .app-shell {
        grid-template-columns: 190px minmax(0, 1fr);
    }
    .sidebar {
        padding-left: 12px;
        padding-right: 12px;
    }
    .brand-caption {
        font-size: 8px;
    }
    .sidebar .brand {
        margin-left: 12px;
    }
    .sidebar-note {
        margin-left: 12px;
        margin-right: 9px;
    }
    .sidebar-note p {
        font-size: 18px;
    }
    .nav-item {
        padding-left: 12px;
        padding-right: 10px;
        font-size: 11px;
    }
    .main-content {
        padding: 0 24px;
    }
    .topline {
        height: 66px;
    }
    .page-heading {
        margin-top: 33px;
    }
    .page-heading h1 {
        font-size: 31px;
    }
    .page-heading p {
        font-size: 11px;
    }
    .metric-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }
    .metric-card {
        padding: 18px 21px;
    }
    .metric-label {
        font-size: 11px;
    }
    .metric-card > strong {
        font-size: 34px;
        margin-top: 10px;
    }
    .metric-card p {
        font-size: 10px;
    }
    .setup-banner {
        flex-wrap: wrap;
        gap: 11px;
        padding: 15px 17px;
    }
    .setup-banner > div {
        flex: 1;
    }
    .setup-banner a {
        margin-left: 35px;
        font-size: 10px;
    }
    .detail-layout {
        grid-template-columns: minmax(0, 1fr);
    }
    .detail-aside {
        grid-template-columns: 1fr 1fr;
        align-items: start;
    }
    .detail-aside > .panel {
        min-width: 0;
    }
    .detail-aside > .panel:has(.data-disclosure) {
        grid-column: 1;
    }
    .events-panel {
        grid-column: 2;
        grid-row: 2;
    }
    .conversation-feed {
        max-height: 650px;
        min-height: 300px;
    }
    .composer-footer p {
        max-width: none;
        font-size: 10px;
    }
    .settings-layout {
        grid-template-columns: minmax(0, 1fr);
    }
    .settings-aside {
        grid-template-columns: 1fr 1fr;
        align-items: start;
    }
    .guide-card {
        padding: 26px 22px;
    }
    .settings-aside .maintenance-panel .panel-heading {
        padding-left: 22px;
        padding-right: 22px;
    }
    .settings-aside .maintenance-panel .panel-body {
        padding-left: 22px;
        padding-right: 22px;
    }
    .flow-overview {
        gap: 17px;
    }
    .flow-overview p {
        font-size: 10px;
    }
    .filters {
        padding-left: 22px;
        padding-right: 22px;
        gap: 10px;
    }
    .stage-filter {
        width: 170px;
    }
    .panel-heading {
        padding-left: 22px;
        padding-right: 22px;
    }
    .clear-filter {
        font-size: 10px;
    }
    .sidebar-account {
        gap: 7px;
    }
    .account-details strong {
        max-width: 83px;
    }
    .account-details span {
        font-size: 9px;
    }
    .logout-button {
        font-size: 9px;
    }
}
@media (max-width: 760px) {
    .app-shell {
        display: block;
    }
    .sidebar {
        position: relative;
        height: auto;
        min-height: 0;
        padding: 19px 22px 0;
        display: grid;
        grid-template-columns: 1fr auto;
        align-items: center;
        gap: 19px;
        background: var(--green);
    }
    .sidebar .brand {
        margin: 0;
    }
    .brand-mark {
        font-size: 35px;
    }
    .brand-mark > span {
        font-size: 25px;
    }
    .brand-mark i {
        width: 5px;
        height: 5px;
        margin-left: 7px;
    }
    .brand-caption {
        margin-top: 7px;
        font-size: 8px;
    }
    .sidebar-section,
    .sidebar-note {
        display: none;
    }
    .navigation {
        grid-column: 1/-1;
        grid-row: 2;
        display: flex;
        gap: 8px;
    }
    .nav-item {
        border-radius: 7px 7px 0 0;
        min-height: 42px;
        padding: 11px 14px;
        gap: 8px;
        font-size: 11px;
    }
    .nav-item svg {
        width: 17px;
        height: 17px;
    }
    .nav-item > span {
        margin-left: 9px;
        font-size: 14px;
    }
    .sidebar-account {
        grid-column: 2;
        grid-row: 1;
        border: 0;
        padding: 0;
        gap: 9px;
    }
    .account-details {
        display: none;
    }
    .sidebar-account form {
        margin: 0;
    }
    .logout-button {
        padding: 10px 0 10px 6px;
        font-size: 10px;
    }
    .avatar {
        width: 28px;
        height: 28px;
        font-size: 10px;
    }
    .main-content {
        padding: 0 22px;
    }
    .topline {
        height: 55px;
        font-size: 10px;
    }
    .workspace-label {
        font-size: 9px;
    }
    .topline-divider {
        padding: 0 8px;
    }
    .page-heading {
        margin: 28px 0 23px;
        gap: 15px;
    }
    .page-heading h1 {
        font-size: 32px;
        line-height: 1.18;
        letter-spacing: -1.05px;
    }
    .page-heading .eyebrow {
        font-size: 9px;
    }
    .page-heading p {
        max-width: 320px;
        font-size: 11px;
        line-height: 1.7;
    }
    .page-heading > .button {
        padding: 10px 12px;
        font-size: 10px;
        gap: 5px;
    }
    .mobile-break {
        display: block;
    }
    .metric-grid {
        gap: 11px;
        margin-bottom: 19px;
    }
    .metric-card {
        padding: 17px 19px;
        border-radius: 12px;
    }
    .metric-card > strong {
        font-size: 34px;
    }
    .setup-banner {
        margin-bottom: 22px;
    }
    .panel {
        border-radius: 12px;
    }
    .panel-heading {
        padding: 22px 20px 19px;
    }
    .panel-heading h2 {
        font-size: 24px;
    }
    .panel-heading .eyebrow {
        font-size: 8px;
    }
    .filters {
        flex-wrap: wrap;
        padding: 0 20px 20px;
        gap: 12px;
    }
    .search-field {
        flex: none;
        width: 100%;
    }
    .stage-filter {
        flex: 1;
        width: auto;
    }
    .clear-filter {
        padding: 10px 0;
    }
    .attendance-table th:first-child,
    .attendance-table td:first-child {
        padding-left: 20px;
    }
    .attendance-table th,
    .attendance-table td {
        padding-left: 18px;
        padding-right: 18px;
    }
    .pagination {
        padding: 16px 20px;
        gap: 12px;
        flex-wrap: wrap;
    }
    .pagination nav {
        gap: 18px;
    }
    .empty-state {
        padding: 35px 19px 39px;
    }
    .empty-state h3 {
        font-size: 24px;
    }
    .dashboard-caption {
        align-items: flex-start;
        font-size: 9px;
        line-height: 1.7;
        text-align: center;
    }
    .dashboard-caption > .small-dot {
        margin-top: 4px;
    }
    .page-footer {
        padding-top: 22px;
        margin-top: 28px;
        font-size: 9px;
    }
    .page-footer span:last-child {
        font-size: 10px;
    }
    .back-link {
        margin-top: 22px;
    }
    .detail-heading {
        margin-top: 17px;
        align-items: flex-start;
        flex-direction: column;
        gap: 16px;
    }
    .detail-heading h1 {
        font-size: 32px;
    }
    .detail-heading .badge {
        padding: 6px 9px;
        font-size: 10px;
    }
    .detail-layout {
        gap: 18px;
    }
    .detail-aside {
        gap: 18px;
    }
    .detail-aside .panel-heading {
        padding-left: 19px;
        padding-right: 19px;
    }
    .detail-aside .panel-heading h2 {
        font-size: 22px;
    }
    .detail-aside .panel-body {
        padding-left: 19px;
        padding-right: 19px;
    }
    .control-state {
        gap: 9px;
    }
    .control-state strong {
        font-size: 11px;
    }
    .control-state p {
        font-size: 10px;
    }
    .control-symbol {
        width: 28px;
        height: 28px;
        border-radius: 7px;
        font-size: 17px;
    }
    .control-panel .help-text {
        font-size: 10px;
    }
    .detail-aside .button {
        font-size: 10px;
    }
    .disclosure-title {
        font-size: 22px;
    }
    .data-disclosure > summary {
        padding-left: 19px;
        padding-right: 19px;
    }
    .conversation-feed {
        padding: 23px 19px;
    }
    .conversation-panel .panel-heading .conduction {
        font-size: 9px;
    }
    .message {
        padding: 12px 14px;
    }
    .message-content {
        font-size: 12px;
    }
    .message-composer {
        padding: 19px;
    }
    .composer-footer p {
        font-size: 9px;
    }
    .offer-amount {
        font-size: 29px;
    }
    .flow-overview {
        grid-template-columns: 1fr;
        gap: 0;
        padding: 8px 23px;
    }
    .flow-overview > div {
        position: relative;
        padding: 19px 0 19px 39px;
        border-bottom: 1px solid #d9e0ce;
    }
    .flow-overview > div:last-child {
        border-bottom: 0;
    }
    .flow-number {
        position: absolute;
        left: 0;
        top: 17px;
        font-size: 21px;
    }
    .flow-overview p {
        max-width: none;
        margin-top: 5px;
        font-size: 10px;
    }
    .flow-arrow {
        display: none;
    }
    .settings-aside {
        gap: 19px;
    }
    .guide-card {
        padding: 24px 20px;
    }
    .guide-card h2 {
        font-size: 27px;
    }
    .guide-card p {
        font-size: 10px;
    }
    .settings-aside .maintenance-panel .panel-heading,
    .settings-aside .maintenance-panel .panel-body {
        padding-left: 19px;
        padding-right: 19px;
    }
    .settings-aside .maintenance-panel .panel-heading h2 {
        font-size: 22px;
    }
    .integration-list {
        padding: 0 20px;
    }
    .stage-guide {
        padding: 0 20px 22px;
    }
    .login-shell {
        grid-template-columns: 0.95fr 1fr;
    }
    .login-story {
        padding: 33px 27px;
    }
    .login-story h1 {
        font-size: 37px;
        letter-spacing: -1.5px;
    }
    .login-story-content {
        padding: 55px 0;
    }
    .login-story-content .eyebrow {
        font-size: 8px;
    }
    .login-story-content > p {
        font-size: 11px;
    }
    .login-form-section {
        padding-left: 25px;
        padding-right: 25px;
    }
    .login-form-wrap h2 {
        font-size: 33px;
    }
    .login-form-wrap > .eyebrow {
        font-size: 8px;
    }
    .login-signature {
        font-size: 8px;
        gap: 8px;
    }
    .signature-line {
        width: 18px;
    }
}
@media (max-width: 520px) {
    .main-content {
        padding: 0 17px;
    }
    .sidebar {
        padding: 18px 17px 0;
    }
    .workspace-label {
        display: none;
    }
    .page-heading {
        align-items: flex-start;
    }
    .page-heading h1 {
        font-size: 29px;
    }
    .page-heading > .button {
        min-height: 36px;
        margin-top: 20px;
        padding: 8px 10px;
    }
    .page-heading p {
        font-size: 10px;
    }
    .metric-card {
        padding: 16px;
    }
    .metric-label {
        font-size: 10px;
    }
    .metric-card p {
        font-size: 9px;
    }
    .metric-card > strong {
        font-size: 33px;
    }
    .setup-banner {
        padding: 14px;
        display: grid;
        grid-template-columns: 24px minmax(0, 1fr);
    }
    .setup-banner a {
        grid-column: 2;
        margin-left: 0;
        margin-top: 3px;
        white-space: normal;
    }
    .setup-banner strong {
        font-size: 10px;
    }
    .setup-banner p {
        font-size: 10px;
    }
    .count-label {
        font-size: 9px;
    }
    .panel-heading h2 {
        font-size: 23px;
    }
    .empty-state h3 {
        font-size: 22px;
    }
    .empty-state p {
        font-size: 10px;
    }
    .pagination nav {
        width: 100%;
        justify-content: space-between;
    }
    .detail-aside {
        grid-template-columns: minmax(0, 1fr);
    }
    .detail-aside > .panel:has(.data-disclosure),
    .events-panel {
        grid-column: auto;
        grid-row: auto;
    }
    .detail-heading {
        flex-direction: column;
    }
    .detail-heading h1 {
        font-size: 32px;
    }
    .conversation-panel .panel-heading {
        gap: 10px;
    }
    .conversation-panel .panel-heading h2 {
        font-size: 23px;
    }
    .conversation-panel .panel-heading .conduction {
        font-size: 8px;
        gap: 5px;
    }
    .message {
        max-width: 95%;
    }
    .message-content {
        font-size: 11px;
    }
    .conversation-feed {
        padding: 20px 15px;
        max-height: 620px;
    }
    .message-composer {
        padding: 18px 15px;
    }
    .composer-footer {
        gap: 10px;
        align-items: center;
    }
    .composer-footer p {
        max-width: 130px;
        font-size: 9px;
    }
    .composer-footer .button {
        padding: 10px;
        font-size: 10px;
    }
    .detail-aside .panel-heading h2,
    .disclosure-title {
        font-size: 24px;
    }
    .detail-aside .button {
        font-size: 11px;
    }
    .control-state p {
        font-size: 11px;
    }
    .control-state strong {
        font-size: 12px;
    }
    .control-symbol {
        width: 33px;
        height: 33px;
    }
    .settings-layout {
        gap: 20px;
    }
    .settings-main,
    .settings-aside {
        gap: 20px;
    }
    .settings-aside {
        grid-template-columns: 1fr;
    }
    .settings-main .integration-row {
        gap: 10px;
        flex-wrap: wrap;
    }
    .integration-row p {
        max-width: 190px;
    }
    .integration-row .badge {
        margin-left: auto;
    }
    .integration-monogram {
        width: 32px;
        height: 32px;
        font-size: 17px;
    }
    .guide-card {
        padding: 25px;
    }
    .guide-card h2 {
        font-size: 30px;
    }
    .guide-card p {
        font-size: 11px;
    }
    .settings-layout .maintenance-panel .panel-heading h2 {
        font-size: 24px;
    }
    .settings-layout .maintenance-panel .panel-heading,
    .settings-layout .maintenance-panel .panel-body {
        padding-left: 23px;
        padding-right: 23px;
    }
    .settings-main .integration-row .badge {
        font-size: 8px;
        padding: 4px 6px;
    }
    .integration-row strong {
        font-size: 11px;
    }
    .integration-row p {
        font-size: 9px;
    }
    .login-shell {
        grid-template-columns: 1fr;
    }
    .login-story {
        min-height: 300px;
        padding: 27px 29px;
    }
    .login-story .brand-mark {
        font-size: 32px;
    }
    .login-story .brand-mark > span {
        font-size: 23px;
    }
    .login-story .brand-caption {
        font-size: 7px;
    }
    .login-story-content {
        padding: 26px 0 4px;
    }
    .login-story-content .eyebrow {
        margin-bottom: 12px;
        font-size: 8px;
    }
    .login-story h1 {
        font-size: 34px;
        line-height: 1.1;
        letter-spacing: -1.2px;
    }
    .login-story h1 br:first-child,
    .login-story h1 em br {
        display: none;
    }
    .login-story-content > p {
        margin-top: 17px;
        font-size: 10px;
        max-width: 300px;
    }
    .login-signature {
        display: none;
    }
    .login-form-section {
        padding: 38px 29px 80px;
    }
    .login-form-wrap {
        max-width: 400px;
    }
    .login-form-wrap h2 {
        margin-top: 10px;
        font-size: 32px;
    }
    .login-intro {
        margin-top: 11px;
        margin-bottom: 25px;
        font-size: 11px;
    }
    .login-form {
        gap: 17px;
    }
    .login-form-wrap > .eyebrow {
        font-size: 8px;
    }
    .login-footer {
        bottom: 23px;
    }
    .login-help {
        font-size: 9px;
    }
}
@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation: none !important;
        transition: none !important;
        scroll-behavior: auto !important;
    }
}
@media print {
    .sidebar,
    .topline,
    .page-footer,
    .message-composer,
    .control-panel,
    .back-link,
    .button,
    .filters {
        display: none !important;
    }
    .app-shell {
        display: block;
    }
    .main-content {
        padding: 0;
    }
    .detail-layout,
    .settings-layout {
        display: block;
    }
    .panel {
        margin-bottom: 20px;
        break-inside: avoid;
    }
    .conversation-feed {
        max-height: none;
        overflow: visible;
    }
    .page-heading {
        margin-top: 0;
    }
    .detail-aside {
        display: block;
    }
    .data-disclosure:not([open]) {
        display: none;
    }
    body {
        background: #fff;
    }
}
