:root {
    --pcf-logo-blue: #2868b0;
    --pcf-logo-blue-dark: #215892;
    --pcf-logo-sky: #50a0d0;
    --pcf-logo-yellow: #ffe878;
    --pcf-logo-ink: #2f4f70;
    --pcf-navy: var(--pcf-logo-ink);
    --pcf-navy-strong: #193f64;
    --pcf-teal: var(--pcf-logo-blue);
    --pcf-teal-dark: var(--pcf-logo-blue-dark);
    --pcf-teal-soft: #e8f2fa;
    --pcf-blue-soft: #edf6fa;
    --pcf-yellow: var(--pcf-logo-yellow);
    --pcf-yellow-soft: #fff9dd;
    --pcf-bg: #f4f8fb;
    --pcf-card: #ffffff;
    --pcf-text: var(--pcf-logo-ink);
    --pcf-muted: #6b8297;
    --pcf-border: #d5e3ec;
    --pcf-danger: #b84955;
    --pcf-shadow: 0 12px 30px rgba(40, 104, 176, 0.09);
}

html,
body {
    min-height: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

html {
    scroll-behavior: smooth;
}

body,
body.page-content-white,
body.page-header-fixed {
    background: var(--pcf-bg) !important;
    color: var(--pcf-text);
    font-family: "Open Sans", Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
}

a {
    color: var(--pcf-teal-dark);
    transition: color 160ms ease, background-color 160ms ease, border-color 160ms ease;
}

a:hover,
a:focus {
    color: var(--pcf-teal);
    text-decoration: none;
}

a:focus,
.btn:focus,
.form-control:focus,
.menu-toggler:focus {
    outline: 3px solid rgba(40, 104, 176, 0.20) !important;
    outline-offset: 2px;
}

.pcf-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;
}

/* Shared authenticated shell */
.page-wrapper {
    min-height: 100vh;
    max-width: 100%;
    overflow-x: clip;
}

.page-header.navbar {
    height: 84px;
    min-height: 84px;
    background: #fff !important;
    border: 0;
    border-bottom: 1px solid var(--pcf-border);
    box-shadow: none;
}

.page-header.navbar .page-header-inner {
    height: 84px;
}

.page-header.navbar .page-logo {
    display: flex;
    align-items: center;
    width: 248px;
    height: 84px;
    padding: 10px 18px 10px 28px;
    background: #fff !important;
    border-right: 1px solid var(--pcf-border);
}

.page-header.navbar .page-logo .pcf-brand-logo {
    display: block;
    width: 130px;
    height: 62px;
    object-fit: contain;
}

.page-header.navbar .portal-title {
    display: flex;
    align-items: center;
    float: left;
    height: 84px;
    padding-left: 28px;
    color: var(--pcf-navy);
    font-size: 19px;
    font-weight: 700;
}

.page-header.navbar .top-menu {
    height: 84px;
}

.page-header.navbar .top-menu .navbar-nav {
    height: 84px;
    display: flex;
    align-items: center;
    margin: 0 22px 0 0;
}

.page-header.navbar .top-menu .navbar-nav > li.dropdown-user > .dropdown-toggle {
    min-height: 62px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    color: var(--pcf-navy);
    border-radius: 12px;
}

.page-header.navbar .top-menu .navbar-nav > li.dropdown-user > .dropdown-toggle:hover,
.page-header.navbar .top-menu .navbar-nav > li.dropdown-user.open > .dropdown-toggle {
    background: #f7fafb;
}

.page-header.navbar .top-menu .navbar-nav > li.dropdown-user .dropdown-toggle > img {
    width: 40px;
    height: 40px;
    margin: 0;
    object-fit: cover;
    border: 2px solid var(--pcf-teal-soft);
}

.page-header.navbar .top-menu .navbar-nav > li.dropdown-user .dropdown-toggle > .username {
    color: var(--pcf-navy);
    font-size: 13px;
    font-weight: 700;
}

.pcf-account-copy {
    display: inline-flex;
    flex-direction: column;
    line-height: 1.25;
}

.pcf-account-copy small {
    color: var(--pcf-muted);
    font-size: 10px;
    font-weight: 400;
}

.pcf-header-icon {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin-right: 6px;
    padding: 0 !important;
    color: var(--pcf-navy);
    background: #fff;
    border: 1px solid var(--pcf-border);
    border-radius: 12px;
}

.pcf-header-messages {
    display: flex !important;
    align-items: center;
}

.pcf-unread-badge {
    position: absolute;
    top: -6px;
    right: -6px;
    z-index: 2;
    display: none;
    min-width: 19px;
    height: 19px;
    align-items: center;
    justify-content: center;
    padding: 0 5px;
    color: #fff;
    background: var(--pcf-danger);
    border: 2px solid #fff;
    border-radius: 999px;
    font-size: 9px;
    font-weight: 700;
    line-height: 15px;
}

.pcf-unread-badge.is-visible {
    display: inline-flex;
}

.pcf-sidebar-badge {
    display: none;
    float: right;
    margin-top: 1px;
}

.pcf-sidebar-badge.is-visible {
    display: inline-block;
}

.page-container {
    margin-top: 84px !important;
    background: var(--pcf-bg) !important;
}

.page-sidebar,
.page-sidebar-wrapper {
    width: 248px;
}

.page-sidebar {
    top: auto !important;
    bottom: 0;
    min-height: calc(100vh - 84px) !important;
    background: #fff !important;
    border-right: 1px solid var(--pcf-border);
}

.page-sidebar .page-sidebar-menu {
    display: flex;
    min-height: calc(100vh - 84px);
    flex-direction: column;
    padding: 20px 16px 150px !important;
    background: #fff !important;
}

.pcf-menu-label {
    padding: 6px 12px 10px;
    color: #6d8191;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.page-sidebar .page-sidebar-menu > li.nav-item {
    margin: 3px 0;
    border: 0 !important;
}

.page-sidebar .page-sidebar-menu > li > a,
.page-sidebar .page-sidebar-menu > li.open > a,
.page-sidebar .page-sidebar-menu > li.active > a,
.page-sidebar .page-sidebar-menu > li:hover > a {
    min-height: 48px;
    display: flex;
    align-items: center;
    padding: 13px 14px;
    color: #334e68 !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 700;
}

.page-sidebar .page-sidebar-menu > li.active > a,
.page-sidebar .page-sidebar-menu > li.open > a,
.page-sidebar .page-sidebar-menu > li > a:hover {
    color: var(--pcf-teal-dark) !important;
    background: var(--pcf-teal-soft) !important;
}

.page-sidebar .page-sidebar-menu > li.active > a:before,
.page-sidebar .page-sidebar-menu > li.open > a:before {
    position: absolute;
    left: -16px;
    width: 3px;
    height: 26px;
    background: var(--pcf-yellow);
    border-radius: 0 3px 3px 0;
    content: "";
}

.page-sidebar .page-sidebar-menu > li > a > i {
    width: 24px;
    margin-right: 8px;
    color: #5f7f98;
    font-size: 19px;
}

.page-sidebar .page-sidebar-menu > li.active > a > i,
.page-sidebar .page-sidebar-menu > li.open > a > i,
.page-sidebar .page-sidebar-menu > li > a:hover > i {
    color: var(--pcf-teal);
}

.page-sidebar .page-sidebar-menu .sub-menu {
    margin: 4px 0 6px !important;
    padding: 4px 0 4px 20px;
    background: transparent !important;
}

