
/*** T3SB identifier: t3sbs_footerSticky */

html {
	position:relative;
	min-height:100%
}
#page-footer {
	position:absolute;
	bottom:0;
	width:100%
}



/*** T3SB identifier: t3sbsCSSassets_11 */

/* t3sbs_assets_11 */
/* SVG styling */
.zone-rect-eu { fill: var(--bs-primary-bg-subtle); stroke: var(--bs-primary); stroke-width: 2; stroke-dasharray: 7 5; }
.zone-rect-nl { fill: var(--bs-danger-bg-subtle); stroke: var(--bs-danger); stroke-width: 2; stroke-dasharray: 7 5; }
.zone-rect-cloud { fill: var(--bs-warning-bg-subtle); stroke: var(--bs-warning); stroke-width: 2; stroke-dasharray: 7 5; }

.zone-label-eu { fill: var(--bs-primary); }
.zone-label-nl { fill: var(--bs-danger); }
.zone-label-cloud { fill: var(--bs-warning); }
.zone-label {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 500;
}

.box-rect {
  stroke-width: 1.5;
  transition: stroke-width 0.3s, filter 0.3s;
}
.box-rect.eu { fill: var(--bs-primary); stroke: var(--bs-primary); }
.box-rect.nl { fill: #F5C7CE; stroke: var(--bs-danger); }
.box-rect.cloud { fill: var(--bs-warning-bg-subtle); stroke: var(--bs-warning); }
.box-rect.meta { fill: var(--bs-gray-bg-subtle); stroke: var(--bs-gray); }

.box-rect.active {
  stroke-width: 3;
  filter: drop-shadow(0 0 8px rgba(225, 112, 0, 0.55));
}

.box-title {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-anchor: middle;
  fill: var(--text-primary);
}
.box-sub {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 12px;
  text-anchor: middle;
  fill: var(--text-secondary);
}

.flow-trace {
  fill: none;
  stroke-dasharray: 3 4;
  opacity: 0.3;
}
.flow-trace.nl { stroke: var(--red); }
.flow-trace.cloud { stroke: var(--tan); }

.arrow-eu {
  fill: none;
  stroke: var(--blue);
  stroke-width: 1.5;
}

.ball {
  transition: cx 1.1s cubic-bezier(0.65, 0, 0.35, 1), 
              cy 1.1s cubic-bezier(0.65, 0, 0.35, 1), 
              opacity 0.4s ease,
              r 0.3s ease;
  filter: drop-shadow(0 1px 3px rgba(0,0,0,0.2));
}
.ball-payload { fill: var(--blue); stroke: white; stroke-width: 2; }
.ball-metadata { fill: var(--orange); stroke: white; stroke-width: 2; }
.ball-exposure { fill: var(--red-dark); stroke: white; stroke-width: 2; }

.ball-label {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px;
  text-anchor: middle;
  font-weight: 500;
  pointer-events: none;
  transition: opacity 0.4s;
}

/* End summary */
.end-summary {
  margin-top: 28px;
  padding: 32px;
  background: var(--bg-elevated);
  border: 1px solid var(--border);
  border-radius: 6px;
  display: none;
  animation: fadeIn 0.6s ease-out;
}
.end-summary.visible { display: block; }
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}
.end-summary .label {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 12px;
}
.end-summary h3 {
  font-family: 'Newsreader', serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.15;
  margin-bottom: 16px;
  max-width: 700px;
}
.end-summary p {
  font-family: 'Newsreader', serif;
  font-size: 17px;
  color: var(--text-secondary);
  line-height: 1.55;
  margin-bottom: 12px;
  max-width: 760px;
}
.end-summary p strong {
  color: var(--text-primary);
  font-weight: 600;
}

.pieter-bil-callout {
  background: var(--red-dark);
  color: white;
  padding: 28px 32px;
  border-radius: 4px;
  margin-top: 20px;
  position: relative;
  max-width: 760px;
}
.pieter-bil-callout::before {
  content: '"';
  position: absolute;
  top: -10px;
  left: 20px;
  font-family: 'Newsreader', serif;
  font-size: 80px;
  font-style: italic;
  color: rgba(255,255,255,0.25);
  line-height: 1;
}
.pieter-bil-callout .label-q {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  opacity: 0.65;
  margin-bottom: 10px;
}
.pieter-bil-callout .quote {
  font-family: 'Newsreader', serif;
  font-size: 22px;
  font-style: italic;
  line-height: 1.35;
  margin-bottom: 12px;
  font-weight: 400;
}
.pieter-bil-callout .attr {
  font-size: 12px;
  opacity: 0.75;
  letter-spacing: 0.02em;
}

	

