#createShopModal,
#createShopModal .modal-dialog,
#createShopModal .modal-content,
#createShopModal .modal-body {
    overflow: visible !important;
}

.pac-container {
    z-index: 2147483647 !important;
}

body.hide-google-pac .pac-container {
    display: none !important;
}

.gp-sidebar {
    width: 320px;
    overflow: hidden;
    border-right: 1px solid rgba(148, 163, 184, 0.16);
    background:
        radial-gradient(circle at top left, rgba(14, 165, 233, 0.18), transparent 28%),
        radial-gradient(circle at 85% 18%, rgba(99, 102, 241, 0.12), transparent 24%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 250, 252, 0.98));
    box-shadow: 18px 0 48px rgba(15, 23, 42, 0.08);
    backdrop-filter: blur(18px);
}

.gp-sidebar__header {
    display: flex;
    justify-content: flex-end;
    min-height: 40px;
    border-bottom: 1px solid rgba(148, 163, 184, 0.12);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.5));
}

.gp-sidebar__brand {
    gap: 14px;
    margin-bottom: 20px;
}

.gp-sidebar__brand--body {
    padding: 4px 2px 0;
}

.gp-sidebar__brand-icon {
    width: 64px;
    height: 64px;
    flex-shrink: 0;
    border-radius: 18px;
    box-shadow: 0 14px 28px rgba(37, 99, 235, 0.18);
}

.gp-sidebar__brand-copy {
    display: grid;
    gap: 0;
    min-width: 0;
    line-height: 0.92;
}

.gp-sidebar__brand-name {
    display: block;
    font-size: 1.7rem;
    font-weight: 800;
    letter-spacing: -0.02em;
}

.gp-sidebar__brand-name--glass {
    color: #145b8f;
}

.gp-sidebar__brand-name--portal {
    color: #49ad49;
}

.gp-sidebar__body {
    flex: 1 1 auto;
    min-height: 0;
    height: 100%;
    gap: 0;
    overflow: hidden;
    scrollbar-width: none;
    scrollbar-color: transparent transparent;
}

.gp-sidebar__body::-webkit-scrollbar {
    width: 0;
    background: transparent;
}

.gp-sidebar__pinned {
    flex-shrink: 0;
    padding-bottom: 0.5rem;
    background: inherit;
    z-index: 1;
}

.gp-sidebar__nav {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: none;
    scrollbar-color: transparent transparent;
}

.gp-sidebar__nav::-webkit-scrollbar {
    width: 0;
    background: transparent;
}

.gp-sidebar:hover .gp-sidebar__nav,
.gp-sidebar:focus-within .gp-sidebar__nav,
.gp-sidebar:hover .gp-sidebar__body,
.gp-sidebar:focus-within .gp-sidebar__body {
    scrollbar-width: thin;
    scrollbar-color: rgba(100, 116, 139, 0.18) transparent;
}

.gp-sidebar:hover .gp-sidebar__nav::-webkit-scrollbar,
.gp-sidebar:focus-within .gp-sidebar__nav::-webkit-scrollbar,
.gp-sidebar:hover .gp-sidebar__body::-webkit-scrollbar,
.gp-sidebar:focus-within .gp-sidebar__body::-webkit-scrollbar {
    width: 4px;
}

.gp-sidebar__nav::-webkit-scrollbar-track,
.gp-sidebar__body::-webkit-scrollbar-track {
    background: transparent;
}

.gp-sidebar__nav::-webkit-scrollbar-thumb,
.gp-sidebar__body::-webkit-scrollbar-thumb {
    background: transparent;
    border-radius: 999px;
    border: 1px solid transparent;
    background-clip: content-box;
}

.gp-sidebar:hover .gp-sidebar__nav::-webkit-scrollbar-thumb,
.gp-sidebar:focus-within .gp-sidebar__nav::-webkit-scrollbar-thumb,
.gp-sidebar:hover .gp-sidebar__body::-webkit-scrollbar-thumb,
.gp-sidebar:focus-within .gp-sidebar__body::-webkit-scrollbar-thumb {
    background: rgba(100, 116, 139, 0.18);
    background-clip: content-box;
}

.gp-sidebar__nav::-webkit-scrollbar-thumb:hover,
.gp-sidebar__body::-webkit-scrollbar-thumb:hover {
    background: rgba(100, 116, 139, 0.26);
    background-clip: content-box;
}

.gp-app-topbar {
    position: sticky;
    top: 0;
    z-index: 1030;
    padding: 0.85rem 0;
    border-bottom: 1px solid rgba(148, 163, 184, 0.14);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(248, 250, 252, 0.9));
    backdrop-filter: blur(18px);
}