.page-sidebar .page-sidebar-menu .sub-menu > li > a {
    padding: 10px 12px 10px 28px !important;
    color: #526f86 !important;
    background: transparent !important;
    border-radius: 9px;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.35;
}

.page-sidebar .page-sidebar-menu > li > a > .pcf-menu-chevron {
    position: static;
    display: inline-flex;
    width: 24px;
    height: 24px;
    align-items: center;
    justify-content: center;
    flex: 0 0 24px;
    margin-left: auto;
    color: #5f7f98;
}

.page-sidebar .page-sidebar-menu > li > a > .pcf-menu-chevron:before {
    display: none !important;
    content: none !important;
}

.page-sidebar .page-sidebar-menu > li > a > .pcf-menu-chevron > i {
    font-size: 14px;
    transition: transform 0.2s ease;
}

.page-sidebar .page-sidebar-menu > li.open > a > .pcf-menu-chevron > i {
    transform: rotate(180deg);
}

.page-sidebar .page-sidebar-menu .sub-menu > li.active > a,
.page-sidebar .page-sidebar-menu .sub-menu > li > a:hover {
    color: var(--pcf-teal-dark) !important;
    background: #f3f7fb !important;
}

.pcf-sidebar-footer {
    position: absolute;
    right: 16px;
    bottom: 18px;
    left: 16px;
    padding: 18px 12px 0;
    color: #8ba0ae;
    border-top: 1px solid var(--pcf-border);
    font-size: 10px;
    line-height: 1.65;
}

.pcf-sidebar-footer strong {
    display: block;
    color: var(--pcf-navy);
    font-size: 12px;
}

.page-content-wrapper {
    background: var(--pcf-bg) !important;
}

.page-content-wrapper .page-content {
    min-height: calc(100vh - 84px);
    min-width: 0;
    margin-left: 248px !important;
    padding: 30px 36px 48px !important;
    background: var(--pcf-bg) !important;
}

.page-footer {
    display: none;
}

.pcf-mobile-nav {
    display: none;
}

.page-quick-sidebar-toggler {
    display: none !important;
}

/* Page typography and surfaces */
.page-bar {
    margin: 0 0 14px !important;
    padding: 0 !important;
    background: transparent !important;
}

.page-bar .page-breadcrumb {
    padding: 0 !important;
}

.page-bar .page-breadcrumb > li > a,
.page-bar .page-breadcrumb > li > span {
    color: #7890a1 !important;
    font-size: 12px;
}

.page-bar .page-breadcrumb > li:last-child > a,
.page-bar .page-breadcrumb > li:last-child > span {
    color: var(--pcf-navy) !important;
    font-weight: 700;
}

.page-bar .page-breadcrumb > li > i.fa-circle {
    width: auto;
    height: auto;
    margin: 0 6px;
    color: #9fb0bc;
    font-size: 5px;
}

.page-title {
    margin: 0 0 26px !important;
    color: var(--pcf-navy-strong) !important;
    font-size: 30px !important;
    font-weight: 700 !important;
    letter-spacing: -0.03em;
}

.pcf-page-heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 22px;
}

.pcf-page-heading .page-title {
    margin-bottom: 6px !important;
}

.pcf-page-heading p {
    margin: 0;
    color: var(--pcf-muted);
    font-size: 14px;
}

.portlet,
.portlet.light,
.portlet.box,
.profile-sidebar-portlet {
    overflow: hidden;
    margin-bottom: 20px;
    background: var(--pcf-card) !important;
    border: 1px solid rgba(215, 226, 232, 0.75) !important;
    border-radius: 18px !important;
    box-shadow: var(--pcf-shadow) !important;
    transition: border-color 180ms ease, box-shadow 180ms ease;
}

.portlet > .portlet-title,
.portlet.light > .portlet-title,
.portlet.box > .portlet-title {
    min-height: 62px;
    margin: 0 !important;
    padding: 18px 24px 12px !important;
    background: #fff !important;
    border: 0 !important;
    border-bottom: 1px solid var(--pcf-border) !important;
}

.portlet > .portlet-title > .caption,
.portlet.light > .portlet-title > .caption,
.portlet.box > .portlet-title > .caption {
    color: var(--pcf-navy) !important;
    font-size: 16px !important;
    font-weight: 700 !important;
}

.portlet > .portlet-title > .caption > i,
.portlet.light > .portlet-title > .caption > i,
.portlet.box > .portlet-title > .caption > i,
.font-red {
    color: var(--pcf-teal) !important;
}

.portlet > .portlet-body,
.portlet.light > .portlet-body,
.portlet.box > .portlet-body {
    padding: 22px 24px !important;
    background: #fff !important;
}

.caption-subject {
    color: var(--pcf-navy) !important;
    letter-spacing: 0 !important;
}

.table-scrollable {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border: 0 !important;
}

.table {
    color: var(--pcf-text);
}

.table > thead > tr > th {
    padding: 16px !important;
    color: #5f7585;
    background: #f8fbfc !important;
    border: 0 !important;
    border-bottom: 1px solid var(--pcf-border) !important;
    font-size: 11px;
    font-weight: 700;
    text-transform: none;
}

.table > tbody > tr > td {
    padding: 16px !important;
    vertical-align: middle;
    border-top: 1px solid #e7eef2 !important;
    font-size: 13px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background: #fbfdff;
}

.table-bordered,
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > td {
    border-right: 0 !important;
    border-left: 0 !important;
}

.dataTables_wrapper .dataTables_filter input,
.dataTables_wrapper .dataTables_length select,
.form-control,
.select2-container--bootstrap .select2-selection {
    min-height: 46px;
    color: var(--pcf-text);
    background: #fff !important;
    border: 1px solid #c9d8e2 !important;
    border-radius: 11px !important;
    box-shadow: none !important;
}

