.guris-ptf {
--ptf-brand: #0E59F2;
--ptf-forecast: #EB6834;
--ptf-error: #64748B;
--ptf-ink: #10192B;
--ptf-ink-2: #4C5670;
--ptf-muted: #8A99B4;
--ptf-surface: #FFFFFF;
--ptf-surface-2: #F5F7FB;
--ptf-border: #E4EAF4;
display: block;
margin: 0 auto;
max-width: 1160px;
color: var(--ptf-ink);
font-family: "Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
line-height: 1.5;
}
.guris-ptf *,
.guris-ptf *::before,
.guris-ptf *::after {
box-sizing: border-box;
}
.guris-ptf [hidden] {
display: none;
} .guris-ptf__figure {
position: relative;
isolation: isolate;
margin: 0 0 20px;
padding: 24px 24px 18px;
background: var(--ptf-surface);
border: 1px solid var(--ptf-border);
border-radius: 16px;
}
.guris-ptf__figcaption {
display: block;
margin-bottom: 16px;
}
.guris-ptf__figtitle {
display: block;
font-size: 19px;
font-weight: 600;
color: var(--ptf-ink);
}
.guris-ptf__figsub {
display: block;
font-size: 14px;
color: var(--ptf-ink-2);
margin-top: 2px;
}
.guris-ptf__legend {
display: flex;
flex-wrap: wrap;
gap: 22px;
list-style: none;
margin: 0 0 14px;
padding: 0;
}
.guris-ptf__legend-item {
display: flex;
align-items: center;
gap: 9px;
font-size: 14px;
color: var(--ptf-ink-2);
}
.guris-ptf__swatch {
width: 26px;
height: 0;
flex: 0 0 auto;
border-top-width: 2px;
border-top-style: solid;
}
.guris-ptf__swatch--actual {
border-top-color: var(--ptf-brand);
}
.guris-ptf__swatch--forecast {
border-top-color: var(--ptf-forecast);
border-top-style: dashed;
}
.guris-ptf__canvas-wrap {
position: relative;
height: 400px;
width: 100%;
}
.guris-ptf__canvas-wrap--error {
height: 128px;
margin-top: 4px;
}
.guris-ptf__panel-label {
display: block;
margin: 22px 0 2px;
padding-left: 72px;
font-size: 13px;
font-weight: 500;
color: var(--ptf-ink-2);
} .guris-ptf__table-wrap {
position: relative;
isolation: isolate;
overflow-x: auto;
border: 1px solid var(--ptf-border);
border-radius: 16px;
background: var(--ptf-surface);
margin-bottom: 26px;
}
.guris-ptf__table {
width: 100%;
border-collapse: collapse;
font-size: 15px;
font-variant-numeric: tabular-nums;
}
.guris-ptf__table-caption {
caption-side: top;
text-align: left;
padding: 20px 22px 14px;
font-size: 15px;
font-weight: 600;
color: var(--ptf-ink);
background: var(--ptf-surface);
}
.guris-ptf__table th,
.guris-ptf__table td {
padding: 11px 22px;
text-align: right;
border-bottom: 1px solid var(--ptf-border);
color: var(--ptf-ink-2);
white-space: nowrap;
}
.guris-ptf__table thead th {
background: var(--ptf-surface-2);
color: var(--ptf-muted);
font-size: 12px;
font-weight: 600;
letter-spacing: 0.04em;
}
.guris-ptf__table thead th:first-child,
.guris-ptf__table th[scope="row"] {
text-align: left;
}
.guris-ptf__table th[scope="row"] {
font-weight: 600;
color: var(--ptf-ink);
}
.guris-ptf__table tbody tr:last-child th,
.guris-ptf__table tbody tr:last-child td {
border-bottom: 0;
}
.guris-ptf__table tbody tr:hover th,
.guris-ptf__table tbody tr:hover td {
background: var(--ptf-surface-2);
}  .guris-ptf .guris-ptf__table {
width: 100%;
margin: 0;
border: 0;
}
.guris-ptf .guris-ptf__table th,
.guris-ptf .guris-ptf__table td {
border: 0;
border-bottom: 1px solid var(--ptf-border);
}
.guris-ptf .guris-ptf__table tbody tr:last-child th,
.guris-ptf .guris-ptf__table tbody tr:last-child td {
border-bottom: 0;
}  .guris-ptf__watermark {
position: absolute;
inset: 0;
z-index: -1;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
overflow: hidden;
pointer-events: none;
user-select: none;
}
.guris-ptf__watermark-mark {
font-size: clamp(64px, 13vw, 168px);
font-weight: 800;
line-height: 0.95;
letter-spacing: 0.01em;
color: rgba(14, 89, 242, 0.07);
}
.guris-ptf__watermark-sub {
margin-top: 6px;
font-size: clamp(13px, 2.4vw, 30px);
font-weight: 600;
letter-spacing: 0.44em;
text-indent: 0.44em;
color: rgba(16, 25, 43, 0.08);
} .guris-ptf__note {
margin: 8px 2px 0;
font-size: 13px;
color: var(--ptf-muted);
}
.guris-ptf--empty {
padding: 40px 24px;
text-align: center;
background: var(--ptf-surface-2);
border: 1px solid var(--ptf-border);
border-radius: 16px;
color: var(--ptf-ink-2);
}
.guris-ptf__admin-error {
margin-top: 10px;
font-size: 13px;
color: #B23B2E;
} .guris-ptf-tooltip {
position: absolute;
z-index: 20;
pointer-events: none;
min-width: 200px;
padding: 12px 14px;
background: #FFFFFF;
border: 1px solid #E4EAF4;
border-radius: 12px;
box-shadow: 0 8px 24px rgba(16, 25, 43, 0.12);
font-family: "Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
font-size: 14px;
color: #10192B;
opacity: 0;
transition: opacity 0.12s ease, transform 0.12s ease;
transform: translateY(2px);
}
.guris-ptf-tooltip[data-visible="true"] {
opacity: 1;
transform: translateY(0);
}
.guris-ptf-tooltip__hour {
font-weight: 600;
margin-bottom: 8px;
}
.guris-ptf-tooltip__row {
display: flex;
align-items: center;
gap: 8px;
margin-top: 4px;
color: #4C5670;
}
.guris-ptf-tooltip__swatch {
width: 10px;
height: 10px;
border-radius: 3px;
flex: 0 0 auto;
}
.guris-ptf-tooltip__value {
margin-left: auto;
font-weight: 600;
color: #10192B;
font-variant-numeric: tabular-nums;
} @media (max-width: 640px) {
.guris-ptf__figure {
padding: 18px 14px 12px;
}
.guris-ptf__canvas-wrap {
height: 300px;
}
.guris-ptf__canvas-wrap--error {
height: 110px;
}
.guris-ptf__panel-label {
padding-left: 0;
margin-top: 16px;
}
.guris-ptf__table th,
.guris-ptf__table td {
padding: 10px 14px;
}
}