.gp-app-topbar__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.gp-app-topbar__left,
.gp-app-topbar__actions {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.gp-app-topbar__left {
    min-width: 0;
}

.gp-app-topbar__actions {
    margin-left: auto;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.gp-app-topbar__brand {
    color: #0f172a;
    text-decoration: none;
    font-size: 1rem;
    letter-spacing: -0.02em;
}

.gp-sidebar__section-title,
.gp-sidebar-account__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.gp-sidebar__label {
    color: #64748b;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.gp-sidebar__search-icon {
    color: #64748b;
}

.gp-sidebar__search-input {
    min-height: 52px;
    border: 1px solid rgba(148, 163, 184, 0.18);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.82);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.gp-sidebar__search-input:focus {
    border-color: rgba(14, 165, 233, 0.38);
    box-shadow: 0 0 0 0.2rem rgba(14, 165, 233, 0.1);
}

.gp-sidebar__search-row {
    display: flex;
    align-items: center;
    gap: 0.65rem;
}

.gp-sidebar__search-button {
    width: 48px;
    height: 48px;
    border-radius: 16px;
    flex-shrink: 0;
}

.gp-sidebar__search-button i {
    font-size: 0.95rem;
}

.gp-app-topbar__language-form {
    margin: 0;
}

.gp-app-topbar__language-inline {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.2rem 0;
}

.gp-app-topbar__language-link {
    border: 0;
    background: transparent;
    padding: 0;
    color: #94a3b8;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    transition: color 0.2s ease;
}

.gp-app-topbar__language-link:hover {
    color: #0f766e;
}

.gp-app-topbar__language-link:focus-visible {
    outline: 0;
    color: #0f766e;
    text-decoration: underline;
    text-underline-offset: 0.18rem;
}

.gp-app-topbar__language-link.is-active {
    color: #0f172a;
}

.gp-app-topbar__language-divider {
    color: #cbd5e1;
    font-size: 0.82rem;
    font-weight: 700;
}

.gp-app-topbar__user-toggle {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    border: 0;
    background: transparent;
    padding: 0;
    color: #0f172a;
}

.gp-app-topbar__user-avatar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.1rem;
    height: 2.1rem;
    border-radius: 999px;
    background: linear-gradient(135deg, #0f766e, #0ea5a4);
    color: #fff;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    box-shadow: 0 10px 18px rgba(13, 148, 136, 0.2);
}

.gp-app-topbar__user-name {
    font-size: 0.9rem;
    font-weight: 700;
    line-height: 1.2;
    white-space: normal;
    word-break: break-word;
    overflow-wrap: anywhere;
    text-align: left;
}

.gp-app-topbar__user-caret {
    color: #94a3b8;
    font-size: 1rem;
}

.gp-app-topbar__user-menu {
    min-width: 10rem;
    border: 1px solid rgba(148, 163, 184, 0.16);
    border-radius: 16px;
    box-shadow: 0 18px 38px rgba(15, 23, 42, 0.12);
    padding: 0.4rem;
}

.gp-app-topbar__user-menu .dropdown-item {
    border-radius: 10px;
    font-size: 0.92rem;
    font-weight: 600;
    padding: 0.55rem 0.75rem;
}

.gp-sidebar__section {
    padding: 14px;
    border: 1px solid rgba(148, 163, 184, 0.12);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.68);
}

.gp-sidebar__section-title {
    margin-bottom: 12px;
    color: #64748b;
}

.gp-sidebar__link,
.gp-sidebar__sublink {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 12px;
    min-height: 46px;
    border-radius: 16px;
    color: #0f172a;
    font-weight: 600;
    transition: transform 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
}

.gp-sidebar__link {
    justify-content: flex-start;
}

.gp-sidebar__link i,
.gp-sidebar__sublink i,
.gp-sidebar__subheading i {
    width: 22px;
    color: #64748b;
    text-align: center;
    flex-shrink: 0;
}

.gp-sidebar__link span,
.gp-sidebar__sublink span,
.gp-sidebar__subheading span {
    min-width: 0;
}

.gp-sidebar__link > span:not(.gp-sidebar__badge),
.gp-sidebar__sublink > span {
    white-space: nowrap;
}

.gp-sidebar__link:hover,
.gp-sidebar__sublink:hover {
    transform: translateY(-1px);
    background: rgba(255, 255, 255, 0.9);
    color: #0f172a;
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.06);
}

.gp-sidebar__link.active,
.gp-sidebar__sublink.active {
    background: linear-gradient(135deg, rgba(224, 242, 254, 0.92), rgba(255, 255, 255, 0.98));
    color: #0369a1;
    box-shadow: 0 14px 26px rgba(14, 165, 233, 0.12);
}

.gp-sidebar__link.active i,
.gp-sidebar__sublink.active i {
    color: #0284c7;
}

.gp-sidebar__badge {
    margin-left: auto;
    flex-shrink: 0;
    padding: 4px 8px;
    border-radius: 999px;
    background: rgba(16, 185, 129, 0.12);
    color: #047857;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    white-space: nowrap;
}

.gp-sidebar__subsection {
    padding: 12px;
    border-radius: 20px;
    background: rgba(248, 250, 252, 0.74);
}

.gp-sidebar__subheading {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 0;
    padding: 0 10px;
    color: #0f172a;
    font-weight: 700;
}

.gp-sidebar__toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    margin-left: auto;
    border: 0;
    border-radius: 10px;
    background: transparent;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.gp-sidebar__toggle:hover {
    background: rgba(226, 232, 240, 0.65);
}

.gp-sidebar__toggle:focus-visible {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(14, 165, 233, 0.18);
}

.gp-sidebar__toggle[aria-expanded="true"] .gp-sidebar__caret {
    transform: rotate(180deg);
}

.gp-sidebar__caret {
    color: #94a3b8;
    font-size: 1rem;
    transition: transform 0.2s ease, color 0.2s ease;
}

.gp-sidebar__submenu {
    margin-top: 8px;
}

.gp-sidebar__sublink {
    padding-left: 10px;
    color: #334155;
}

.gp-sidebar__sublink.is-disabled {
    color: #94a3b8;
    opacity: 1;
}

.gp-sidebar__footer {
    border-top: 1px solid rgba(148, 163, 184, 0.14);
}

.gp-sidebar-account {
    padding: 18px;
    border: 1px solid rgba(148, 163, 184, 0.14);
    border-radius: 24px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 250, 252, 0.96)),
        linear-gradient(140deg, rgba(99, 102, 241, 0.08), transparent 55%);
    box-shadow: 0 16px 36px rgba(15, 23, 42, 0.06);
}

.gp-sidebar-account__eyebrow {
    margin-bottom: 10px;
    color: #64748b;
}

.gp-sidebar-account__name {
    margin-bottom: 14px;
    color: #0f172a;
    font-size: 0.98rem;
    font-weight: 700;
    line-height: 1.4;
    overflow-wrap: anywhere;
}

.gp-sidebar-account__button {
    min-height: 42px;
    border-radius: 14px;
    font-weight: 700;
}

.gp-sidebar-search-modal {
    border: 0;
    border-radius: 28px;
    overflow: hidden;
}

.gp-sidebar-search-modal__eyebrow {
    margin-bottom: 0.3rem;
    color: #0f766e;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.gp-sidebar-search-modal__state {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.85rem;
    min-height: 160px;
    font-size: 0.98rem;
}

.gp-dashboard-actions {
    background:
        radial-gradient(circle at top right, rgba(14, 165, 233, 0.12), transparent 36%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.96));
}

.gp-dashboard-actions__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
}

.gp-dashboard-actions__eyebrow {
    margin-bottom: 0.35rem;
    color: #0f766e;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.gp-dashboard-actions__copy {
    max-width: 24rem;
    color: #64748b;
    font-size: 0.95rem;
    line-height: 1.5;
}