.form-control {
    padding: 11px 14px;
    font-size: 14px;
    transition: border-color 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

img,
iframe,
embed,
object {
    max-width: 100%;
}

.row,
[class*="pcf-"][class*="grid"],
.pcf-page-heading,
.pcf-welcome-card,
.pcf-table-card,
.portlet-body {
    min-width: 0;
}

textarea.form-control {
    min-height: 120px;
    resize: vertical;
}

.form-control:focus,
.select2-container--bootstrap.select2-container--focus .select2-selection {
    border-color: var(--pcf-teal) !important;
    box-shadow: 0 0 0 3px rgba(40, 104, 176, 0.12) !important;
}

.form-control[readonly],
.form-control[disabled] {
    color: #516879;
    background: #f7fafb !important;
}

.control-label,
label {
    color: var(--pcf-navy);
    font-size: 12px;
    font-weight: 700;
}

.required {
    color: var(--pcf-danger) !important;
}

.btn {
    min-height: 42px;
    padding: 10px 18px;
    border-radius: 11px !important;
    font-weight: 700;
    transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.btn:hover,
.btn:focus {
    transform: translateY(-1px);
}

.btn.green,
.btn.blue,
.btn-primary,
.btn-success {
    color: #fff !important;
    background: var(--pcf-teal) !important;
    border-color: var(--pcf-teal) !important;
    box-shadow: 0 8px 16px rgba(40, 104, 176, 0.20);
}

.btn.green:hover,
.btn.blue:hover,
.btn-primary:hover,
.btn-success:hover {
    background: var(--pcf-teal-dark) !important;
    border-color: var(--pcf-teal-dark) !important;
}

.btn.default,
.btn-outline,
.btn.pcf-btn-secondary {
    color: var(--pcf-navy) !important;
    background: #fff !important;
    border: 1px solid #c9d8e2 !important;
    box-shadow: none;
}

.alert {
    padding: 14px 16px;
    border-radius: 12px;
}

.alert-danger {
    color: #873642;
    background: #fff1f3;
    border-color: #f4ccd2;
}

.alert-success {
    color: #166a5d;
    background: #ecf8f5;
    border-color: #c7e9e2;
}

.nav-tabs {
    border: 0 !important;
}

.nav-tabs > li > a {
    color: var(--pcf-muted) !important;
    border: 0 !important;
    border-radius: 9px !important;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: var(--pcf-teal-dark) !important;
    background: var(--pcf-teal-soft) !important;
    border: 0 !important;
}

/* Claim wizard */
.form-wizard .steps {
    display: flex;
    gap: 8px;
    margin-bottom: 20px;
    padding: 8px;
    background: #f4f8fb;
    border-radius: 14px;
}

.form-wizard .steps > li {
    float: none;
    flex: 1;
}

.form-wizard .steps > li > a.step {
    min-height: 76px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 12px !important;
    border-radius: 10px;
}

.form-wizard .steps > li.active > a.step {
    background: #fff;
    box-shadow: 0 5px 14px rgba(40, 104, 176, 0.08);
}

.form-wizard .steps > li > a.step > .number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    margin-right: 8px;
    color: var(--pcf-muted);
    background: #fff;
    border: 1px solid var(--pcf-border);
    border-radius: 50%;
    font-size: 12px;
    font-weight: 700;
}

.form-wizard .steps > li.active > a.step > .number,
.form-wizard .steps > li.done > a.step > .number {
    color: #fff;
    background: var(--pcf-teal);
    border-color: var(--pcf-teal);
}

.form-wizard .steps > li > a.step > .desc {
    color: #607687;
    font-size: 11px;
    font-weight: 600;
}

.form-wizard .progress {
    height: 5px;
    overflow: hidden;
    margin: 0 0 24px;
    background: #dceaf4;
    border-radius: 20px;
}

.progress-bar-success {
    background: var(--pcf-teal) !important;
}

.form-wizard .tab-pane > h3.block {
    margin: 0 0 24px !important;
    padding-bottom: 14px;
    color: var(--pcf-navy) !important;
    border-bottom: 1px solid var(--pcf-border);
    font-size: 20px !important;
    font-weight: 700;
}

.form-wizard .form-group[style] {
    width: auto !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.form-wizard .tab-pane > div[style*="margin-left"] {
    margin-left: 0 !important;
}

.form-wizard .form-actions {
    margin: 28px -24px -22px !important;
    padding: 18px 24px !important;
    background: #fbfdff !important;
    border-top: 1px solid var(--pcf-border) !important;
}

/* Dashboard */
.pcf-welcome-card {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 20px;
    padding: 24px 30px;
    background: #fff;
    border: 1px solid rgba(215, 226, 232, 0.75);
    border-radius: 18px;
    box-shadow: var(--pcf-shadow);
}

.pcf-eyebrow {
    margin-bottom: 5px;
    color: var(--pcf-teal-dark);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.pcf-welcome-card h2 {
    margin: 0 0 5px;
    color: var(--pcf-navy-strong);
    font-size: 25px;
    font-weight: 700;
    letter-spacing: -0.03em;
}

.pcf-welcome-card p {
    margin: 0;
    color: var(--pcf-muted);
    font-size: 13px;
}

.pcf-status-pill,
.pcf-count-pill {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    white-space: nowrap;
    padding: 10px 14px;
    color: var(--pcf-teal-dark);
    background: var(--pcf-teal-soft);
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
}

.pcf-status-progress {
    color: #245f91;
    background: #e8f2fa;
}

.pcf-status-action,
.pcf-count-pill-unread {
    color: #86520d;
    background: #fff4ce;
    border-color: #ecd27b;
}

.pcf-status-rejected {
    color: #913744;
    background: #fff0f2;
}

.pcf-status-paid {
    color: #176454;
    background: #e8f7f1;
}

.pcf-profile-grid {
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(280px, 0.95fr);
    gap: 20px;
}

.pcf-card {
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(215, 226, 232, 0.75);
    border-radius: 18px;
    box-shadow: var(--pcf-shadow);
}

.pcf-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 20px 26px 16px;
    border-bottom: 1px solid var(--pcf-border);
}

.pcf-card-header h2,
.pcf-card-header h3 {
    margin: 0 0 3px;
    color: var(--pcf-navy);
    font-size: 16px;
    font-weight: 700;
}

.pcf-card-header p {
    margin: 0;
    color: var(--pcf-muted);
    font-size: 11px;
}

.pcf-card-body {
    padding: 24px 26px;
}

.pcf-personal-layout {
    display: grid;
    grid-template-columns: 190px minmax(0, 1fr);
    gap: 28px;
}

.pcf-profile-summary {
    text-align: center;
    border-right: 1px solid var(--pcf-border);
}

.pcf-profile-summary img {
    width: 92px;
    height: 92px;
    object-fit: cover;
    border: 5px solid var(--pcf-blue-soft);
    border-radius: 24px;
}

.pcf-profile-summary h3 {
    margin: 13px 0 4px;
    color: var(--pcf-navy);
    font-size: 17px;
    font-weight: 700;
}

.pcf-profile-summary .pcf-role {
    color: var(--pcf-teal-dark);
    font-size: 11px;
    font-weight: 700;
}

.pcf-profile-meter {
    margin: 18px 16px 0 0;
    padding: 10px 12px;
    text-align: left;
    background: #f6f9fa;
    border-radius: 10px;
}

.pcf-profile-meter span {
    color: var(--pcf-muted);
    font-size: 9px;
}

.pcf-profile-meter strong {
    float: right;
    color: #52697a;
    font-size: 9px;
}

.pcf-profile-meter i {
    display: block;
    width: 100%;
    height: 6px;
    margin-top: 7px;
    background: var(--pcf-teal);
    border-radius: 8px;
}

.pcf-details-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 30px;
}

.pcf-detail {
    min-height: 58px;
    padding: 9px 0 12px;
    border-bottom: 1px solid #e3ebef;
}

.pcf-detail span {
    display: block;
    margin-bottom: 4px;
    color: #8a9dab;
    font-size: 10px;
}

.pcf-detail strong {
    display: block;
    overflow-wrap: anywhere;
    color: var(--pcf-navy);
    font-size: 12px;
}

.pcf-action-list {
    display: grid;
    gap: 10px;
}

.pcf-action-link {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 62px;
    padding: 12px 14px;
    color: var(--pcf-navy);
    border: 1px solid var(--pcf-border);
    border-radius: 13px;
}

.pcf-action-link:hover,
.pcf-action-link:focus {
    color: var(--pcf-teal-dark);
    background: var(--pcf-teal-soft);
    border-color: #b9dce8;
}

.pcf-action-icon,
.pcf-contact-icon {
    position: relative;
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    color: var(--pcf-teal);
    background: var(--pcf-teal-soft);
    border-radius: 11px;
    font-size: 16px;
}

.pcf-action-copy {
    flex: 1;
}

.pcf-action-copy strong {
    display: block;
    margin-bottom: 2px;
    font-size: 12px;
}

.pcf-action-copy small {
    display: block;
    color: var(--pcf-muted);
    font-size: 10px;
}

.pcf-action-chevron {
    color: #8aa0af;
}

.pcf-dashboard-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.8fr) minmax(300px, 0.8fr);
    gap: 20px;
}

