/**
 * Portal do paciente — mobile-first (PWA-friendly)
 */

/* ── Esconder chrome do app clínico ── */
body[data-portal-layout="1"] .main-sidebar,
body[data-portal-layout="1"] .main-header,
body[data-portal-layout="1"] nav.organismo-toolbar,
body[data-portal-layout="1"] .organismo-toolbar,
body[data-portal-layout="1"] .app-page-chrome,
body[data-portal-layout="1"] .helix-widget,
body[data-portal-layout="1"] .ti-chat-widget,
body[data-portal-layout="1"] .shell-mobile-nav {
    display: none !important;
}

body[data-portal-layout="1"] .main-footer {
    display: none;
}

/* ── Shell: scroll natural, coluna única ── */
body.pos-portal-app {
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
    background: var(--org-page, #f2f5fb);
}

body[data-portal-layout="1"].layout-inset-shell,
body[data-portal-layout="1"].layout-inset-shell .wrapper {
    max-height: none !important;
    height: auto !important;
    min-height: 100dvh;
    overflow: visible !important;
    display: block !important;
    padding: 0 !important;
}

body[data-portal-layout="1"] .app-inset-main,
body[data-portal-layout="1"] .app-inset-panel,
body[data-portal-layout="1"] .content-wrapper,
body[data-portal-layout="1"] .app-page-scroll {
    overflow: visible !important;
    max-height: none !important;
    min-height: auto !important;
    flex: none !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
}

body[data-portal-layout="1"] .content-wrapper {
    margin-left: 0 !important;
    min-height: 100dvh;
    overflow-y: visible !important;
}

body[data-portal-layout="1"] .content,
body[data-portal-layout="1"] .container-fluid--page-body {
    padding: 0 !important;
    max-width: none !important;
}

body[data-portal-layout="1"] .content--with-toolbar,
body[data-portal-layout="1"] .content--no-header {
    padding-top: 0;
}

/* ── App column (mobile-first, centrado em telas grandes) ── */
.pos-portal-body {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
    padding:
        14px
        max(20px, calc(16px + env(safe-area-inset-right, 0px)))
        calc(24px + env(safe-area-inset-bottom, 0px))
        max(20px, calc(16px + env(safe-area-inset-left, 0px)));
    box-sizing: border-box;
}

/* ── Topbar fixa (full bleed) ── */
.pos-portal-topbar {
    position: sticky;
    top: 0;
    z-index: 30;
    width: 100%;
    background: var(--org-surface, #fff);
    border-bottom: 1px solid var(--org-border-soft, #e4eaf4);
    box-shadow: 0 1px 0 rgba(30, 42, 58, 0.04);
}

.pos-portal-topbar__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
    padding:
        calc(12px + env(safe-area-inset-top, 0px))
        max(20px, calc(14px + env(safe-area-inset-right, 0px)))
        12px
        max(20px, calc(14px + env(safe-area-inset-left, 0px)));
    box-sizing: border-box;
}

.pos-portal-topbar__brand {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
    flex: 1 1 auto;
}

.pos-portal-topbar__icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--org-blue-soft, rgba(75, 114, 190, 0.12));
    color: var(--org-blue, #4b72be);
    flex-shrink: 0;
    font-size: 17px;
}

.pos-portal-topbar__text {
    min-width: 0;
}

.pos-portal-topbar__title {
    display: block;
    font-family: 'Nunito', 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.3;
    color: var(--org-ink, #1e2a3a);
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.pos-portal-topbar__sub {
    display: block;
    font-size: 11px;
    font-weight: 600;
    color: var(--org-ink-muted, #7e8fa2);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 2px;
}

.pos-portal-topbar__meta {
    display: none;
    align-items: center;
    gap: 6px;
    flex-shrink: 1;
    min-width: 0;
    overflow: hidden;
}

@media (min-width: 400px) {
    .pos-portal-topbar__meta {
        display: flex;
    }
}

.pos-portal-topbar__chip {
    display: inline-flex;
    align-items: center;
    padding: 4px 8px;
    border-radius: 999px;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.02em;
    background: var(--org-blue-soft, rgba(75, 114, 190, 0.12));
    color: var(--org-blue-text, #3d61a8);
    white-space: nowrap;
}

.pos-portal-topbar__chip--warn {
    background: rgba(217, 119, 6, 0.12);
    color: #b45309;
}

.pos-portal-topbar__chip--ok {
    background: rgba(22, 163, 74, 0.12);
    color: #15803d;
}

.pos-portal-topbar__logout {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 40px;
    padding: 0 14px;
    margin-left: 2px;
    border-radius: 12px;
    border: 1px solid var(--org-border-soft, #e4eaf4);
    background: #fff;
    color: var(--org-ink-soft, #4d5f76);
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    flex-shrink: 0;
    box-shadow: 0 1px 2px rgba(30, 42, 58, 0.06);
    transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.pos-portal-topbar__logout:hover {
    background: #fef2f2;
    border-color: #fecaca;
    color: #b91c1c;
    text-decoration: none;
}

.pos-portal-topbar__logout-label {
    display: inline;
}

@media (max-width: 379px) {
    .pos-portal-topbar__logout {
        min-width: 40px;
        padding: 0 10px;
    }

    .pos-portal-topbar__logout-label {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border: 0;
    }
}

/* ── Hero paciente ── */
.pos-portal-hero {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    padding: 18px 16px;
    margin-bottom: 12px;
    border-radius: 16px;
    background: linear-gradient(145deg, #4b72be 0%, #5679c0 100%);
    color: #fff;
    box-shadow: 0 6px 20px rgba(75, 114, 190, 0.22);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.pos-portal-hero__eyebrow {
    margin: 0 0 6px;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    opacity: 0.88;
}

.pos-portal-hero__facts {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin: 12px 0 0;
    padding: 0;
}

.pos-portal-hero__facts > div {
    min-width: 0;
}

.pos-portal-hero__facts dt {
    margin: 0;
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    opacity: 0.75;
}

.pos-portal-hero__facts dd {
    margin: 2px 0 0;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pos-portal-hero__main {
    min-width: 0;
    flex: 1;
}

.pos-portal-hero__name {
    font-family: 'Nunito', 'Inter', sans-serif;
    font-size: 1.2rem;
    font-weight: 800;
    line-height: 1.2;
    margin: 0 0 8px;
}

.pos-portal-hero__meta {
    font-size: 13px;
    line-height: 1.45;
    opacity: 0.95;
    margin: 0;
    word-break: normal;
    overflow-wrap: anywhere;
}

.pos-portal-hero__code {
    display: inline-block;
    background: rgba(255, 255, 255, 0.2);
    padding: 2px 8px;
    border-radius: 6px;
    font-size: 11px;
    font-weight: 700;
    margin-right: 4px;
}

.pos-portal-hero__protocol {
    font-size: 12px;
    margin: 0;
    opacity: 0.9;
    line-height: 1.35;
}

.pos-portal-hero__badge {
    flex-shrink: 0;
    text-align: center;
    background: #fff;
    color: var(--org-blue, #4b72be);
    border-radius: 14px;
    padding: 10px 12px;
    min-width: 58px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

.pos-portal-hero__badge-val {
    display: block;
    font-size: 1.35rem;
    font-weight: 800;
    line-height: 1;
}

.pos-portal-hero__badge-lbl {
    display: block;
    font-size: 9px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-top: 2px;
    opacity: 0.85;
}

/* ── Status cards (2 colunas) ── */
.pos-portal-status {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 14px;
}

.pos-portal-status--answered {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pos-portal-status__card {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 12px;
    border-radius: 14px;
    background: var(--org-surface, #fff);
    border: 1px solid var(--org-border-soft, #e4eaf4);
    box-shadow: 0 2px 10px rgba(30, 42, 58, 0.05);
    min-height: 76px;
}

.pos-portal-status__card--pending {
    border-color: var(--org-border-soft, #e4eaf4);
    background: var(--org-surface, #fff);
}

.pos-portal-status__card--done {
    border-color: rgba(75, 114, 190, 0.22);
    background: rgba(75, 114, 190, 0.04);
}

.pos-portal-status__icon {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(75, 114, 190, 0.12);
    color: var(--org-blue, #4b72be);
    font-size: 14px;
}

.pos-portal-status__card--pending .pos-portal-status__icon {
    background: rgba(30, 42, 58, 0.06);
    color: var(--org-ink-soft, #4d5f76);
}

.pos-portal-status__body {
    min-width: 0;
}

.pos-portal-status__value {
    display: block;
    font-family: 'Nunito', 'Inter', sans-serif;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.15;
    color: var(--org-ink, #1e2a3a);
}

.pos-portal-status__value--sm {
    font-size: 0.85rem;
    line-height: 1.25;
}

.pos-portal-status__label {
    display: block;
    margin-top: 2px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--org-ink-muted, #7e8fa2);
}

.pos-portal-status__hint {
    display: block;
    margin-top: 3px;
    font-size: 11px;
    color: var(--org-ink-soft, #4d5f76);
    line-height: 1.3;
}

/* ── Stack de painéis ── */
.pos-portal-stack {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.pos-portal-panel {
    background: var(--org-surface, #fff);
    border: 1px solid var(--org-border-soft, #e4eaf4);
    border-radius: 16px;
    box-shadow: 0 4px 16px rgba(30, 42, 58, 0.05);
    overflow: hidden;
}

.pos-portal-panel--info {
    border-color: rgba(75, 114, 190, 0.25);
    background: linear-gradient(180deg, #fff 0%, rgba(234, 240, 251, 0.8) 100%);
    padding: 20px 16px;
}

.pos-portal-panel--questionario {
    border-color: rgba(75, 114, 190, 0.2);
}

.pos-portal-panel--contact {
    background: var(--org-page, #f8fafc);
}

.pos-portal-panel__head {
    padding: 18px 20px 12px;
    border-bottom: 1px solid var(--org-border-soft, #e4eaf4);
}

.pos-portal-panel__title {
    margin: 0;
    font-family: 'Nunito', 'Inter', sans-serif;
    font-size: 1.05rem;
    font-weight: 800;
    color: var(--org-ink, #1e2a3a);
}

.pos-portal-panel__sub {
    margin: 4px 0 0;
    font-size: 12px;
    color: var(--org-ink-muted, #7e8fa2);
    line-height: 1.35;
}

.pos-portal-panel__content {
    padding: 16px 20px 20px;
}

.pos-portal-panel__content > .pos-portal-panel__title:first-child {
    margin-top: 0;
}

.pos-portal-panel__content > .pos-portal-panel__sub:first-child + *,
.pos-portal-panel__content > .pos-portal-panel__title + .pos-portal-panel__sub {
    margin-bottom: 0;
}

.pos-portal-panel__icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(75, 114, 190, 0.12);
    color: var(--org-blue, #4b72be);
    margin-bottom: 12px;
    font-size: 18px;
}

.pos-portal-panel__text {
    margin: 0 0 16px;
    font-size: 14px;
    line-height: 1.5;
    color: var(--org-ink-soft, #4d5f76);
}

/* ── Checklist ── */
.pos-portal-checklist {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.pos-portal-checklist__item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 14px;
    line-height: 1.4;
}

.pos-portal-checklist__day {
    flex-shrink: 0;
    font-size: 10px;
    font-weight: 800;
    color: var(--org-blue, #4b72be);
    background: rgba(75, 114, 190, 0.12);
    border-radius: 999px;
    padding: 4px 9px;
    line-height: 1.2;
}

.pos-portal-checklist__text {
    color: var(--org-ink-soft, #4d5f76);
    font-weight: 500;
}

.pos-portal-checklist--muted .pos-portal-checklist__text {
    color: var(--org-ink-muted, #7e8fa2);
    font-weight: 400;
}

.pos-portal-details {
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid var(--org-border-soft, #e4eaf4);
    font-size: 13px;
}

.pos-portal-details summary {
    cursor: pointer;
    color: var(--org-blue, #4b72be);
    font-weight: 700;
    list-style: none;
    min-height: 44px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.pos-portal-details summary::-webkit-details-marker {
    display: none;
}

.pos-portal-details summary::before {
    content: '';
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 6px solid currentColor;
    transition: transform 0.15s ease;
}

.pos-portal-details[open] summary::before {
    transform: rotate(90deg);
}

.pos-portal-details[open] summary {
    margin-bottom: 8px;
}

/* ── Formulários (touch-friendly) ── */
.pos-portal-form {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.pos-portal-form--questionario {
    gap: 18px;
}

.pos-portal-field__label {
    display: block;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 8px;
    color: var(--org-ink, #1e2a3a);
}

.pos-portal-input,
.pos-portal-select,
.pos-portal-textarea {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid var(--org-border, #d8e0ee);
    border-radius: 12px;
    font-size: 16px;
    background: #fff;
    color: var(--org-ink, #1e2a3a);
    min-height: 48px;
    box-sizing: border-box;
    -webkit-appearance: none;
    appearance: none;
}

.pos-portal-textarea {
    min-height: 88px;
    resize: vertical;
}

.pos-portal-range-wrap {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 44px;
}

.pos-portal-range {
    flex: 1;
    height: 44px;
    accent-color: var(--org-blue, #4b72be);
    touch-action: pan-y;
}

.pos-portal-range__out {
    min-width: 36px;
    min-height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 18px;
    color: var(--org-blue, #4b72be);
    background: rgba(75, 114, 190, 0.1);
    border-radius: 10px;
}

.pos-portal-range-labels {
    display: flex;
    justify-content: space-between;
    font-size: 11px;
    color: var(--org-ink-muted, #7e8fa2);
    margin-top: 4px;
}

.pos-portal-check {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 14px;
    line-height: 1.45;
    cursor: pointer;
    min-height: 44px;
}

.pos-portal-check input {
    width: 20px;
    height: 20px;
    margin-top: 2px;
    accent-color: var(--org-blue, #4b72be);
    flex-shrink: 0;
}

.pos-portal-bullets {
    margin: 0 0 16px;
    padding-left: 1.2rem;
    font-size: 13px;
    color: var(--org-ink-soft, #4d5f76);
    line-height: 1.45;
}

.pos-portal-bullets li + li {
    margin-top: 6px;
}

.pos-portal-form__actions {
    padding-top: 4px;
}

/* ── Botões ── */
.pos-portal-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 48px;
    padding: 0 20px;
    border-radius: 999px;
    border: none;
    font-size: 15px;
    font-weight: 800;
    text-decoration: none;
    cursor: pointer;
    transition: filter 0.15s ease, transform 0.1s ease;
}

.pos-portal-btn:active {
    transform: scale(0.98);
}

.pos-portal-btn--primary {
    background: var(--org-blue, #4b72be);
    color: #fff;
    box-shadow: 0 4px 14px rgba(75, 114, 190, 0.35);
}

.pos-portal-btn--primary:hover {
    filter: brightness(1.05);
    color: #fff;
    text-decoration: none;
}

.pos-portal-btn--block {
    width: 100%;
}

/* ── DL contato ── */
.pos-portal-dl {
    margin: 0;
    padding: 0 16px 16px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.pos-portal-dl > div {
    display: grid;
    grid-template-columns: 72px 1fr;
    gap: 8px;
    align-items: start;
}

.pos-portal-dl dt {
    margin: 0;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--org-ink-muted, #7e8fa2);
}

.pos-portal-dl dd {
    margin: 0;
    font-size: 14px;
    color: var(--org-ink, #1e2a3a);
    word-break: break-word;
}

.pos-portal-dl a {
    color: var(--org-blue, #4b72be);
    font-weight: 600;
    text-decoration: none;
}

.pos-portal-dl a:hover {
    text-decoration: underline;
}

/* ── Success ── */
.pos-portal-success {
    padding: 14px;
    border-radius: 12px;
    background: rgba(34, 197, 94, 0.08);
    border: 1px solid rgba(34, 197, 94, 0.25);
}

.pos-portal-success__head {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #15803d;
    margin-bottom: 6px;
    font-size: 14px;
}

.pos-portal-success__text {
    margin: 0;
    font-size: 13px;
    color: var(--org-ink-soft, #4d5f76);
    line-height: 1.4;
}

/* ── Footer ── */
.pos-portal-footer {
    margin-top: 20px;
    padding: 14px 0 calc(8px + env(safe-area-inset-bottom, 0px));
    text-align: center;
    font-size: 11px;
    color: var(--org-ink-muted, #7e8fa2);
    border-top: 1px solid var(--org-border-soft, #e4eaf4);
}

.pos-portal-footer p {
    margin: 0;
    line-height: 1.45;
}

.pos-portal-footer__note {
    margin-top: 4px !important;
    font-size: 10px;
    opacity: 0.85;
}

/* ── Login dedicado ── */
.pos-portal-login-page {
    margin: 0;
    min-height: 100dvh;
    background: var(--org-page, #f2f5fb);
    font-family: 'Inter', system-ui, sans-serif;
    color: var(--org-ink, #1e2a3a);
}

.pos-portal-login {
    min-height: 100dvh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding:
        calc(24px + env(safe-area-inset-top, 0px))
        16px
        calc(32px + env(safe-area-inset-bottom, 0px));
    max-width: 420px;
    margin: 0 auto;
    box-sizing: border-box;
}

.pos-portal-login__hero {
    text-align: center;
    margin-bottom: 24px;
}

.pos-portal-login__icon {
    width: 56px;
    height: 56px;
    margin: 0 auto 12px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--org-blue-soft, rgba(75, 114, 190, 0.14));
    color: var(--org-blue, #4b72be);
    font-size: 22px;
}

.pos-portal-login__eyebrow {
    margin: 0 0 4px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--org-blue, #4b72be);
}

.pos-portal-login__title {
    margin: 0 0 8px;
    font-family: 'Nunito', 'Inter', sans-serif;
    font-size: 1.5rem;
    font-weight: 800;
    line-height: 1.2;
}

.pos-portal-login__sub {
    margin: 0;
    font-size: 14px;
    line-height: 1.45;
    color: var(--org-ink-soft, #4d5f76);
}

.pos-portal-login__card {
    background: var(--org-surface, #fff);
    border: 1px solid var(--org-border-soft, #e4eaf4);
    border-radius: 16px;
    padding: 20px 16px;
    box-shadow: 0 4px 20px rgba(30, 42, 58, 0.06);
}

.pos-portal-login__card-title {
    margin: 0 0 4px;
    font-size: 1.1rem;
    font-weight: 800;
}

.pos-portal-login__card-sub {
    margin: 0 0 16px;
    font-size: 13px;
    color: var(--org-ink-muted, #7e8fa2);
}

.pos-portal-login__alert {
    padding: 10px 12px;
    border-radius: 10px;
    font-size: 13px;
    margin-bottom: 12px;
}

.pos-portal-login__alert--error {
    background: rgba(185, 28, 28, 0.08);
    border: 1px solid rgba(185, 28, 28, 0.2);
    color: #b91c1c;
}

.pos-portal-login__alert--info {
    background: rgba(75, 114, 190, 0.1);
    border: 1px solid rgba(75, 114, 190, 0.25);
    color: #3d61a8;
}

.pos-portal-login__form {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.pos-portal-login__field {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.pos-portal-login__field span {
    font-size: 12px;
    font-weight: 700;
    color: var(--org-ink-soft, #4d5f76);
}

.pos-portal-login__field input {
    width: 100%;
    padding: 12px 14px;
    border-radius: 12px;
    border: 1px solid var(--org-border, #d8e0ee);
    background: #fff;
    font-size: 16px;
    min-height: 48px;
    box-sizing: border-box;
}

.pos-portal-login__submit {
    margin-top: 4px;
    width: 100%;
    min-height: 48px;
    padding: 12px 16px;
    border: none;
    border-radius: 999px;
    background: var(--org-blue, #4b72be);
    color: #fff;
    font-size: 15px;
    font-weight: 800;
    cursor: pointer;
    box-shadow: 0 4px 14px rgba(75, 114, 190, 0.35);
}

.pos-portal-login__submit:hover {
    filter: brightness(1.05);
}

.pos-portal-login__help {
    margin: 14px 0 0;
    font-size: 12px;
    line-height: 1.45;
    color: var(--org-ink-muted, #7e8fa2);
}

.pos-portal-login__foot {
    margin-top: 20px;
    text-align: center;
    font-size: 12px;
    color: var(--org-ink-muted, #7e8fa2);
}

.pos-portal-login__foot a {
    display: inline-block;
    margin-top: 8px;
    color: var(--org-blue, #4b72be);
    font-weight: 700;
    text-decoration: none;
}

/* ── Telas estreitas ── */
@media (max-width: 360px) {
    .pos-portal-topbar__logout-text {
        display: none;
    }

    .pos-portal-topbar__logout {
        padding: 0;
        width: 44px;
    }

    .pos-portal-hero {
        flex-direction: column;
    }

    .pos-portal-hero__badge {
        align-self: flex-start;
    }
}

/* ── Telas largas: mantém formato mobile centrado ── */
@media (min-width: 481px) {
    body.pos-portal-app {
        background:
            radial-gradient(ellipse 80% 50% at 50% 0%, rgba(75, 114, 190, 0.08) 0%, transparent 55%),
            var(--org-page, #f2f5fb);
    }
}

/* ── Banner equipe ── */
.pos-portal-banner {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 12px 14px;
    margin-bottom: 12px;
    border-radius: 12px;
    border: 1px solid var(--org-border-soft, #e4eaf4);
    background: var(--org-surface, #fff);
    font-size: 12px;
    line-height: 1.45;
    color: var(--org-ink-soft, #4d5f76);
}

.pos-portal-banner--care {
    border-color: rgba(75, 114, 190, 0.22);
    background: rgba(75, 114, 190, 0.06);
}

.pos-portal-banner > i {
    color: var(--org-blue, #4b72be);
    margin-top: 2px;
}

.pos-portal-banner strong {
    display: block;
    font-size: 13px;
    color: var(--org-ink, #1e2a3a);
    margin-bottom: 2px;
}

.pos-portal-banner p {
    margin: 0;
}

/* ── Barra de progresso ── */
.pos-portal-progress {
    margin-bottom: 14px;
    padding: 14px;
    border-radius: 14px;
    background: var(--org-surface, #fff);
    border: 1px solid var(--org-border-soft, #e4eaf4);
}

.pos-portal-progress__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
    font-size: 12px;
    font-weight: 700;
    color: var(--org-ink-soft, #4d5f76);
}

.pos-portal-progress__track {
    height: 6px;
    border-radius: 99px;
    background: rgba(30, 42, 58, 0.08);
    overflow: hidden;
}

.pos-portal-progress__fill {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: var(--org-blue, #4b72be);
    transition: width 0.3s ease;
}

.pos-portal-progress__phase {
    margin: 8px 0 0;
    font-size: 12px;
    line-height: 1.45;
    color: var(--org-ink-muted, #7e8fa2);
}

/* ── Timeline protocolo ── */
.pos-portal-timeline {
    list-style: none;
    margin: 0;
    padding: 4px 0 0 4px;
}

.pos-portal-timeline__item {
    display: flex;
    gap: 12px;
    padding: 0 0 14px 2px;
    position: relative;
}

.pos-portal-timeline__item:not(:last-child)::before {
    content: '';
    position: absolute;
    left: 7px;
    top: 16px;
    bottom: 0;
    width: 2px;
    background: var(--org-border-soft, #e4eaf4);
    border-radius: 1px;
}

.pos-portal-timeline__item.is-done .pos-portal-timeline__dot {
    background: var(--org-blue, #4b72be);
    box-shadow: 0 0 0 3px rgba(75, 114, 190, 0.15);
}

.pos-portal-timeline__item.is-current .pos-portal-timeline__text {
    font-weight: 700;
    color: var(--org-ink, #1e2a3a);
}

.pos-portal-timeline__dot {
    width: 12px;
    height: 12px;
    margin-top: 2px;
    border-radius: 50%;
    flex-shrink: 0;
    background: rgba(30, 42, 58, 0.15);
    z-index: 1;
    box-shadow: 0 0 0 3px var(--org-surface, #fff);
}

.pos-portal-timeline__body {
    min-width: 0;
    flex: 1;
}

.pos-portal-timeline__day {
    display: block;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--org-ink-muted, #7e8fa2);
}

.pos-portal-timeline__text {
    display: block;
    font-size: 13px;
    line-height: 1.4;
    color: var(--org-ink-soft, #4d5f76);
}

/* ── Histórico questionários ── */
.pos-portal-history {
    list-style: none;
    margin: 0;
    padding: 0;
}

.pos-portal-history__item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    padding: 12px 0;
    border-bottom: 1px solid var(--org-border-soft, #e4eaf4);
}

.pos-portal-history__item strong {
    font-size: 13px;
    font-weight: 700;
    color: var(--org-ink, #1e2a3a);
}

.pos-portal-history__item p {
    margin: 0;
    font-size: 12px;
    color: var(--org-ink-muted, #7e8fa2);
    line-height: 1.4;
}

.pos-portal-history__date {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--org-ink-muted, #7e8fa2);
}

.pos-portal-history__item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.pos-portal-history__date strong {
    display: block;
    font-size: 13px;
    color: var(--org-ink, #1e2a3a);
}

.pos-portal-history__date span {
    font-size: 11px;
    color: var(--org-ink-muted, #7e8fa2);
}

.pos-portal-history__metrics {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    justify-content: flex-start;
    font-size: 11px;
    font-weight: 600;
    color: var(--org-ink-soft, #4d5f76);
}

/* ── Contato clínica ── */
.pos-portal-contact {
    margin: 0;
    display: grid;
    gap: 12px;
}

.pos-portal-contact > div {
    display: grid;
    grid-template-columns: minmax(88px, 34%) 1fr;
    gap: 8px 12px;
    align-items: baseline;
}

.pos-portal-contact dt {
    margin: 0;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--org-ink-muted, #7e8fa2);
}

.pos-portal-contact dd {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    color: var(--org-ink-soft, #4d5f76);
    word-break: break-word;
}

.pos-portal-contact a {
    color: var(--org-blue-text, #3d61a8);
    text-decoration: none;
}

.pos-portal-contact a:hover {
    text-decoration: underline;
}

.pos-portal-history__date span {
    display: block;
    font-size: 11px;
    color: var(--org-ink-muted, #7e8fa2);
}

/* ── Resumo do dia ── */
.pos-portal-panel--day {
    border-color: rgba(75, 114, 190, 0.14);
}

.pos-portal-day-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 14px;
}

.pos-portal-day-stat {
    padding: 12px 14px;
    border-radius: 12px;
    background: var(--org-surface-soft, #f6f8fc);
    border: 1px solid var(--org-border-soft, #e4eaf4);
}

.pos-portal-day-stat strong {
    display: block;
    font-family: var(--org-font-display, 'Sora', sans-serif);
    font-size: 1.05rem;
    font-weight: 800;
    line-height: 1.2;
    color: var(--org-ink, #1a2744);
    margin-bottom: 4px;
}

.pos-portal-day-stat span {
    font-size: 11px;
    font-weight: 600;
    color: var(--org-ink-muted, #7e8fa2);
    line-height: 1.3;
}

.pos-portal-day-phase {
    margin: 0 0 14px;
    padding: 10px 12px;
    border-radius: 10px;
    background: rgba(75, 114, 190, 0.08);
    font-size: 12px;
    font-weight: 600;
    color: var(--org-ink, #1a2744);
    line-height: 1.45;
}

.pos-portal-day-focus {
    margin-bottom: 14px;
    padding: 12px 14px;
    border-radius: 12px;
    background: rgba(90, 154, 154, 0.08);
    border: 1px solid rgba(90, 154, 154, 0.14);
}

.pos-portal-day-focus strong {
    display: block;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #2d6a6a;
    margin-bottom: 6px;
}

.pos-portal-day-focus p {
    margin: 0;
    font-size: 13px;
    line-height: 1.45;
    color: var(--org-ink, #1a2744);
}

.pos-portal-day-protocol {
    padding-top: 4px;
    border-top: 1px solid var(--org-border-soft, #e4eaf4);
}

.pos-portal-day-protocol__title {
    margin: 0 0 10px;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--org-ink-muted, #7e8fa2);
}

.pos-portal-timeline--compact .pos-portal-timeline__item {
    padding-bottom: 10px;
}

.pos-portal-timeline--compact .pos-portal-timeline__text {
    font-size: 13px;
}

.pos-portal-checklist__item--today {
    border-color: rgba(75, 114, 190, 0.22);
    background: rgba(75, 114, 190, 0.05);
}

.pos-portal-dl__emergency {
    margin-top: 4px;
    padding-top: 10px;
    border-top: 1px dashed var(--org-border-soft, #e4eaf4);
}

/* ── Ações rápidas / ajuda / retorno / mensagens ── */
.pos-portal-panel--actions .pos-portal-panel__head,
.pos-portal-panel--retorno .pos-portal-panel__head {
    border-bottom: none;
}

.pos-portal-btn--care {
    background: linear-gradient(135deg, #c45c4a 0%, #a84838 100%);
    color: #fff;
    border: none;
    gap: 8px;
}

.pos-portal-btn--care:hover,
.pos-portal-btn--care:focus {
    background: linear-gradient(135deg, #b35242 0%, #963f32 100%);
    color: #fff;
}

.pos-portal-help-status,
.pos-portal-retorno-ok {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 0;
    padding: 12px 14px;
    border-radius: 12px;
    font-size: 14px;
    line-height: 1.45;
}

.pos-portal-help-status {
    background: rgba(196, 92, 74, 0.08);
    border: 1px solid rgba(196, 92, 74, 0.16);
    color: #8a3f32;
}

.pos-portal-retorno-ok {
    background: rgba(46, 125, 90, 0.08);
    border: 1px solid rgba(46, 125, 90, 0.16);
    color: #2d6a4a;
}

.pos-portal-messages {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.pos-portal-messages__item {
    padding: 12px 14px;
    border-radius: 12px;
    background: var(--org-surface, #fff);
    border: 1px solid var(--org-border-soft, #e4eaf4);
}

.pos-portal-messages__item.is-self {
    background: rgba(75, 114, 190, 0.06);
    border-color: rgba(75, 114, 190, 0.14);
}

.pos-portal-messages__head {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 8px;
    margin-bottom: 6px;
}

.pos-portal-messages__head strong {
    font-size: 13px;
    color: var(--org-ink, #1a2744);
}

.pos-portal-messages__head time {
    font-size: 11px;
    color: var(--org-ink-muted, #7e8fa2);
    white-space: nowrap;
}

.pos-portal-messages__item p {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
    color: var(--org-ink, #1a2744);
}

/* ── Carteira digital (flip card) ── */
.pos-portal-idcard-wrap {
    margin-bottom: 18px;
}

.pos-portal-idcard-scene {
    perspective: 1200px;
}

.pos-portal-idcard {
    position: relative;
    display: block;
    width: 100%;
    min-height: 210px;
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
    transform-style: preserve-3d;
    transition: transform 0.65s cubic-bezier(0.4, 0.2, 0.2, 1);
    -webkit-tap-highlight-color: transparent;
    text-align: left;
    font: inherit;
    color: inherit;
}

.pos-portal-idcard.is-flipped {
    transform: rotateY(180deg);
}

.pos-portal-idcard__hint {
    position: absolute;
    top: 10px;
    right: 12px;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 4px 8px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.82);
    font-size: 10px;
    font-weight: 700;
    color: rgba(30, 42, 58, 0.72);
    backdrop-filter: blur(4px);
    pointer-events: none;
}

.pos-portal-idcard__face {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    border-radius: 18px;
    overflow: hidden;
    backface-visibility: hidden;
    box-shadow:
        0 14px 34px rgba(30, 42, 58, 0.14),
        0 2px 0 rgba(255, 255, 255, 0.65) inset;
}

.pos-portal-idcard__face--front {
    background:
        radial-gradient(120% 80% at 100% 0%, rgba(255, 255, 255, 0.22) 0%, transparent 55%),
        linear-gradient(135deg, #3d5f9f 0%, #4b72be 42%, #5a8fd4 100%);
    color: #fff;
    padding: 18px 18px 16px;
}

.pos-portal-idcard__face--back {
    transform: rotateY(180deg);
    background: linear-gradient(180deg, #f8fafd 0%, #eef3fa 100%);
    color: var(--org-ink, #1a2744);
    border: 1px solid rgba(75, 114, 190, 0.14);
}

.pos-portal-idcard__shine {
    position: absolute;
    inset: 0;
    background: linear-gradient(115deg, transparent 35%, rgba(255, 255, 255, 0.16) 50%, transparent 65%);
    pointer-events: none;
}

.pos-portal-idcard__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
    position: relative;
    z-index: 1;
}

.pos-portal-idcard__brand {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    opacity: 0.92;
}

.pos-portal-idcard__chip {
    padding: 4px 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.28);
    font-size: 11px;
    font-weight: 800;
}

.pos-portal-idcard__hero {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 14px;
    position: relative;
    z-index: 1;
}

.pos-portal-idcard__avatar {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    display: grid;
    place-items: center;
    font-size: 18px;
    font-weight: 800;
    background: rgba(255, 255, 255, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.28);
    box-shadow: 0 6px 16px rgba(16, 24, 40, 0.12);
}

.pos-portal-idcard__name {
    display: block;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.pos-portal-idcard__role {
    display: block;
    margin-top: 3px;
    font-size: 12px;
    opacity: 0.86;
}

.pos-portal-idcard__meta {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-bottom: auto;
    position: relative;
    z-index: 1;
}

.pos-portal-idcard__code {
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.06em;
    opacity: 0.95;
}

.pos-portal-idcard__proc {
    font-size: 13px;
    line-height: 1.35;
    opacity: 0.9;
}

.pos-portal-idcard__footer {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 12px;
    margin-top: 14px;
    position: relative;
    z-index: 1;
}

.pos-portal-idcard__type {
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    opacity: 0.78;
}

.pos-portal-idcard__qr {
    display: grid;
    grid-template-columns: repeat(3, 8px);
    gap: 3px;
    opacity: 0.88;
}

.pos-portal-idcard__qr span {
    width: 8px;
    height: 8px;
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.9);
}

.pos-portal-idcard__qr span:nth-child(2),
.pos-portal-idcard__qr span:nth-child(5),
.pos-portal-idcard__qr span:nth-child(8) {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.75);
}

.pos-portal-idcard__stripe {
    display: block;
    height: 42px;
    background: linear-gradient(90deg, #2a3f6b 0%, #1e2f52 100%);
}

.pos-portal-idcard__back-body {
    padding: 16px 18px 18px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 1;
}

.pos-portal-idcard__back-title {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--org-ink-muted, #7e8fa2);
}

.pos-portal-idcard__dl {
    display: grid;
    gap: 8px;
    margin: 0;
}

.pos-portal-idcard__dl div {
    display: grid;
    grid-template-columns: 88px 1fr;
    gap: 8px;
    align-items: baseline;
}

.pos-portal-idcard__dl dt {
    margin: 0;
    font-size: 11px;
    font-weight: 700;
    color: var(--org-ink-muted, #7e8fa2);
}

.pos-portal-idcard__dl dd {
    margin: 0;
    font-size: 13px;
    line-height: 1.35;
    font-weight: 600;
}

.pos-portal-idcard__verify {
    margin-top: auto;
    padding-top: 10px;
    border-top: 1px dashed rgba(75, 114, 190, 0.18);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.pos-portal-idcard__verify-label {
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--org-ink-muted, #7e8fa2);
}

.pos-portal-idcard__verify code {
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.12em;
    color: #3d5f9f;
    background: rgba(75, 114, 190, 0.08);
    padding: 4px 8px;
    border-radius: 8px;
}

.pos-portal-idcard__emitido {
    font-size: 10px;
    color: var(--org-ink-muted, #7e8fa2);
}

.pos-portal-idcard__caption {
    margin: 10px 2px 0;
    text-align: center;
    font-size: 12px;
    color: var(--org-ink-muted, #7e8fa2);
}

/* ── Guia médico ── */
.pos-portal-guide {
    margin-bottom: 18px;
}

.pos-portal-guide__head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 10px;
}

.pos-portal-guide__title {
    margin: 0;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: var(--org-ink, #1a2744);
}

.pos-portal-guide__sub {
    margin: 4px 0 0;
    font-size: 13px;
    color: var(--org-ink-muted, #7e8fa2);
    line-height: 1.4;
}

.pos-portal-guide__phase-badge {
    flex-shrink: 0;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(75, 114, 190, 0.1);
    border: 1px solid rgba(75, 114, 190, 0.16);
    font-size: 11px;
    font-weight: 800;
    color: #3d5f9f;
    white-space: nowrap;
}

.pos-portal-guide__phase-desc {
    margin: 0 0 14px;
    font-size: 14px;
    line-height: 1.5;
    color: var(--org-ink, #1a2744);
}

.pos-portal-guide__card {
    background: var(--org-surface, #fff);
    border: 1px solid var(--org-border-soft, #e4eaf4);
    border-radius: 16px;
    padding: 16px;
    margin-bottom: 12px;
    box-shadow: 0 8px 22px rgba(30, 42, 58, 0.04);
}

.pos-portal-guide__card--alert {
    background: linear-gradient(180deg, #fff 0%, #fff9f8 100%);
    border-color: rgba(196, 92, 74, 0.14);
}

.pos-portal-guide__card-label {
    margin: 0 0 12px;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--org-ink-muted, #7e8fa2);
}

.pos-protocol-steps {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
}

.pos-protocol-steps__item {
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr);
    column-gap: 12px;
    align-items: stretch;
    padding-bottom: 14px;
    position: relative;
}

.pos-protocol-steps__item:last-child {
    padding-bottom: 0;
}

.pos-protocol-steps__rail {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 28px;
    min-height: 100%;
    position: relative;
}

.pos-protocol-steps__marker {
    position: relative;
    z-index: 1;
    display: block;
    width: 10px;
    height: 10px;
    margin-top: 6px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #cbd5e1;
    flex-shrink: 0;
    box-sizing: border-box;
}

.pos-protocol-steps__item:not(:last-child) .pos-protocol-steps__rail::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 18px;
    bottom: 0;
    width: 2px;
    transform: translateX(-50%);
    background: #e4eaf4;
    border-radius: 1px;
    pointer-events: none;
}

.pos-protocol-steps__content {
    min-width: 0;
    padding: 10px 12px;
    border-radius: 12px;
    border: 1px solid transparent;
}

.pos-protocol-steps__day {
    display: block;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #94a3b8;
    margin-bottom: 4px;
}

.pos-protocol-steps__text {
    margin: 0;
    font-size: 14px;
    line-height: 1.45;
    color: #64748b;
    word-wrap: break-word;
}

.pos-protocol-steps__item--done .pos-protocol-steps__marker {
    background: var(--org-blue, #4b72be);
    border-color: var(--org-blue, #4b72be);
    box-shadow: 0 0 0 3px rgba(75, 114, 190, 0.14);
}

.pos-protocol-steps__item--done:not(:last-child) .pos-protocol-steps__rail::after {
    background: rgba(75, 114, 190, 0.3);
}

.pos-protocol-steps__item--done .pos-protocol-steps__day {
    color: #4b72be;
}

.pos-protocol-steps__item--done .pos-protocol-steps__text {
    color: var(--org-ink, #1a2744);
}

.pos-protocol-steps__item--current .pos-protocol-steps__marker {
    border-color: var(--org-blue, #4b72be);
    background: #fff;
    box-shadow: 0 0 0 3px rgba(75, 114, 190, 0.12);
}

.pos-protocol-steps__item--current .pos-protocol-steps__content {
    background: rgba(75, 114, 190, 0.06);
    border-color: rgba(75, 114, 190, 0.14);
}

.pos-protocol-steps__item--current .pos-protocol-steps__day {
    color: #3d5f9f;
}

.pos-protocol-steps__item--current .pos-protocol-steps__text {
    color: var(--org-ink, #1a2744);
    font-weight: 700;
}

.pos-portal-guide__tips {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.pos-portal-guide__tips li {
    position: relative;
    padding-left: 16px;
    font-size: 14px;
    line-height: 1.45;
    color: var(--org-ink, #1a2744);
}

.pos-portal-guide__tips li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--org-blue, #4b72be);
}

.pos-portal-guide__alerts {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.pos-portal-guide__alerts li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 13px;
    line-height: 1.45;
    color: #7a4038;
}

.pos-portal-guide__alerts i {
    margin-top: 2px;
    font-size: 12px;
    opacity: 0.85;
}

.pos-portal-guide__contact {
    margin: 12px 0 0;
    font-size: 12px;
    line-height: 1.45;
    color: var(--org-ink-muted, #7e8fa2);
}

@media (max-width: 360px) {
    .pos-portal-hero__facts {
        grid-template-columns: 1fr;
    }
}