.gp-dashboard-actions__badge {
    display: inline-flex;
    align-items: center;
    min-height: 2rem;
    padding: 0.4rem 0.75rem;
    border-radius: 999px;
    background: rgba(15, 118, 110, 0.1);
    color: #0f766e;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.gp-dashboard-actions__grid {
    display: grid;
    gap: 0.9rem;
}

.gp-dashboard-action {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 1rem;
    padding: 1rem 1.05rem;
    border: 1px solid rgba(148, 163, 184, 0.16);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.86);
    text-decoration: none;
    transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}

.gp-dashboard-action:hover {
    transform: translateY(-2px);
    border-color: rgba(14, 165, 233, 0.26);
    background: #fff;
    box-shadow: 0 18px 34px rgba(15, 23, 42, 0.08);
}

.gp-dashboard-action__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(14, 165, 233, 0.14), rgba(20, 184, 166, 0.16));
    color: #0369a1;
    font-size: 1.4rem;
    flex-shrink: 0;
}

.gp-dashboard-action__content {
    display: grid;
    gap: 0.2rem;
    min-width: 0;
}

.gp-dashboard-action__title {
    color: #0f172a;
    font-size: 0.98rem;
    font-weight: 800;
    line-height: 1.25;
}

.gp-dashboard-action__description {
    color: #64748b;
    font-size: 0.88rem;
    line-height: 1.45;
}

.gp-dashboard-action__arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 999px;
    background: rgba(226, 232, 240, 0.64);
    color: #475569;
    font-size: 1.2rem;
    transition: transform 0.18s ease, background-color 0.18s ease, color 0.18s ease;
}

.gp-dashboard-action:hover .gp-dashboard-action__arrow {
    transform: translateX(2px);
    background: rgba(14, 165, 233, 0.12);
    color: #0284c7;
}

.gp-section-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.gp-section-nav__link {
    display: inline-flex;
    align-items: center;
    min-height: 2.75rem;
    padding: 0.7rem 1rem;
    border: 1px solid rgba(148, 163, 184, 0.16);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.82);
    color: #475569;
    font-size: 0.92rem;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease, color 0.18s ease;
}

.gp-section-nav__link:hover {
    transform: translateY(-1px);
    border-color: rgba(14, 165, 233, 0.22);
    background: #fff;
    color: #0f172a;
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.06);
}

.gp-section-nav__link.is-active {
    border-color: rgba(14, 165, 233, 0.22);
    background: linear-gradient(135deg, rgba(224, 242, 254, 0.92), rgba(255, 255, 255, 0.98));
    color: #0369a1;
    box-shadow: 0 14px 26px rgba(14, 165, 233, 0.12);
}

.gp-claim-intro {
    border: 1px solid rgba(148, 163, 184, 0.18);
    border-radius: 24px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.98)),
        linear-gradient(120deg, rgba(14, 165, 233, 0.06), transparent 45%);
    color: #0f172a;
    padding: 22px 24px;
    box-shadow: 0 14px 36px rgba(15, 23, 42, 0.06);
}

.gp-claim-intro__eyebrow,
.gp-workflow-sidebar__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.gp-claim-intro__eyebrow {
    color: #0f766e;
}

.gp-claim-intro__meta {
    display: grid;
    grid-template-columns: repeat(2, minmax(170px, 1fr));
    gap: 12px;
    width: min(100%, 420px);
}

.gp-claim-intro__meta-item {
    background: #ffffff;
    border: 1px solid rgba(148, 163, 184, 0.16);
    border-radius: 18px;
    padding: 12px 14px;
}

.gp-claim-intro__meta-label,
.gp-workflow-summary__label {
    display: block;
    margin-bottom: 4px;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.gp-claim-intro__meta-label {
    color: #64748b;
}

.gp-workflow-sidebar {
    position: sticky;
    top: 104px;
}

.gp-workflow-sidebar--static {
    position: static;
    top: auto;
}

.gp-workflow-sidebar__panel {
    border: 1px solid rgba(148, 163, 184, 0.2);
    border-radius: 28px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.98)),
        linear-gradient(160deg, rgba(56, 189, 248, 0.08), transparent 30%);
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.08);
    padding: 28px;
}

.gp-workflow-sidebar__panel h2 {
    font-size: 2rem;
    line-height: 1.05;
}

.gp-workflow-sidebar__panel p {
    font-size: 1.02rem;
    line-height: 1.6;
}

.gp-workflow-sidebar__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
}

.gp-workflow-sidebar__intro {
    flex: 1 1 220px;
    min-width: 0;
}

.gp-workflow-sidebar__eyebrow {
    color: #0f766e;
}

.gp-progress-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 14px;
    border-radius: 999px;
    background: #dbeafe;
    color: #1d4ed8;
    font-size: 0.94rem;
    font-weight: 700;
    white-space: normal;
    text-align: center;
    max-width: 100%;
    flex: 0 1 220px;
    overflow-wrap: anywhere;
}

.gp-workflow-summary {
    display: grid;
    gap: 12px;
}

.gp-workflow-summary__item {
    border: 1px solid rgba(148, 163, 184, 0.18);
    border-radius: 18px;
    background: #fff;
    padding: 16px 18px;
}

.gp-workflow-step-list {
    display: grid;
    gap: 14px;
}

.gp-workflow-step-list--inline {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.gp-workflow-step {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 16px;
    align-items: center;
    width: 100%;
    padding: 18px 18px;
    border: 1px solid rgba(148, 163, 184, 0.18);
    border-radius: 20px;
    background: #fff;
    text-align: left;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.gp-workflow-step:hover {
    transform: translateY(-1px);
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.08);
}

.gp-workflow-step__number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: #e2e8f0;
    color: #334155;
    font-weight: 800;
    font-size: 1rem;
}

.gp-workflow-step__body {
    display: grid;
    gap: 5px;
    min-width: 0;
    overflow-wrap: anywhere;
}

.gp-workflow-step__body strong {
    font-size: 1rem;
    line-height: 1.25;
}

.gp-workflow-step__body small {
    color: #64748b;
    font-size: 0.92rem;
    line-height: 1.4;
}

.gp-workflow-step__state {
    margin-top: 6px;
    font-size: 0.82rem;
    font-weight: 700;
    color: #64748b;
}

.gp-workflow-step.is-current {
    border-color: rgba(14, 165, 233, 0.36);
    background: linear-gradient(135deg, rgba(224, 242, 254, 0.75), rgba(255, 255, 255, 0.98));
}