.pcf-claims-overview .pcf-card-body {
    min-height: 275px;
}

.pcf-claim-spotlight {
    display: grid;
    gap: 22px;
}

.pcf-claim-spotlight-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
}

.pcf-claim-spotlight-top > div > span {
    display: block;
    margin-bottom: 4px;
    color: var(--pcf-muted);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.pcf-claim-spotlight-top > div > strong {
    color: var(--pcf-navy-strong);
    font-size: 23px;
}

.pcf-claim-facts {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin: 0;
}

.pcf-claim-facts > div {
    min-width: 0;
    padding: 14px;
    background: #f7fafc;
    border: 1px solid var(--pcf-border);
    border-radius: 12px;
}

.pcf-claim-facts dt {
    margin-bottom: 5px;
    color: var(--pcf-muted);
    font-size: 10px;
    font-weight: 600;
}

.pcf-claim-facts dd {
    overflow-wrap: anywhere;
    margin: 0;
    color: var(--pcf-navy);
    font-size: 13px;
    font-weight: 700;
}

.pcf-inline-actions,
.pcf-table-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 9px;
}

.pcf-attention-card,
.pcf-submission-confirmation {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
    padding: 18px 20px;
    color: var(--pcf-navy);
    background: #fff9e6;
    border: 1px solid #ecd27b;
    border-radius: 16px;
    box-shadow: 0 8px 20px rgba(134, 82, 13, 0.07);
}

.pcf-attention-card > div,
.pcf-submission-confirmation > div {
    flex: 1;
    min-width: 0;
}

.pcf-attention-card strong,
.pcf-submission-confirmation strong {
    display: block;
    margin-bottom: 3px;
    font-size: 14px;
}

.pcf-attention-card p,
.pcf-submission-confirmation p {
    margin: 0;
    color: var(--pcf-muted);
    font-size: 12px;
}

.pcf-attention-icon,
.pcf-confirmation-icon {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    color: #86520d;
    background: #fff;
    border-radius: 13px;
    font-size: 18px;
}

.pcf-submission-confirmation {
    background: #ecf8f5;
    border-color: #b9e1d8;
    box-shadow: 0 8px 20px rgba(22, 106, 93, 0.07);
}

.pcf-submission-confirmation > div > span {
    display: block;
    margin-top: 5px;
    color: #557568;
    font-size: 11px;
}

.pcf-confirmation-icon {
    color: #176454;
}

.pcf-empty-state {
    padding: 28px 16px;
    text-align: center;
}

.pcf-empty-state > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    margin-bottom: 12px;
    color: var(--pcf-teal);
    background: var(--pcf-teal-soft);
    border-radius: 16px;
    font-size: 20px;
}

.pcf-empty-state h3 {
    margin: 0 0 6px;
    color: var(--pcf-navy);
    font-size: 16px;
    font-weight: 700;
}

.pcf-empty-state p {
    margin: 0 auto 16px;
    color: var(--pcf-muted);
    font-size: 12px;
}

.pcf-profile-compact {
    display: flex;
    align-items: center;
    gap: 22px;
    margin-top: 20px;
    padding: 20px 24px;
}

.pcf-profile-compact-main {
    display: flex;
    align-items: center;
    flex: 1;
    min-width: 0;
    gap: 14px;
}

.pcf-profile-compact-main img {
    width: 64px;
    height: 64px;
    flex: 0 0 auto;
    object-fit: cover;
    border: 4px solid var(--pcf-blue-soft);
    border-radius: 18px;
}

.pcf-profile-compact h2 {
    margin: 0 0 3px;
    color: var(--pcf-navy);
    font-size: 17px;
    font-weight: 700;
}

.pcf-profile-compact p {
    margin: 0;
    color: var(--pcf-muted);
    font-size: 11px;
}

.pcf-profile-contacts {
    display: grid;
    gap: 7px;
    color: var(--pcf-muted);
    font-size: 11px;
}

.pcf-profile-contacts span {
    overflow-wrap: anywhere;
}

.pcf-profile-contacts i {
    width: 18px;
    color: var(--pcf-teal);
}

.pcf-claim-type-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    margin-bottom: 20px;
}

.pcf-claim-type-card {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    min-height: 220px;
    padding: 24px;
    color: var(--pcf-navy);
    background: #fff;
    border: 1px solid var(--pcf-border);
    border-radius: 18px;
    box-shadow: var(--pcf-shadow);
}

.pcf-claim-type-card:hover,
.pcf-claim-type-card:focus {
    color: var(--pcf-navy);
    background: #fbfdff;
    border-color: #9fc6df;
    box-shadow: 0 16px 34px rgba(40, 104, 176, 0.14);
}

.pcf-claim-type-icon {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    color: var(--pcf-teal);
    background: var(--pcf-teal-soft);
    border-radius: 15px;
    font-size: 20px;
}

.pcf-claim-type-card h2 {
    margin: 2px 0 8px;
    color: var(--pcf-navy-strong);
    font-size: 17px;
    font-weight: 700;
}

.pcf-claim-type-card p {
    min-height: 70px;
    margin: 0 0 20px;
    color: var(--pcf-muted);
    font-size: 12px;
    line-height: 1.65;
}

.pcf-claim-type-card strong {
    color: var(--pcf-teal-dark);
    font-size: 11px;
}

.pcf-claim-help > div {
    flex: 1;
}

/* Claims lists */
.pcf-claim-tabs {
    display: inline-flex;
    gap: 4px;
    margin: 0 0 20px;
    padding: 5px;
    background: #eaf1f7;
    border-radius: 12px;
}

.pcf-claim-tabs a {
    padding: 10px 18px;
    color: #647a8b;
    border-radius: 9px;
    font-size: 12px;
    font-weight: 700;
}

.pcf-claim-tabs a.active,
.pcf-claim-tabs a:hover {
    color: var(--pcf-teal-dark);
    background: #fff;
    box-shadow: 0 3px 10px rgba(40, 104, 176, 0.07);
}

.pcf-counts {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 12px;
}

.pcf-count-pill {
    padding: 7px 12px;
    color: var(--pcf-muted);
    background: #fff;
    border: 1px solid var(--pcf-border);
    font-weight: 400;
}

.pcf-count-pill strong {
    color: var(--pcf-navy);
}

.pcf-table-card .portlet-title {
    display: none;
}

.pcf-table-card .portlet-body {
    padding: 0 !important;
}

.pcf-table-card .dataTables_wrapper > .row:first-child {
    margin: 0;
    padding: 18px 20px;
    border-bottom: 1px solid var(--pcf-border);
}

.pcf-table-card .dataTables_wrapper > .row:last-child {
    margin: 0;
    padding: 14px 20px;
    border-top: 1px solid var(--pcf-border);
}

.pcf-table-card .dataTables_wrapper .dataTables_filter input {
    min-width: 250px;
}

.pcf-table-card .dataTables_empty {
    height: 260px;
    color: var(--pcf-muted);
    text-align: center;
    vertical-align: middle !important;
}

.pcf-reason-cell {
    min-width: 260px;
    color: #664915;
    background: #fffdf4;
    line-height: 1.55;
}

.pcf-table-actions {
    min-width: 230px;
}

.pcf-empty-row td {
    padding: 45px 20px !important;
    color: var(--pcf-muted);
    text-align: center;
}

.pcf-empty-row i,
.pcf-empty-row strong,
.pcf-empty-row span {
    display: block;
}

