.ipg-portal,
.ipg-portal * {
box-sizing: border-box;
}
.ipg-portal {
--ipg-ink: #17324a;
--ipg-muted: #5f7080;
--ipg-border: #d8e2e8;
--ipg-soft: #f3f7f9;
max-width: 1240px;
margin: 0 auto;
color: var(--ipg-ink);
font-size: 16px;
line-height: 1.55;
}
.ipg-portal a {
text-decoration: none;
}
.ipg-portal a:focus-visible,
.ipg-portal button:focus-visible,
.ipg-portal input:focus-visible,
.ipg-portal select:focus-visible {
outline: 3px solid color-mix(in srgb, var(--ipg-accent), white 25%);
outline-offset: 3px;
}
.ipg-hero {
display: grid;
grid-template-columns: minmax(0, 1fr) 230px;
gap: 36px;
align-items: center;
padding: clamp(30px, 5vw, 64px);
border-radius: 18px;
background: linear-gradient(125deg, var(--ipg-primary), color-mix(in srgb, var(--ipg-primary), #071d2b 34%));
color: #fff;
box-shadow: 0 14px 34px rgba(17, 47, 65, .18);
}
.ipg-eyebrow {
margin: 0 0 8px;
font-size: 12px;
font-weight: 800;
letter-spacing: .12em;
text-transform: uppercase;
color: var(--ipg-accent);
}
.ipg-hero h1,
.ipg-section-header h1 {
margin: 0;
font-size: clamp(30px, 5vw, 50px);
line-height: 1.08;
}
.ipg-hero__content > p:last-child {
max-width: 760px;
margin: 18px 0 0;
font-size: 18px;
color: rgba(255, 255, 255, .88);
}
.ipg-hero__summary {
display: grid;
grid-template-columns: auto 1fr;
gap: 4px 12px;
align-items: baseline;
padding: 22px;
border: 1px solid rgba(255, 255, 255, .2);
border-radius: 14px;
background: rgba(255, 255, 255, .1);
backdrop-filter: blur(6px);
}
.ipg-hero__summary strong {
font-size: 29px;
color: #fff;
}
.ipg-hero__summary span {
font-size: 13px;
color: rgba(255, 255, 255, .82);
}
.ipg-area-index {
display: flex;
gap: 8px;
overflow-x: auto;
margin: 24px 0 10px;
padding: 4px 2px 10px;
scrollbar-width: thin;
}
.ipg-area-index a {
flex: 0 0 auto;
padding: 9px 13px;
border: 1px solid var(--ipg-border);
border-radius: 999px;
background: #fff;
color: var(--ipg-primary);
font-size: 13px;
font-weight: 700;
}
.ipg-area-index a:hover {
border-color: var(--ipg-primary);
background: var(--ipg-soft);
}
.ipg-area {
padding: 38px 0 10px;
scroll-margin-top: 24px;
}
.ipg-area__heading {
display: flex;
align-items: center;
gap: 12px;
margin-bottom: 18px;
padding-bottom: 12px;
border-bottom: 2px solid var(--ipg-border);
}
.ipg-area__heading::after {
content: "";
width: 72px;
height: 2px;
margin: 50px 0 -14px -84px;
background: var(--ipg-accent);
}
.ipg-area__heading h2 {
margin: 0;
font-size: clamp(22px, 3vw, 28px);
color: var(--ipg-ink);
}
.ipg-area__icon,
.ipg-card__icon {
display: inline-grid;
place-items: center;
flex: 0 0 auto;
color: var(--ipg-primary);
}
.ipg-area__icon {
width: 42px;
height: 42px;
border-radius: 11px;
background: color-mix(in srgb, var(--ipg-primary), white 89%);
}
.ipg-card-grid {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 16px;
}
.ipg-card {
position: relative;
display: grid;
grid-template-columns: 42px minmax(0, 1fr) auto;
gap: 13px;
min-height: 156px;
padding: 20px;
border: 1px solid var(--ipg-border);
border-radius: 13px;
background: #fff;
color: var(--ipg-ink);
box-shadow: 0 5px 18px rgba(17, 47, 65, .06);
transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.ipg-card:hover {
transform: translateY(-3px);
border-color: color-mix(in srgb, var(--ipg-primary), white 35%);
box-shadow: 0 12px 28px rgba(17, 47, 65, .13);
}
.ipg-card__icon {
width: 42px;
height: 42px;
border-radius: 10px;
background: var(--ipg-soft);
}
.ipg-card__body {
display: block;
}
.ipg-card__body strong {
display: block;
margin-bottom: 7px;
font-size: 16px;
line-height: 1.3;
color: var(--ipg-ink);
}
.ipg-card__body > span {
display: block;
font-size: 13px;
line-height: 1.45;
color: var(--ipg-muted);
}
.ipg-card__meta {
position: absolute;
left: 75px;
bottom: 16px;
font-size: 11px;
font-weight: 800;
letter-spacing: .03em;
text-transform: uppercase;
color: var(--ipg-primary);
}
.ipg-card__arrow {
align-self: center;
font-size: 21px;
color: var(--ipg-accent);
}
.ipg-breadcrumbs {
display: flex;
flex-wrap: wrap;
gap: 8px;
margin: 0 0 22px;
font-size: 14px;
color: var(--ipg-muted);
}
.ipg-breadcrumbs a {
color: var(--ipg-primary);
font-weight: 700;
}
.ipg-section-header {
padding: clamp(25px, 4vw, 44px);
border-left: 5px solid var(--ipg-accent);
border-radius: 0 15px 15px 0;
background: linear-gradient(120deg, var(--ipg-soft), #fff);
}
.ipg-section-header h1 {
font-size: clamp(28px, 4vw, 42px);
color: var(--ipg-primary);
}
.ipg-section-description {
max-width: 840px;
margin-top: 12px;
color: var(--ipg-muted);
}
.ipg-section-description p:last-child {
margin-bottom: 0;
}
.ipg-filters {
display: grid;
grid-template-columns: minmax(240px, 2fr) repeat(3, minmax(130px, 1fr)) auto;
gap: 14px;
align-items: end;
margin: 24px 0 16px;
padding: 20px;
border: 1px solid var(--ipg-border);
border-radius: 13px;
background: #fff;
}
.ipg-filter-field label {
display: block;
margin-bottom: 5px;
font-size: 12px;
font-weight: 800;
text-transform: uppercase;
color: var(--ipg-muted);
}
.ipg-filter-field input,
.ipg-filter-field select {
width: 100%;
height: 43px;
margin: 0;
padding: 7px 10px;
border: 1px solid #b9c8d2;
border-radius: 7px;
background: #fff;
color: var(--ipg-ink);
font: inherit;
}
.ipg-filter-actions {
display: flex;
gap: 7px;
}
.ipg-button {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 43px;
padding: 9px 14px;
border: 1px solid transparent;
border-radius: 7px;
cursor: pointer;
font: inherit;
font-size: 14px;
font-weight: 800;
}
.ipg-button--primary {
background: var(--ipg-primary);
color: #fff;
}
.ipg-button--ghost {
border-color: var(--ipg-border);
background: #fff;
color: var(--ipg-primary);
}
.ipg-result-toolbar {
display: flex;
align-items: center;
justify-content: space-between;
gap: 16px;
margin: 14px 0;
}
.ipg-result-toolbar p {
margin: 0;
color: var(--ipg-muted);
}
.ipg-export-buttons {
display: flex;
flex-wrap: wrap;
gap: 6px;
}
.ipg-export-buttons a {
padding: 7px 10px;
border: 1px solid var(--ipg-border);
border-radius: 6px;
background: #fff;
color: var(--ipg-primary);
font-size: 12px;
font-weight: 800;
}
.ipg-table-wrap {
overflow-x: auto;
border: 1px solid var(--ipg-border);
border-radius: 12px;
background: #fff;
}
.ipg-table {
width: 100%;
min-width: 760px;
margin: 0;
border: 0;
border-collapse: collapse;
font-size: 14px;
}
.ipg-table th,
.ipg-table td {
padding: 13px 12px;
border: 0;
border-bottom: 1px solid var(--ipg-border);
text-align: left;
vertical-align: top;
}
.ipg-table th {
background: var(--ipg-primary);
color: #fff;
font-size: 12px;
letter-spacing: .03em;
text-transform: uppercase;
}
.ipg-table tbody tr:nth-child(even) {
background: var(--ipg-soft);
}
.ipg-table tbody tr:last-child td {
border-bottom: 0;
}
.ipg-file-link {
display: inline-flex;
align-items: center;
white-space: nowrap;
color: var(--ipg-primary);
font-weight: 800;
}
.ipg-file-link::before {
content: "↓";
margin-right: 5px;
color: var(--ipg-accent);
}
.ipg-status,
.ipg-demo-badge,
.ipg-pending {
display: inline-flex;
padding: 4px 8px;
border-radius: 999px;
font-size: 11px;
font-weight: 800;
}
.ipg-status {
background: #e6f6ed;
color: #196b3d;
}
.ipg-demo-badge {
margin-top: 4px;
background: #fff4d6;
color: #805b10;
}
.ipg-pending {
background: #eef2f4;
color: #5f7080;
}
.ipg-empty-state {
padding: 34px !important;
text-align: center !important;
color: var(--ipg-muted);
}
.ipg-pagination {
margin: 22px 0;
}
.ipg-pagination .page-numbers {
display: flex;
flex-wrap: wrap;
gap: 6px;
margin: 0;
padding: 0;
list-style: none;
}
.ipg-pagination a,
.ipg-pagination .current {
display: inline-flex;
align-items: center;
justify-content: center;
min-width: 38px;
min-height: 38px;
padding: 6px 10px;
border: 1px solid var(--ipg-border);
border-radius: 6px;
background: #fff;
color: var(--ipg-primary);
}
.ipg-pagination .current {
border-color: var(--ipg-primary);
background: var(--ipg-primary);
color: #fff;
}
@media (max-width: 980px) {
.ipg-card-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.ipg-filters {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.ipg-filter-field--search,
.ipg-filter-actions {
grid-column: 1 / -1;
}
}
@media (max-width: 680px) {
.ipg-hero {
grid-template-columns: 1fr;
padding: 28px 22px;
border-radius: 12px;
}
.ipg-hero__summary {
grid-template-columns: auto 1fr;
}
.ipg-card-grid,
.ipg-filters {
grid-template-columns: 1fr;
}
.ipg-filter-field--search,
.ipg-filter-actions {
grid-column: auto;
}
.ipg-filter-actions,
.ipg-result-toolbar {
align-items: stretch;
flex-direction: column;
}
.ipg-table-wrap {
overflow: visible;
border: 0;
background: transparent;
}
.ipg-table {
display: block;
min-width: 0;
}
.ipg-table thead {
position: absolute;
width: 1px;
height: 1px;
overflow: hidden;
clip: rect(0 0 0 0);
}
.ipg-table tbody,
.ipg-table tr,
.ipg-table td {
display: block;
width: 100%;
}
.ipg-table tr {
margin-bottom: 14px;
border: 1px solid var(--ipg-border);
border-radius: 10px;
background: #fff !important;
overflow: hidden;
}
.ipg-table td {
display: grid;
grid-template-columns: minmax(105px, 34%) 1fr;
gap: 12px;
padding: 11px 13px;
}
.ipg-table td::before {
content: attr(data-label);
font-size: 11px;
font-weight: 800;
text-transform: uppercase;
color: var(--ipg-muted);
}
.ipg-empty-state {
display: block !important;
}
.ipg-empty-state::before {
display: none;
}
}
@media (prefers-reduced-motion: reduce) {
.ipg-card {
transition: none;
}
}