.gp-workflow-step.is-current .gp-workflow-step__number {
    background: #0ea5e9;
    color: #fff;
}

.gp-workflow-step.is-current .gp-workflow-step__state {
    color: #0369a1;
}

.gp-workflow-step.is-complete {
    border-color: rgba(16, 185, 129, 0.28);
    background: linear-gradient(135deg, rgba(236, 253, 245, 0.96), rgba(255, 255, 255, 0.98));
}

.gp-workflow-step.is-complete .gp-workflow-step__number {
    background: #10b981;
    color: #fff;
}

.gp-workflow-step.is-complete .gp-workflow-step__state {
    color: #047857;
}

.gp-required-marker {
    color: var(--bs-danger, #dc3545);
    font-weight: 700;
}

.gp-workflow-card {
    border: 1px solid rgba(148, 163, 184, 0.15);
    border-radius: 24px;
    overflow: hidden;
}

.gp-workflow-card .card-header {
    border-bottom: 1px solid rgba(148, 163, 184, 0.12);
    background: linear-gradient(180deg, rgba(248, 250, 252, 0.95), #fff);
    padding: 1rem 1.25rem;
}

.gp-invoice-status-card {
    cursor: pointer;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.gp-invoice-status-card:hover,
.gp-invoice-status-card:focus {
    border-color: rgba(13, 110, 253, 0.45);
    box-shadow: 0 16px 32px rgba(15, 23, 42, 0.08);
    transform: translateY(-2px);
}

.gp-pricing-workflow-card,
.gp-pricing-exceptions {
    border: 1px solid rgba(148, 163, 184, 0.16);
    border-radius: 24px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.98)),
        linear-gradient(120deg, rgba(14, 165, 233, 0.05), transparent 42%);
}

.gp-pricing-exceptions {
    padding: 18px;
}

.gp-pricing-exceptions__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
}

.gp-pricing-metric {
    height: 100%;
    border: 1px solid rgba(148, 163, 184, 0.16);
    border-radius: 18px;
    background: #fff;
    padding: 16px 18px;
}

.gp-login-page {
    min-height: 100vh;
    margin: 0;
    background:
        radial-gradient(circle at top left, rgba(14, 165, 233, 0.24), transparent 34%),
        radial-gradient(circle at 82% 18%, rgba(56, 189, 248, 0.18), transparent 26%),
        radial-gradient(circle at bottom right, rgba(15, 118, 110, 0.2), transparent 32%),
        linear-gradient(145deg, #f7fbff 0%, #eef7fb 48%, #edfdf9 100%);
}

.gp-login-shell {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 32px 20px;
}

.gp-login-card {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(148, 163, 184, 0.18);
    border-radius: 36px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.9));
    box-shadow:
        0 28px 80px rgba(15, 23, 42, 0.12),
        inset 0 1px 0 rgba(255, 255, 255, 0.72);
    backdrop-filter: blur(18px);
}

.gp-login-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 7px;
    background: linear-gradient(90deg, #0ea5e9, #06b6d4 46%, #14b8a6 100%);
}

.gp-login-card__header {
    display: grid;
    gap: 24px;
    margin-bottom: 28px;
}

.gp-login-card__brand {
    display: flex;
    align-items: center;
    gap: 14px;
}

.gp-login-card__icon {
    width: 72px;
    height: 72px;
    flex-shrink: 0;
    object-fit: contain;
    filter: drop-shadow(0 14px 24px rgba(37, 99, 235, 0.18));
}

.gp-login-card__brand-copy {
    display: grid;
    gap: 0;
    line-height: 0.92;
}

.gp-login-card__brand-name {
    display: block;
    font-size: 1.95rem;
    font-weight: 800;
    letter-spacing: -0.03em;
}

.gp-login-card__brand-name--glass {
    color: #145b8f;
}

.gp-login-card__brand-name--portal {
    color: #49ad49;
}

.gp-login-card__intro {
    display: grid;
    gap: 10px;
}

.gp-login-card__title {
    margin: 0;
    color: #0f172a;
    font-size: clamp(2rem, 3.4vw, 2.6rem);
    line-height: 1;
    letter-spacing: -0.04em;
}

.gp-login-card__lead {
    margin: 0;
    color: #475569;
    font-size: 1rem;
    line-height: 1.65;
}

.gp-login-card__signals {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.gp-login-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(14, 165, 233, 0.08);
    border: 1px solid rgba(14, 165, 233, 0.14);
    color: #0f172a;
    font-size: 0.82rem;
    font-weight: 700;
}