.pcf-empty-row i {
    margin-bottom: 10px;
    color: var(--pcf-teal);
    font-size: 26px;
}

.pcf-empty-row strong {
    margin-bottom: 4px;
    color: var(--pcf-navy);
}

.pcf-info-banner {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 18px;
    padding: 14px 18px;
    color: var(--pcf-navy);
    background: #fffdf4;
    border: 1px solid #efd779;
    border-radius: 13px;
}

.pcf-info-banner i {
    color: #bd7b11;
    font-size: 18px;
}

.pcf-info-banner strong {
    display: block;
    margin-bottom: 3px;
    font-size: 12px;
}

.pcf-info-banner span {
    color: var(--pcf-muted);
    font-size: 11px;
}

/* Contact */
.pcf-contact-layout {
    display: grid;
    grid-template-columns: minmax(300px, 0.7fr) minmax(0, 1.4fr);
    gap: 20px;
}

.pcf-contact-hero {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 25px;
    background: var(--pcf-blue-soft);
}

.pcf-contact-hero .pcf-contact-icon {
    width: 54px;
    height: 54px;
    background: #fff;
    border: 1px solid var(--pcf-border);
}

.pcf-contact-hero h3 {
    margin: 0 0 4px;
    color: var(--pcf-navy);
    font-size: 18px;
    font-weight: 700;
}

.pcf-contact-hero p {
    margin: 0;
    color: var(--pcf-muted);
    font-size: 11px;
}

.pcf-contact-list {
    padding: 18px 24px 24px;
}

.pcf-contact-row {
    display: flex;
    gap: 12px;
    padding: 14px 0;
    border-bottom: 1px solid var(--pcf-border);
}

.pcf-contact-row:last-of-type {
    border-bottom: 0;
}

.pcf-contact-row h4 {
    margin: 1px 0 5px;
    color: var(--pcf-navy);
    font-size: 12px;
    font-weight: 700;
}

.pcf-contact-row p,
.pcf-contact-row a {
    margin: 0;
    color: var(--pcf-muted);
    font-size: 11px;
    line-height: 1.55;
}

.pcf-support-note {
    margin-top: 16px;
    padding: 13px 14px;
    color: var(--pcf-muted);
    background: #f7fafc;
    border: 1px solid var(--pcf-border);
    border-radius: 11px;
    font-size: 10px;
}

.pcf-support-note strong {
    color: var(--pcf-navy);
}

.pcf-form-heading {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--pcf-border);
}

.pcf-form-heading h3 {
    margin: 0 0 3px;
    color: var(--pcf-navy);
    font-size: 18px;
    font-weight: 700;
}

.pcf-form-heading p {
    margin: 0;
    color: var(--pcf-muted);
    font-size: 11px;
}

.pcf-contact-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.pcf-contact-form-grid .pcf-field-full {
    grid-column: 1 / -1;
}

/* Documents, long forms and legacy pages */
.pcf-document-card iframe,
.pcf-standalone-document iframe {
    display: block;
    width: 100%;
    height: min(76vh, 900px);
    min-height: 560px;
    border: 0;
}

.pcf-document-empty {
    padding: 90px 24px;
    color: var(--pcf-muted);
    text-align: center;
}

.pcf-document-empty > i {
    display: block;
    margin-bottom: 16px;
    color: var(--pcf-teal);
    font-size: 42px;
}

.pcf-document-empty h3 {
    margin: 0 0 7px;
    color: var(--pcf-navy);
    font-size: 18px;
    font-weight: 700;
}

.tabbable-line > .nav-tabs,
.tabbable-custom > .nav-tabs {
    display: flex;
    gap: 5px;
    overflow-x: auto;
    margin-bottom: 18px;
    padding: 5px;
    background: #edf3f5;
    border-radius: 12px;
}

.tabbable-line > .nav-tabs > li,
.tabbable-custom > .nav-tabs > li {
    flex: 0 0 auto;
    margin: 0;
}

.tabbable-line > .nav-tabs > li > a,
.tabbable-custom > .nav-tabs > li > a {
    margin: 0;
    padding: 10px 15px;
    border-radius: 9px;
    font-size: 12px;
    font-weight: 700;
}

.tabbable-line > .nav-tabs > li.active,
.tabbable-custom > .nav-tabs > li.active {
    border-bottom: 0 !important;
}

.tabbable-line > .nav-tabs > li.active > a,
.tabbable-custom > .nav-tabs > li.active > a {
    background: #fff !important;
    box-shadow: 0 3px 10px rgba(40, 104, 176, 0.07);
}

input[type="file"].form-control {
    height: auto;
    min-height: 46px;
    padding: 10px 12px;
}

.form-actions {
    border-color: var(--pcf-border) !important;
}

.pcf-standalone {
    min-height: 100vh;
    padding: 28px;
    background: var(--pcf-bg);
}

.pcf-standalone-shell {
    width: min(1180px, 100%);
    margin: 0 auto;
}

.pcf-standalone-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 22px;
    padding: 14px 20px;
    background: #fff;
    border: 1px solid var(--pcf-border);
    border-radius: 16px;
    box-shadow: var(--pcf-shadow);
}

.pcf-standalone-header img {
    width: 130px;
    height: 66px;
    object-fit: contain;
}

.pcf-standalone-header strong {
    color: var(--pcf-navy);
    font-size: 17px;
}

.pcf-state-page {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: var(--pcf-bg);
}

.pcf-state-card {
    width: min(520px, 100%);
    padding: 38px;
    text-align: center;
    background: #fff;
    border: 1px solid var(--pcf-border);
    border-radius: 20px;
    box-shadow: var(--pcf-shadow);
}

.pcf-state-card img {
    width: 180px;
    height: 95px;
    margin-bottom: 22px;
    object-fit: contain;
}

.pcf-state-card h1 {
    margin: 0 0 9px;
    color: var(--pcf-navy);
    font-size: 26px;
    font-weight: 700;
}

.pcf-state-card p {
    margin: 0 0 24px;
    color: var(--pcf-muted);
    line-height: 1.65;
}

/* Authentication */
body.pcf-auth {
    min-height: 100vh;
    background: #f8f8f5 !important;
}