.gp-login-panel {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.gp-login-card {
    width: 100%;
    max-width: 520px;
    padding: 40px;
}

.gp-login-card .form-label {
    color: #0f172a;
    font-weight: 700;
}

.gp-login-card .form-control {
    min-height: 52px;
    border-color: rgba(148, 163, 184, 0.28);
    border-radius: 16px;
    background: rgba(248, 250, 252, 0.92);
    box-shadow: none;
}

.gp-login-card .form-select {
    min-height: 52px;
    border-color: rgba(148, 163, 184, 0.28);
    border-radius: 16px;
    background-color: rgba(248, 250, 252, 0.92);
    box-shadow: none;
}

.gp-login-card .form-control:focus {
    border-color: rgba(14, 165, 233, 0.5);
    background: #fff;
    box-shadow: 0 0 0 0.2rem rgba(14, 165, 233, 0.12);
}

.gp-password-field {
    position: relative;
}

.gp-password-field__input {
    padding-right: 3.5rem;
}

.gp-password-field__input::-ms-reveal,
.gp-password-field__input::-ms-clear {
    display: none;
}

.gp-password-field__input::-webkit-credentials-auto-fill-button {
    visibility: hidden;
    display: none !important;
    pointer-events: none;
}

.gp-password-field__toggle {
    position: absolute;
    top: 50%;
    right: 0.85rem;
    transform: translateY(-50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    height: 2.25rem;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: #64748b;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.gp-password-field__toggle:hover,
.gp-password-field__toggle:focus-visible {
    background: rgba(14, 165, 233, 0.1);
    color: #0369a1;
    outline: none;
}

.gp-password-field__toggle i {
    font-size: 1.2rem;
}

.gp-account-manage-panel {
    gap: 1rem;
}

.gp-account-manage-nav .nav-link {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    border-radius: 1rem;
    padding: 0.9rem 1rem;
    color: #33506b;
    font-weight: 600;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(85, 134, 183, 0.12);
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, background-color 0.18s ease;
}

.gp-account-manage-nav .nav-link:hover,
.gp-account-manage-nav .nav-link:focus-visible {
    color: #163b65;
    border-color: rgba(54, 118, 184, 0.28);
    background: rgba(245, 250, 255, 0.96);
    box-shadow: 0 16px 32px rgba(24, 51, 84, 0.08);
    transform: translateY(-1px);
}

.gp-account-manage-nav .nav-link.active {
    color: #0f3f74;
    background: linear-gradient(135deg, rgba(225, 241, 255, 0.98), rgba(234, 250, 246, 0.96));
    border-color: rgba(28, 107, 179, 0.26);
    box-shadow: 0 20px 40px rgba(20, 61, 97, 0.12);
}

.gp-login-card .form-select:focus {
    border-color: rgba(14, 165, 233, 0.5);
    background-color: #fff;
    box-shadow: 0 0 0 0.2rem rgba(14, 165, 233, 0.12);
}

.gp-login-card .form-check-input {
    border-color: rgba(148, 163, 184, 0.4);
}

.gp-login-card .btn-primary {
    min-height: 54px;
    border: 0;
    border-radius: 18px;
    background: linear-gradient(135deg, #2563eb, #4f46e5 52%, #6366f1);
    box-shadow: 0 18px 34px rgba(79, 70, 229, 0.24);
    font-weight: 700;
}

.gp-login-card .btn-primary:hover,
.gp-login-card .btn-primary:focus {
    background: linear-gradient(135deg, #1d4ed8, #4338ca 52%, #4f46e5);
}

.gp-login-link {
    color: #0f766e;
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: none;
}

.gp-login-link:hover {
    color: #115e59;
}

.gp-access-denied {
    display: flex;
    align-items: center;
    min-height: clamp(520px, 68vh, 760px);
}

.gp-access-denied__panel {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 360px);
    gap: 1rem;
    width: 100%;
    border: 1px solid rgba(148, 163, 184, 0.16);
    border-radius: 8px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.98)),
        linear-gradient(135deg, rgba(14, 165, 233, 0.06), rgba(20, 184, 166, 0.05));
    box-shadow: 0 24px 70px rgba(15, 23, 42, 0.08);
    overflow: hidden;
}

.gp-access-denied__main,
.gp-access-denied__aside {
    padding: clamp(1.5rem, 4vw, 3rem);
}

.gp-access-denied__main {
    display: grid;
    align-content: center;
    gap: 1.35rem;
}

.gp-access-denied__badge,
.gp-access-denied__aside-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.gp-access-denied__badge {
    width: 72px;
    height: 72px;
    border-radius: 8px;
    color: #0f766e;
    background: rgba(20, 184, 166, 0.12);
    border: 1px solid rgba(20, 184, 166, 0.18);
}

.gp-access-denied__badge i {
    font-size: 2.45rem;
}

.gp-access-denied__copy {
    max-width: 660px;
}

.gp-access-denied__eyebrow {
    margin-bottom: 0.75rem;
    color: #0f766e;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.gp-access-denied__copy h1 {
    margin: 0 0 0.75rem;
    color: #0f172a;
    font-size: clamp(2.15rem, 5vw, 3.75rem);
    line-height: 1;
}

.gp-access-denied__copy p,
.gp-access-denied__aside p {
    margin: 0;
    color: #475569;
    line-height: 1.65;
}

.gp-access-denied__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
}

.gp-access-denied__actions .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    min-height: 48px;
    border-radius: 8px;
    font-weight: 700;
}

.gp-access-denied__actions .btn i {
    font-size: 1.2rem;
}

.gp-access-denied__aside {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    border-left: 1px solid rgba(148, 163, 184, 0.16);
    background: rgba(241, 245, 249, 0.64);
}

.gp-access-denied__aside-icon {
    width: 44px;
    height: 44px;
    border-radius: 8px;
    color: #2563eb;
    background: rgba(37, 99, 235, 0.1);
}

.gp-access-denied__aside-icon i {
    font-size: 1.5rem;
}

.gp-access-denied__aside h2 {
    margin: 0 0 0.5rem;
    color: #0f172a;
    font-size: 1.1rem;
}

.gp-session-timeout-open {
    overflow: hidden;
}

.gp-session-timeout {
    position: fixed;
    inset: 0;
    z-index: 2200;
}

.gp-session-timeout__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, 0.54);
    backdrop-filter: blur(6px);
}

.gp-session-timeout__dialog {
    position: relative;
    z-index: 1;
    width: min(100% - 32px, 460px);
    margin: min(12vh, 84px) auto 0;
    padding: 28px 28px 24px;
    border: 1px solid rgba(248, 113, 113, 0.2);
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 28px 70px rgba(15, 23, 42, 0.24);
}

.gp-session-timeout__eyebrow {
    display: inline-flex;
    align-items: center;
    margin-bottom: 16px;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(239, 68, 68, 0.1);
    color: #b91c1c;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.gp-session-timeout__title {
    margin: 0 0 12px;
    color: #0f172a;
    font-size: 1.7rem;
    line-height: 1.1;
}

.gp-session-timeout__description {
    margin: 0;
    color: #475569;
    line-height: 1.65;
}

.gp-session-timeout__countdown-row {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 22px;
    padding: 14px 16px;
    border-radius: 18px;
    background: rgba(254, 242, 242, 0.9);
    border: 1px solid rgba(248, 113, 113, 0.22);
}

.gp-session-timeout__attention {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    padding: 4px 10px;
    border-radius: 999px;
    background: #dc2626;
    color: #fff;
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    white-space: nowrap;
}

.gp-session-timeout__countdown {
    color: #991b1b;
    font-weight: 700;
    line-height: 1.45;
}

.gp-session-timeout__actions {
    margin-top: 22px;
    display: flex;
    justify-content: center;
}

.gp-session-timeout__actions .btn {
    min-width: 170px;
}

.gp-notice-stack {
    position: fixed;
    top: 24px;
    right: 24px;
    z-index: 2000;
    display: grid;
    gap: 12px;
    width: min(380px, calc(100vw - 32px));
}