.pcf-auth-page {
    min-height: calc(100vh - 66px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 42px 28px 24px;
}

.pcf-auth-card {
    width: min(1180px, 100%);
    min-height: 800px;
    display: grid;
    grid-template-columns: 42% 58%;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e0e7eb;
    border-radius: 26px;
    box-shadow: 0 18px 48px rgba(40, 104, 176, 0.13);
}

.pcf-auth-intro {
    display: flex;
    flex-direction: column;
    padding: 58px 54px 48px;
    background: var(--pcf-blue-soft);
}

.pcf-auth-logo-frame {
    width: 230px;
    max-width: 100%;
    margin-bottom: 28px;
    padding: 12px 18px;
    background: #fff;
    border: 1px solid var(--pcf-border);
    border-radius: 14px;
}

.pcf-auth-logo-frame img {
    display: block;
    width: 100%;
    height: 88px;
    object-fit: contain;
}

.pcf-auth-kicker {
    margin-bottom: 12px;
    color: var(--pcf-teal-dark);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.pcf-auth-intro h1 {
    max-width: 410px;
    margin: 0 0 22px;
    color: var(--pcf-navy-strong);
    font-size: 39px;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.045em;
}

.pcf-auth-intro > p {
    max-width: 390px;
    margin: 0 0 40px;
    color: #5f7688;
    font-size: 15px;
    line-height: 1.75;
}

.pcf-auth-benefits {
    display: grid;
    gap: 0;
    margin-top: auto;
}

.pcf-auth-benefit {
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 15px 0;
    border-bottom: 1px solid #ccdae2;
}

.pcf-auth-benefit:last-child {
    border-bottom: 0;
}

.pcf-auth-benefit .pcf-contact-icon {
    width: 35px;
    height: 35px;
    background: #fff;
    border: 1px solid var(--pcf-border);
}

.pcf-auth-benefit strong {
    display: block;
    margin-bottom: 3px;
    color: var(--pcf-navy);
    font-size: 13px;
}

.pcf-auth-benefit small {
    display: block;
    color: var(--pcf-muted);
    font-size: 11px;
}

.pcf-auth-panel {
    display: flex;
    align-items: center;
    padding: 58px 72px;
}

.pcf-auth-panel-inner {
    width: 100%;
    max-width: 540px;
    margin: 0 auto;
}

.pcf-auth-heading {
    position: relative;
    margin-bottom: 34px;
}

.pcf-auth-heading h2 {
    margin: 0 0 8px;
    color: var(--pcf-navy-strong);
    font-size: 31px;
    font-weight: 700;
    letter-spacing: -0.035em;
}

.pcf-auth-heading p {
    margin: 0;
    color: var(--pcf-muted);
    font-size: 14px;
}

.pcf-secure-badge {
    position: absolute;
    top: 2px;
    right: 0;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 9px 13px;
    color: var(--pcf-teal-dark);
    background: var(--pcf-teal-soft);
    border-radius: 999px;
    font-size: 10px;
    font-weight: 700;
}

.pcf-auth .content {
    width: auto;
    margin: 0;
    padding: 0;
    background: transparent;
}

.pcf-auth .login-form > p:first-child {
    display: none;
}

.pcf-auth .form-group {
    margin-bottom: 18px;
}

.pcf-auth .form-group > label:not(.mt-checkbox) {
    display: block !important;
    margin-bottom: 7px;
}

.pcf-auth .input-icon > i {
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    color: #8ba0af;
    font-size: 15px;
}

.pcf-auth .input-icon > .form-control {
    height: 52px;
    padding-left: 46px;
}

.pcf-auth .input-icon > select.form-control {
    padding-left: 46px;
}

.pcf-auth .mt-checkbox {
    color: #536b7d;
    font-size: 11px;
    font-weight: 400;
}

.pcf-auth .btn {
    min-height: 48px;
}

.pcf-auth .pcf-login-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 2px 0 18px;
}

.pcf-auth .pcf-login-actions .pcf-forgot-link {
    font-size: 11px;
    font-weight: 700;
}

.pcf-auth .pcf-submit-wide {
    width: 100%;
    min-height: 52px;
    font-size: 14px;
}

.pcf-auth-divider {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 24px 0;
    color: #8b9daa;
    font-size: 10px;
}

.pcf-auth-divider:before,
.pcf-auth-divider:after {
    flex: 1;
    height: 1px;
    background: var(--pcf-border);
    content: "";
}

.pcf-auth-create-link {
    display: block;
    padding: 16px;
    color: #5f7485;
    text-align: center;
    border: 1px solid var(--pcf-border);
    border-radius: 12px;
    font-size: 12px;
}

.pcf-auth-create-link strong {
    margin-left: 5px;
    color: var(--pcf-teal-dark);
}

.pcf-auth-footer {
    min-height: 66px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #7f929f;
    font-size: 10px;
}

.pcf-auth-footer a {
    margin-left: 5px;
}

.pcf-auth-register .pcf-auth-page {
    align-items: flex-start;
    padding-top: 40px;
}

.pcf-auth-register .pcf-auth-card {
    width: min(1320px, 100%);
    min-height: 0;
    display: block;
}

.pcf-register-header {
    display: flex;
    align-items: center;
    gap: 22px;
    padding: 16px 46px;
    border-bottom: 1px solid var(--pcf-border);
}

.pcf-register-header img {
    width: 176px;
    height: 76px;
    object-fit: contain;
    padding-right: 22px;
    border-right: 1px solid var(--pcf-border);
}

.pcf-register-header h1 {
    margin: 0 0 4px;
    color: var(--pcf-navy);
    font-size: 22px;
    font-weight: 700;
}

.pcf-register-header p {
    margin: 0;
    color: var(--pcf-muted);
    font-size: 11px;
}

.pcf-register-header .pcf-signin-link {
    margin-left: auto;
    color: var(--pcf-muted);
    font-size: 11px;
}

.pcf-register-header .pcf-signin-link strong {
    color: var(--pcf-teal-dark);
}

.pcf-register-body {
    display: grid;
    grid-template-columns: 260px minmax(0, 1fr);
}

.pcf-register-steps {
    padding: 30px 26px;
    background: #f6f9fa;
    border-right: 1px solid var(--pcf-border);
}

.pcf-register-steps > span {
    display: block;
    margin-bottom: 20px;
    color: #8599a8;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.pcf-register-step {
    display: flex;
    gap: 12px;
    margin-bottom: 8px;
    padding: 14px 10px;
    border-radius: 12px;
}

.pcf-register-step.active {
    background: var(--pcf-teal-soft);
}

.pcf-register-step i {
    display: inline-flex;
    flex: 0 0 30px;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    color: var(--pcf-muted);
    border: 1px solid #bad0dc;
    border-radius: 50%;
    font-size: 11px;
    font-style: normal;
}

.pcf-register-step.active i {
    color: #fff;
    background: var(--pcf-teal);
    border-color: var(--pcf-teal);
}

.pcf-register-step strong {
    display: block;
    margin-bottom: 3px;
    color: var(--pcf-navy);
    font-size: 11px;
}

.pcf-register-step small {
    display: block;
    color: var(--pcf-muted);
    font-size: 10px;
    line-height: 1.45;
}

.pcf-register-security {
    margin-top: 38px;
    padding: 16px;
    background: #fff;
    border: 1px solid var(--pcf-border);
    border-radius: 12px;
}

.pcf-register-security i {
    margin-bottom: 8px;
    color: var(--pcf-teal);
}

.pcf-register-security strong {
    display: block;
    margin-bottom: 6px;
    color: var(--pcf-navy);
    font-size: 11px;
}

.pcf-register-security p {
    margin: 0;
    color: var(--pcf-muted);
    font-size: 9px;
    line-height: 1.55;
}

.pcf-register-panel {
    padding: 30px 42px;
}

.pcf-register-title {
    margin-bottom: 22px;
}

.pcf-register-title h2 {
    margin: 0 0 5px;
    color: var(--pcf-navy);
    font-size: 25px;
    font-weight: 700;
}

.pcf-register-title p {
    margin: 0;
    color: var(--pcf-muted);
    font-size: 12px;
}

.pcf-register-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 16px;
}

.pcf-register-grid .pcf-span-2 {
    grid-column: 1 / -1;
}

.pcf-register-grid .input-icon > .form-control,
.pcf-register-grid .input-icon > select.form-control {
    padding-left: 14px;
}

.pcf-register-grid .input-icon > i {
    display: none;
}

.pcf-register-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: 8px;
    padding-top: 20px;
    border-top: 1px solid var(--pcf-border);
}

.loading {
    background: rgba(244, 248, 251, 0.88) !important;
    backdrop-filter: blur(2px);
}

@media (max-width: 1100px) {
    .pcf-profile-grid,
    .pcf-dashboard-grid,
    .pcf-contact-layout {
        grid-template-columns: 1fr;
    }

    .pcf-claim-type-grid {
        grid-template-columns: 1fr;
    }

    .pcf-claim-type-card {
        min-height: 0;
    }

    .pcf-claim-type-card p {
        min-height: 0;
    }

    .pcf-auth-panel {
        padding-right: 44px;
        padding-left: 44px;
    }

    .pcf-auth-intro {
        padding-right: 40px;
        padding-left: 40px;
    }

    .pcf-auth-intro h1 {
        font-size: 33px;
    }
}

@media (max-width: 991px) {
    body.pcf-portal .page-container {
        margin-top: 0 !important;
    }

    .page-header.navbar .page-logo {
        width: 190px;
        border-right: 0;
    }

    .page-header.navbar .portal-title {
        display: none;
    }

    .page-header.navbar .menu-toggler.responsive-toggler {
        margin: 27px 12px 0 0;
        color: var(--pcf-navy);
        background: none !important;
        font-size: 20px;
        line-height: 1;
    }

    .page-sidebar,
    .page-sidebar-wrapper {
        width: 100%;
    }

    .page-sidebar.navbar-collapse {
        top: auto !important;
        min-height: 0 !important;
        margin: 0 !important;
        border: 0 !important;
        box-shadow: 0 16px 28px rgba(40, 104, 176, 0.13);
    }

    .page-sidebar .page-sidebar-menu {
        min-height: 0;
        padding-bottom: 24px !important;
    }

    .pcf-sidebar-footer {
        display: none !important;
    }

    .page-content-wrapper .page-content {
        margin-left: 0 !important;
        padding: 24px 20px 40px !important;
    }

    .pcf-auth-card {
        grid-template-columns: 1fr;
    }

    .pcf-auth-intro {
        display: none;
    }

    .pcf-auth-panel {
        min-height: 650px;
    }

    .pcf-register-body {
        grid-template-columns: 210px minmax(0, 1fr);
    }

    .pcf-register-panel {
        padding: 28px;
    }

    .form-wizard .steps {
        overflow-x: auto;
    }

    .form-wizard .steps > li {
        min-width: 145px;
    }
}

@media (max-width: 767px) {
    body.pcf-portal,
    body.pcf-portal .page-wrapper,
    body.pcf-portal .page-header.navbar,
    body.pcf-portal .page-header.navbar .page-header-inner,
    body.pcf-portal .page-container,
    body.pcf-portal .page-content-wrapper {
        width: 100%;
        min-width: 0;
        max-width: none;
        margin-right: 0;
        margin-left: 0;
    }

    body.pcf-portal .page-content-wrapper {
        float: none;
    }

    body.pcf-portal .page-content-wrapper .page-content {
        width: 100%;
        max-width: none;
        box-sizing: border-box;
        padding-bottom: 96px !important;
    }

    .page-header.navbar,
    .page-header.navbar .page-header-inner {
        height: 72px;
        min-height: 72px;
    }

    .page-header.navbar .page-logo {
        width: 150px;
        height: 72px;
        padding: 7px 14px;
    }

    .page-header.navbar .page-logo .pcf-brand-logo {
        width: 108px;
        height: 56px;
    }

    .page-header.navbar .menu-toggler.responsive-toggler {
        position: absolute;
        top: 0;
        right: 126px;
        margin: 27px 0 0;
    }

    .page-header.navbar .top-menu,
    .page-header.navbar .top-menu .navbar-nav {
        height: 72px;
    }

    .page-header.navbar .top-menu {
        position: absolute;
        top: 0;
        right: 0;
        float: right !important;
        clear: none !important;
        width: auto;
        background: transparent;
    }

    .page-header.navbar .top-menu .navbar-nav {
        margin-right: 4px;
    }

    .pcf-account-copy,
    .page-header.navbar .top-menu .navbar-nav > li.dropdown-user .dropdown-toggle > .username {
        display: none;
    }

    .pcf-header-icon {
        display: inline-flex;
        width: 34px;
        height: 34px;
        margin: 0 1px 0 0;
        border-radius: 10px;
    }

    .page-header.navbar .top-menu .navbar-nav > li.dropdown-user > .dropdown-toggle {
        min-height: 54px;
        padding: 9px 8px;
    }

    .page-header.navbar .top-menu .navbar-nav > li.dropdown-user .dropdown-toggle > img {
        width: 34px;
        height: 34px;
    }

    body.pcf-portal .page-container {
        margin-top: 72px !important;
    }

    .page-title {
        font-size: 26px !important;
    }

    .pcf-page-heading,
    .pcf-welcome-card {
        align-items: flex-start;
        flex-direction: column;
    }

    .pcf-profile-grid,
    .pcf-dashboard-grid,
    .pcf-personal-layout,
    .pcf-details-grid,
    .pcf-contact-form-grid {
        grid-template-columns: 1fr;
    }

    .pcf-profile-summary {
        padding-bottom: 22px;
        border-right: 0;
        border-bottom: 1px solid var(--pcf-border);
    }

    .pcf-profile-meter {
        margin-right: 0;
    }

    .pcf-contact-form-grid .pcf-field-full {
        grid-column: auto;
    }

    .pcf-claim-tabs {
        width: 100%;
        overflow-x: auto;
    }

    .pcf-claim-tabs a {
        flex: 0 0 auto;
    }

    .pcf-table-card .dataTables_wrapper .dataTables_filter input {
        min-width: 0;
        width: 100%;
        margin-left: 0;
    }

    .pcf-dashboard-heading .btn,
    .pcf-attention-card .btn,
    .pcf-submission-confirmation .btn {
        width: 100%;
    }

    .pcf-attention-card,
    .pcf-submission-confirmation,
    .pcf-profile-compact,
    .pcf-claim-help {
        align-items: flex-start;
        flex-direction: column;
    }

    .pcf-claim-help .btn {
        width: 100%;
    }

    .pcf-claim-spotlight-top {
        align-items: flex-start;
        flex-direction: column;
    }

    .pcf-claim-facts {
        grid-template-columns: 1fr;
    }

    .pcf-inline-actions,
    .pcf-inline-actions .btn {
        width: 100%;
    }

    .pcf-profile-compact-main {
        width: 100%;
    }

    .pcf-profile-contacts {
        width: 100%;
        padding: 12px 0;
        border-top: 1px solid var(--pcf-border);
        border-bottom: 1px solid var(--pcf-border);
    }

    .pcf-profile-compact > .btn {
        width: 100%;
    }

    .portlet.light.pcf-table-card,
    .pcf-table-card .table-responsive,
    .pcf-table-card .table-scrollable,
    .pcf-table-card .dataTables_wrapper {
        width: 100%;
        max-width: 100%;
        overflow: visible;
        border: 0;
    }

    .portlet.light.pcf-table-card > .portlet-body {
        padding: 0 !important;
    }

    .pcf-responsive-table,
    .pcf-responsive-table tbody,
    .pcf-responsive-table tr {
        box-sizing: border-box;
        display: block;
        width: 100% !important;
    }

    .pcf-responsive-table td {
        box-sizing: border-box;
        width: auto !important;
    }

    .pcf-responsive-table thead {
        position: absolute;
        width: 1px;
        height: 1px;
        overflow: hidden;
        clip: rect(0 0 0 0);
    }

    .pcf-responsive-table tbody {
        padding: 12px;
        background: var(--pcf-bg);
    }

    .pcf-responsive-table tbody tr {
        overflow: visible;
        margin-bottom: 12px;
        background: #fff !important;
        border: 1px solid var(--pcf-border);
        border-radius: 14px;
        box-shadow: 0 6px 14px rgba(40, 104, 176, 0.06);
    }

    .pcf-responsive-table tbody tr:last-child {
        margin-bottom: 0;
    }

    .pcf-responsive-table > tbody > tr > td {
        display: grid;
        min-width: 0;
        max-width: 100%;
        grid-template-columns: minmax(88px, 0.7fr) minmax(0, 1.3fr);
        gap: 12px;
        padding: 12px 14px !important;
        overflow-wrap: anywhere;
        text-align: right;
        white-space: normal;
        word-break: break-word;
    }

    .pcf-responsive-table .pcf-table-value,
    .pcf-responsive-table > tbody > tr > td > .pcf-status-pill,
    .pcf-responsive-table > tbody > tr > td > .btn,
    .pcf-responsive-table > tbody > tr > td > .pcf-table-actions {
        min-width: 0;
        max-width: 100%;
        justify-self: stretch;
    }

    .pcf-responsive-table .pcf-table-value {
        display: block;
        overflow-wrap: anywhere;
        white-space: normal;
        word-break: break-word;
    }

    .pcf-responsive-table > tbody > tr > td > .btn,
    .pcf-responsive-table .pcf-table-actions .btn {
        width: 100%;
        white-space: normal;
    }

    .pcf-responsive-table > tbody > tr > td:before {
        content: attr(data-label);
        color: var(--pcf-muted);
        font-size: 10px;
        font-weight: 700;
        text-align: left;
        text-transform: uppercase;
    }

    .pcf-responsive-table .pcf-reason-cell {
        min-width: 0;
        text-align: left;
    }

    .pcf-responsive-table .pcf-table-actions {
        min-width: 0;
        justify-content: flex-end;
    }

    .pcf-responsive-table .pcf-table-actions .btn {
        flex: 1 1 100%;
    }

    .pcf-responsive-table .pcf-empty-row td {
        display: block;
        padding: 38px 18px !important;
        text-align: center;
    }

    .pcf-responsive-table .pcf-empty-row td:before {
        display: none;
    }

    .pcf-table-card .dataTables_wrapper > .row:first-child,
    .pcf-table-card .dataTables_wrapper > .row:last-child {
        padding-right: 12px;
        padding-left: 12px;
    }

    .pcf-mobile-nav {
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 10020;
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        min-height: 64px;
        padding: 6px max(8px, env(safe-area-inset-right)) max(6px, env(safe-area-inset-bottom)) max(8px, env(safe-area-inset-left));
        background: rgba(255, 255, 255, 0.98);
        border-top: 1px solid var(--pcf-border);
        box-shadow: 0 -8px 24px rgba(40, 104, 176, 0.10);
    }

    .pcf-mobile-nav > a {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 4px;
        min-width: 0;
        color: var(--pcf-muted);
        border-radius: 10px;
        font-size: 10px;
        font-weight: 700;
    }

    .pcf-mobile-nav > a > i,
    .pcf-mobile-nav-icon > i {
        font-size: 18px;
    }

    .pcf-mobile-nav > a.active {
        color: var(--pcf-teal-dark);
        background: var(--pcf-teal-soft);
    }

    .pcf-mobile-nav-icon {
        position: relative;
        display: inline-flex;
    }

    .pcf-auth-page {
        min-height: calc(100vh - 58px);
        padding: 18px 14px;
    }

    .pcf-auth-card {
        min-height: 0;
        border-radius: 18px;
    }

    .pcf-auth-panel {
        min-height: 590px;
        padding: 34px 24px;
    }

    .pcf-auth-heading h2 {
        font-size: 27px;
    }

    .pcf-secure-badge {
        position: static;
        margin-top: 14px;
    }

    .pcf-auth-footer {
        min-height: 58px;
        padding: 0 14px;
        text-align: center;
    }

    .pcf-register-header {
        align-items: flex-start;
        flex-wrap: wrap;
        padding: 15px 20px;
    }

    .pcf-register-header img {
        width: 130px;
        height: 58px;
        padding-right: 14px;
    }

    .pcf-register-header h1 {
        font-size: 18px;
    }

    .pcf-register-header .pcf-signin-link {
        width: 100%;
        margin-left: 0;
    }

    .pcf-register-body {
        display: block;
    }

    .pcf-register-steps {
        display: none;
    }

    .pcf-register-panel {
        padding: 24px 20px;
    }

    .pcf-register-grid {
        grid-template-columns: 1fr;
    }

    .pcf-register-grid .pcf-span-2 {
        grid-column: auto;
    }

    .pcf-standalone {
        padding: 14px;
    }

    .pcf-standalone-header {
        align-items: flex-start;
        flex-direction: column;
    }

    .pcf-document-card iframe,
    .pcf-standalone-document iframe {
        min-height: 480px;
    }

    .pcf-state-card {
        padding: 28px 20px;
    }
}