.gp-notice {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 12px;
    align-items: start;
    padding: 16px 18px;
    border-radius: 18px;
    border: 1px solid rgba(148, 163, 184, 0.18);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.14);
    backdrop-filter: blur(14px);
}

.gp-notice--success {
    border-color: rgba(16, 185, 129, 0.22);
}

.gp-notice--error {
    border-color: rgba(239, 68, 68, 0.22);
}

.gp-notice--warning {
    border-color: rgba(245, 158, 11, 0.24);
}

.gp-notice--info {
    border-color: rgba(14, 165, 233, 0.24);
}

.gp-notice__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 999px;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1;
    flex-shrink: 0;
}

.gp-notice--success .gp-notice__icon {
    background: rgba(16, 185, 129, 0.14);
    color: #059669;
}

.gp-notice--error .gp-notice__icon {
    background: rgba(239, 68, 68, 0.14);
    color: #dc2626;
}

.gp-notice--warning .gp-notice__icon {
    background: rgba(245, 158, 11, 0.16);
    color: #d97706;
}

.gp-notice--info .gp-notice__icon {
    background: rgba(14, 165, 233, 0.14);
    color: #0284c7;
}

.gp-notice__title {
    display: block;
    margin-bottom: 4px;
    font-size: 0.95rem;
    color: #0f172a;
}

.gp-notice__message {
    color: #475569;
    line-height: 1.5;
}

.gp-notice__close {
    border: 0;
    background: transparent;
    color: #64748b;
    font-size: 1.1rem;
    line-height: 1;
}

.gp-autofilled-panel {
    border-color: rgba(14, 165, 233, 0.22) !important;
    background: linear-gradient(180deg, rgba(240, 249, 255, 0.95), rgba(255, 255, 255, 0.98)) !important;
}

.gp-autofilled-input {
    background: rgba(224, 242, 254, 0.55);
    border-color: rgba(14, 165, 233, 0.26);
}

@media (max-width: 991.98px) {
    .gp-sidebar {
        width: min(100%, 320px);
    }

    .gp-app-topbar__inner {
        gap: 0.75rem;
    }

    .gp-app-topbar__actions {
        gap: 0.8rem;
    }

    .gp-app-topbar__user-name {
        font-size: 0.84rem;
    }

    .gp-login-shell {
        padding: 20px;
    }

    .gp-login-card {
        max-width: 100%;
        padding: 30px 24px;
    }

    .gp-session-timeout__dialog {
        width: min(100% - 24px, 460px);
        margin-top: 56px;
        padding: 24px 20px 20px;
    }

    .gp-session-timeout__countdown-row {
        align-items: flex-start;
        flex-direction: column;
    }
}

.gp-pricing-metric__label {
    display: block;
    margin-bottom: 6px;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #64748b;
}

.gp-pricing-metric strong {
    font-size: 1.35rem;
    color: #0f172a;
}

.gp-pricing-manager-modal {
    max-width: min(1500px, calc(100vw - 2rem));
}

.gp-pricing-manager-table-shell {
    width: 100%;
    overflow-x: hidden;
}

.gp-pricing-manager-table {
    width: 100%;
    table-layout: fixed;
    font-size: .8rem;
}

.gp-pricing-manager-table th,
.gp-pricing-manager-table td {
    padding: .55rem .4rem;
    white-space: normal;
    overflow-wrap: anywhere;
    vertical-align: middle;
}

.gp-pricing-manager-table th {
    font-size: .72rem;
    line-height: 1.15;
}

.gp-pricing-manager-table .badge {
    white-space: normal;
    line-height: 1.15;
}

.gp-pricing-manager-table .btn-icon {
    width: 1.85rem;
    height: 1.85rem;
    min-width: 1.85rem;
}

.gp-pricing-col-number {
    width: 3%;
}

.gp-pricing-col-type {
    width: 10%;
}

.gp-pricing-col-part {
    width: 10%;
}

.gp-pricing-col-description {
    width: 18%;
}

.gp-pricing-col-qty {
    width: 5%;
}

.gp-pricing-col-money {
    width: 9%;
}

.gp-pricing-col-validation {
    width: 13%;
}

.gp-pricing-col-actions {
    width: 14%;
}

@media (max-width: 1199.98px) {
    .gp-pricing-manager-modal {
        max-width: calc(100vw - 1rem);
        margin-right: .5rem;
        margin-left: .5rem;
    }

    .gp-pricing-manager-table {
        font-size: .72rem;
    }

    .gp-pricing-manager-table th,
    .gp-pricing-manager-table td {
        padding: .45rem .28rem;
    }

    .gp-pricing-manager-table .btn-icon {
        width: 1.65rem;
        height: 1.65rem;
        min-width: 1.65rem;
    }
}

.gp-contract-page {
    display: grid;
    gap: 1.25rem;
}

.gp-contract-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.gp-contract-stat,
.gp-contract-card {
    border: 1px solid rgba(148, 163, 184, 0.16);
    background: #fff;
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.06);
}

.gp-contract-stat {
    display: grid;
    gap: 0.35rem;
    min-height: 108px;
    align-content: center;
    border-radius: 18px;
    padding: 1.1rem 1.25rem;
}

.gp-contract-stat__label,
.gp-contract-detail span,
.gp-contract-mini-grid span,
.gp-contract-health-list span,
.gp-contract-current-fee span {
    color: #64748b;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.gp-contract-stat strong {
    color: #0f172a;
    font-size: 1.6rem;
    line-height: 1.1;
}

.gp-contract-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(340px, 0.75fr);
    gap: 1.25rem;
    align-items: start;
}

.gp-contract-stack {
    display: grid;
    gap: 1.25rem;
}

.gp-contract-card {
    overflow: hidden;
    border-radius: 20px;
}

.gp-contract-card--accent {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.98)),
        linear-gradient(135deg, rgba(14, 165, 233, 0.08), transparent 42%);
}

.gp-contract-card__header {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    justify-content: space-between;
    min-height: 92px;
    padding: 1.25rem 1.35rem 1rem;
    border-bottom: 1px solid rgba(148, 163, 184, 0.12);
    background: linear-gradient(180deg, rgba(248, 250, 252, 0.92), #fff);
}

.gp-contract-card__header h2 {
    margin: 0;
    color: #0f172a;
    font-size: 1.05rem;
    line-height: 1.25;
}

.gp-contract-card__header p {
    margin: 0.3rem 0 0;
    color: #64748b;
    font-size: 0.92rem;
    line-height: 1.45;
}

.gp-contract-card__header--split {
    flex-wrap: wrap;
}

.gp-contract-card__body {
    padding: 1.35rem;
}

.gp-contract-card__body--flush {
    padding: 0;
}

.gp-contract-detail-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.9rem;
}