.pcf-chat-card {
    max-width: 920px;
}

.pcf-chat-thread {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-bottom: 24px;
}

.pcf-chat-message {
    width: 76%;
    max-width: 680px;
    padding: 14px 16px;
    border: 1px solid #dfe5ec;
    border-radius: 12px;
    background: #f7f9fb;
}

.pcf-chat-message-applicant {
    align-self: flex-end;
    border-color: #c8e6d4;
    background: #eaf7ef;
}

.pcf-chat-message-officer {
    align-self: flex-start;
}

.pcf-chat-message-unread {
    border-color: #80b8df;
    border-left: 4px solid var(--pcf-teal);
    background: #eef7fd;
}

.pcf-new-message-label {
    display: inline-block;
    margin-left: 5px;
    padding: 2px 6px;
    color: #fff;
    background: var(--pcf-teal);
    border-radius: 999px;
    font-size: 8px;
    line-height: 1.4;
    text-transform: uppercase;
}

.pcf-chat-meta {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 7px;
    color: #667085;
    font-size: 12px;
}

.pcf-chat-meta strong {
    color: #25364a;
}

.pcf-chat-message p {
    margin: 7px 0 0;
    white-space: pre-wrap;
    overflow-wrap: anywhere;
}

.pcf-chat-claim {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
}

.pcf-chat-general {
    color: #526f86;
}

.pcf-chat-empty {
    padding: 36px 18px;
    color: #667085;
    text-align: center;
}

.pcf-chat-empty i {
    margin-bottom: 10px;
    color: #8aa0b8;
    font-size: 32px;
}

.pcf-chat-compose {
    position: relative;
    padding-top: 20px;
    border-top: 1px solid #e6e9ed;
}

.pcf-chat-compose-anchor {
    position: relative;
    top: -96px;
}

.pcf-chat-compose-general {
    padding: 20px;
    border: 1px solid #cfe1ee;
    border-radius: 12px;
    background: #f7fbfe;
}

.pcf-chat-compose-heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 16px;
}

.pcf-chat-compose-heading h3 {
    margin: 0 0 3px;
    color: var(--pcf-navy);
    font-size: 15px;
    font-weight: 700;
}

.pcf-chat-compose-heading p {
    margin: 0;
    color: var(--pcf-muted);
    font-size: 11px;
}

.pcf-chat-compose-heading > i {
    color: var(--pcf-teal);
}

@media (max-width: 767px) {
    .pcf-chat-message {
        width: 94%;
    }

    .pcf-chat-meta {
        align-items: flex-start;
        flex-direction: column;
        gap: 3px;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *:before,
    *:after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
    }
}