.gp-contract-detail {
    display: grid;
    gap: 0.35rem;
    min-height: 84px;
    align-content: start;
    border: 1px solid rgba(148, 163, 184, 0.14);
    border-radius: 14px;
    background: rgba(248, 250, 252, 0.68);
    padding: 0.95rem 1rem;
}

.gp-contract-detail--wide {
    grid-column: 1 / -1;
}

.gp-contract-detail strong {
    min-width: 0;
    color: #0f172a;
    font-size: 0.98rem;
    line-height: 1.45;
    overflow-wrap: anywhere;
}

.gp-contract-subsection {
    margin-top: 1rem;
    border: 1px solid rgba(14, 165, 233, 0.14);
    border-radius: 16px;
    background: rgba(240, 249, 255, 0.55);
    padding: 1rem;
}

.gp-contract-subsection__title {
    margin-bottom: 0.8rem;
    color: #0f172a;
    font-size: 0.95rem;
    font-weight: 800;
}

.gp-contract-mini-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
}

.gp-contract-mini-grid div,
.gp-contract-health-list div {
    display: grid;
    gap: 0.25rem;
}

.gp-contract-mini-grid strong,
.gp-contract-health-list strong {
    color: #0f172a;
    font-size: 1rem;
}

.gp-contract-current-fee {
    display: grid;
    gap: 0.25rem;
    min-width: min(100%, 270px);
    border: 1px solid rgba(148, 163, 184, 0.14);
    border-radius: 14px;
    background: #fff;
    padding: 0.8rem 0.9rem;
}

.gp-contract-current-fee strong {
    color: #0f172a;
    font-size: 0.98rem;
    line-height: 1.4;
}

.gp-contract-current-fee small,
.gp-contract-current-fee em {
    color: #64748b;
    font-size: 0.82rem;
    font-style: normal;
    font-weight: 600;
}

.gp-contract-fee-form {
    display: grid;
    grid-template-columns: minmax(150px, 1fr) minmax(130px, 0.85fr) minmax(130px, 0.85fr) auto;
    gap: 0.9rem;
    align-items: end;
    margin-bottom: 1.1rem;
    padding: 1rem;
    border: 1px solid rgba(148, 163, 184, 0.14);
    border-radius: 16px;
    background: rgba(248, 250, 252, 0.72);
}

.gp-contract-fee-form .btn {
    min-height: 38px;
    white-space: nowrap;
}

.gp-contract-table {
    border: 1px solid rgba(148, 163, 184, 0.14);
    border-radius: 16px;
    overflow: hidden;
}

.gp-contract-table thead {
    background: #f8fafc;
}

.gp-contract-table th,
.gp-contract-table td {
    padding: 0.95rem 1rem;
}

.gp-contract-table th {
    color: #475569;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.gp-contract-health-list,
.gp-contract-list {
    display: grid;
    gap: 0.85rem;
}

.gp-contract-health-list div {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    border-bottom: 1px solid rgba(148, 163, 184, 0.12);
    padding-bottom: 0.85rem;
}

.gp-contract-health-list div:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.gp-contract-list-item {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.9rem;
    align-items: start;
    border: 1px solid rgba(148, 163, 184, 0.14);
    border-radius: 16px;
    background: rgba(248, 250, 252, 0.62);
    padding: 1rem;
}

.gp-contract-list-item div {
    display: grid;
    gap: 0.25rem;
    min-width: 0;
}

.gp-contract-list-item strong {
    color: #0f172a;
}

.gp-contract-list-item span,
.gp-contract-list-item small,
.gp-contract-empty {
    color: #64748b;
}

.gp-contract-list-item small {
    overflow-wrap: anywhere;
}

.gp-contract-empty {
    border: 1px dashed rgba(148, 163, 184, 0.28);
    border-radius: 16px;
    padding: 1rem;
    background: rgba(248, 250, 252, 0.62);
}

@media (max-width: 1199.98px) {
    .gp-workflow-sidebar {
        position: static;
        top: auto;
    }

    .gp-workflow-step-list--inline {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .gp-contract-layout {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 1399.98px) {
    .gp-workflow-sidebar__panel h2 {
        font-size: 1.7rem;
    }

    .gp-progress-pill {
        flex-basis: 180px;
    }
}

@media (max-width: 767.98px) {
    .gp-access-denied {
        align-items: flex-start;
        min-height: auto;
    }

    .gp-access-denied__panel {
        grid-template-columns: 1fr;
    }

    .gp-access-denied__aside {
        border-top: 1px solid rgba(148, 163, 184, 0.16);
        border-left: 0;
    }

    .gp-access-denied__actions .btn {
        width: 100%;
    }

    .gp-dashboard-actions__header {
        flex-direction: column;
        align-items: flex-start;
    }

    .gp-dashboard-action {
        grid-template-columns: auto minmax(0, 1fr);
    }

    .gp-dashboard-action__arrow {
        display: none;
    }

    .gp-app-topbar {
        padding: 0.7rem 0;
    }

    .gp-app-topbar__language-inline,
    .gp-app-topbar__user-toggle {
        gap: 0.45rem;
    }

    .gp-app-topbar__user-name {
        display: none;
    }

    .gp-sidebar__section,
    .gp-sidebar-account {
        border-radius: 22px;
    }

    .gp-claim-intro {
        padding: 18px 18px;
        border-radius: 24px;
    }

    .gp-claim-intro__meta {
        grid-template-columns: 1fr;
    }

    .gp-workflow-sidebar__panel {
        padding: 22px;
        border-radius: 24px;
    }

    .gp-workflow-sidebar__panel h2 {
        font-size: 1.5rem;
    }

    .gp-workflow-step {
        grid-template-columns: 40px minmax(0, 1fr);
        padding: 16px;
    }

    .gp-workflow-step__number {
        width: 40px;
        height: 40px;
    }

    .gp-workflow-step__state {
        margin-top: 4px;
    }

    .gp-workflow-step-list--inline {
        grid-template-columns: 1fr;
    }

    .gp-pricing-exceptions {
        padding: 16px;
    }

    .gp-contract-stats,
    .gp-contract-detail-grid,
    .gp-contract-mini-grid,
    .gp-contract-fee-form {
        grid-template-columns: 1fr;
    }

    .gp-contract-card__header,
    .gp-contract-card__body {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

/*---------LOADING---------*/

#loadingNavigationOverlay {
    position: fixed;
    inset: 0;
    z-index: 999999;
    display: none;
}

    #loadingNavigationOverlay.show {
        display: block;
    }

.loading-nav-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, 0.45);
    backdrop-filter: blur(3px);
}

.loading-nav-modal {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: min(420px, calc(100vw - 2rem));
    background: #fff;
    border-radius: 20px;
    padding: 28px 24px;
    box-shadow: 0 25px 80px rgba(0, 0, 0, 0.22);
    text-align: center;
}

.loading-nav-spinner {
    width: 52px;
    height: 52px;
    margin: 0 auto 16px;
    border-radius: 50%;
    border: 4px solid #e5e7eb;
    border-top-color: #6366f1;
    animation: loading-nav-spin 0.85s linear infinite;
}

.loading-nav-title {
    font-size: 1.35rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 8px;
}

.loading-nav-text {
    font-size: 0.98rem;
    color: #6b7280;
}

body.loading-nav-open {
    overflow: hidden;
}

@keyframes loading-nav-spin {
    to {
        transform: rotate(360deg);
    }
}

/*---------LOADING END---------*/

.gp-max-w-220 {
    max-width: 220px;
}

.gp-progress-thin {
    height: 10px;
}

.gp-z-1045 {
    z-index: 1045;
}

.gp-inline-block {
    display: inline-block;
}

.gp-col-w-70 {
    width: 70px;
}

.gp-col-w-80 {
    width: 80px;
}

.gp-col-w-120 {
    width: 120px;
}

.gp-col-w-180 {
    width: 180px;
}

.gp-approved-summary-card {
    background-color: #ecfdf5;
}

.gp-approval-email-panel {
    background-color: #fff7ed;
    border: 1px solid #fdba74;
}

.gp-breadcrumb-shell {
    padding: 0.9rem 1rem;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 1rem;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(241, 245, 249, 0.92)),
        #ffffff;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
}

.gp-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    align-items: center;
}

.gp-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    content: "/";
    color: #94a3b8;
    padding-right: 0.55rem;
}

.gp-breadcrumb__item {
    display: flex;
    align-items: center;
    font-size: 0.95rem;
}

.gp-breadcrumb__link,
.gp-breadcrumb__current {
    display: inline-flex;
    align-items: center;
    min-height: 2rem;
    border-radius: 999px;
    padding: 0.2rem 0.75rem;
    transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.gp-breadcrumb__link {
    color: #0f4c81;
    font-weight: 600;
    text-decoration: none;
}

.gp-breadcrumb__link:hover,
.gp-breadcrumb__link:focus-visible {
    color: #0b355a;
    background-color: rgba(14, 116, 144, 0.08);
    transform: translateY(-1px);
    text-decoration: none;
}

.gp-breadcrumb__current {
    color: #0f172a;
    font-weight: 700;
    background-color: rgba(15, 23, 42, 0.06);
}

.gp-role-picker {
    border: 1px solid #d8dee9;
    border-radius: 8px;
    background: #fff;
    overflow: hidden;
}

.gp-role-picker__search {
    position: relative;
    padding: 0.75rem;
    border-bottom: 1px solid #e5e7eb;
}

.gp-role-picker__search .bx {
    position: absolute;
    top: 50%;
    left: 1.45rem;
    transform: translateY(-50%);
    color: #64748b;
    pointer-events: none;
}

.gp-role-picker__search .form-control {
    padding-left: 2.25rem;
}

.gp-role-picker__selected {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    min-height: 2.75rem;
    padding: 0.65rem 0.75rem;
    border-bottom: 1px solid #e5e7eb;
    background: #f8fafc;
}

.gp-role-picker__badge {
    display: inline-flex;
    align-items: center;
    max-width: 100%;
    min-height: 1.75rem;
    padding: 0.25rem 0.6rem;
    border-radius: 999px;
    background: #e0f2fe;
    color: #075985;
    font-size: 0.82rem;
    font-weight: 700;
}

.gp-role-picker__list {
    max-height: 320px;
    overflow: auto;
}

.gp-role-picker__group + .gp-role-picker__group {
    border-top: 1px solid #e5e7eb;
}

.gp-role-picker__group-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 2.5rem;
    border: 0;
    padding: 0.55rem 0.75rem;
    background: #f1f5f9;
    color: #0f172a;
    font-weight: 800;
    text-align: left;
}

.gp-role-picker__group-title:hover,
.gp-role-picker__group-title:focus-visible {
    background: #e2e8f0;
}

.gp-role-picker__group-title small {
    color: #64748b;
    font-weight: 700;
}

.gp-role-picker__group-title.is-complete {
    background: #dcfce7;
    color: #14532d;
}

.gp-role-picker__group-title.is-partial {
    background: #fef9c3;
    color: #713f12;
}

.gp-role-picker__option {
    display: grid;
    grid-template-columns: 1.1rem minmax(0, 1fr);
    gap: 0.65rem;
    align-items: start;
    min-height: 3.2rem;
    margin: 0;
    padding: 0.7rem 0.75rem;
    cursor: pointer;
}

.gp-role-picker__option:hover {
    background: #f8fafc;
}

.gp-role-picker__option input {
    margin-top: 0.2rem;
}

.gp-role-picker__option span {
    min-width: 0;
}

.gp-role-picker__option strong,
.gp-role-picker__option small {
    display: block;
    overflow-wrap: anywhere;
}

.gp-role-picker__option strong {
    color: #0f172a;
    font-size: 0.95rem;
}

.gp-role-picker__option small {
    color: #64748b;
    font-size: 0.8rem;
}

.gp-role-picker__empty {
    padding: 1rem;
    color: #64748b;
    text-align: center;
}

@media (max-width: 575.98px) {
    .gp-breadcrumb-shell {
        padding: 0.8rem 0.85rem;
    }

    .gp-breadcrumb__item {
        font-size: 0.9rem;
    }
}
