:root {
  --primary: #184418;
  --accent: #6f846f;
  --dark: #184418;
  --softdark: #214f21;
  --light: #dcefdc;
  --gray: #6c757d;
  --background: #dcefdc;
  --warn: #f6f7b9;}

 .logo-white {filter: brightness(0) invert(1) opacity(0.9);}

/* Align headers with centered cards */ .header {max-width: 800px;   /* match your card width */
  margin: 0 auto;
  padding: 0 16px;    /* optional breathing room */}

/* Constrain and center all cards */ .card {max-width: 800px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;}

/* ==== Utilities ==== */ .transparent10 {opacity: 0.10;}

/* 10% visible */ .transparent25 {opacity: 0.25;}

/* 25% visible */ .transparent50 {opacity: 0.50;}

/* 50% visible */ .transparent75 {opacity: 0.75;}

/* 75% visible */ .glass {background: rgba(255, 255, 255, 0.2); /* slightly transparent white */

  border-radius: 16px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.3);}

/* ==== Layout / Components ==== */ .gzm-content {max-width: 1100px; margin: 0 auto; padding: 24px;}

.page-header {max-width: 800px;   /* match your card width */
  margin: 0 auto;
  padding: 16px 16px;    /* optional breathing room */}

.page-title {padding: 12px 14px; border-bottom: 1px solid var(--dark);
background: linear-gradient(120deg, rgba(233,242,237,0.85), rgba(111,163,125,0.85));
  max-width: 800px;
  border-radius: 16px;}

.page-title .muted {color: var(--dark); font-weight: 500;}

.page-meta {margin: 0; color: var(--light);}

.profile-title {margin: 0 0 40px 20px; font-size: 36px;}

.on-this-page {margin: 8px 0 18px 0;}

.pill-list {list-style: none; padding: 0; margin: 5px; display: flex; flex-wrap: wrap; gap: 8px;}

.pill {display: inline-block; padding: 6px 10px; border: 1px solid var(--gzm-line);
  border-radius: 999px; background: var(--gzm-surface); text-decoration: none; color: var(--gzm-ink);}

.pill:hover {background: #F4FBFC; border-color: #D7EDF1;}

.section-divider {border: 0; border-top: 1px solid var(--gzm-line); margin: 8px 0 16px;}

.card {border-radius: 12px; overflow: hidden; box-shadow: 0 6px 18px rgba(16,32,38,.01); margin: 16px 0;
  max-width: 800px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;}

.card-header {padding: 12px 14px; border-bottom: 1px solid var(--gzm-line);
  background: linear-gradient(120deg, rgba(233,242,237,0.85), rgba(122,163,125,0.85));
  max-width: 800px;}

.card-header h2 {margin: 0; font-size: 18px;}

.card-body {padding: 14px 16px;
  background: var(--light);}

.table {width: 100%;
  background: var(--gzm-surface);
  border: 1px solid var(--gzm-line);
  border-radius: 10px;
  overflow: hidden;
  border-collapse: separate; /* allow rounded corners */
  border-spacing: 0;}

.table th {background: var(--gzm-surface-2);
  text-align: left;
  padding: 10px;
  border-bottom: 1px solid var(--gzm-line);
  font-size: 13px;}

.table td {padding: 10px;
  border-top: 1px solid var(--gzm-line);
  font-size: 13px;}

.callout {display: flex; gap: 10px; border-left: 4px solid var(--gzm-accent);
  background: #F4FBFC; padding: 10px 12px; border-radius: 10px;}

.callout.info .callout-icon {color: var(--gzm-accent);}

.footnote {font-size: 14px; color: var(--dark); margin-top: 8px;}

.back-to-top {text-align: left; margin-top: 24px;}

/* ==== Page / Nav / Typography ==== */ body {margin: 0;
  font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
  background-color: var(--light);
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed; /* <- keeps the image stationary */
  color: var(--dark);
}

.title {text-align: center;
  font-size: 2.5rem;
  color: var(--dark);
  margin-top: 2rem;}

.batch-hint {padding: 8px 10px;}

.batch-list {list-style: none; padding: 4px 0 0 0; margin: 0; line-height: 1.3; font-size: 0.95rem;}

.batch-list li::before {content: "• "; color: var(--gzm-accent);}

.instructions {text-align: center;
  font-size: 1rem;
  color: var(--dark);
  margin-top: 0rem;
  margin-bottom: 2rem;}

.nav-links {display: flex; gap: 1rem;}

.nav-links button {padding: 0.4rem 2.5rem;
  border: none;
  border-radius: 0.5rem;
  background: var(--primary);
  color: var(--light);
  cursor: pointer;
  font-size: 15px;
  line-height: 20px;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.15), inset -1px -1px 1px rgba(255, 255, 255, 0.1);
  transition: transform 0.1s ease, box-shadow 0.2s ease;}

.nav-links button:hover {transform: translateY(-1px);
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.2), inset -1px -1px 1px rgba(255, 255, 255, 0.15);}

.logo button {padding: 0.3rem 1.2rem;
  border: none;
  border-radius: 0.5rem;
  background: var(--dark);
  color: var(--light);
  font-size: 13px;
  cursor: pointer;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1), inset -1px -1px 1px rgba(255, 255, 255, 0.2);
  transition: transform 0.1s ease, box-shadow 0.2s ease;}

.logo button:hover {transform: translateY(-1px);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.15), inset -1px -1px 1px rgba(255, 255, 255, 0.15);}

header.dynamic-header {background-size: cover;
  background-position: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  color: white;}

footer {background: rgb(19, 58, 57,0.9);
  color: white;
  text-align: center;
  padding: 2rem 1rem;
  font-size: 0.9rem;}

footer p {margin: 0.5rem 0; opacity: 0.8;}

.hamburger {display: none;
  font-size: 2rem;
  cursor: pointer;
  color: var(--primary);}

/* ==== Responsive ==== */ @media (max-width: 768px) {.hamburger { display: block;}

.nav-links {display: none;
    flex-direction: column;
    background: linear-gradient(135deg, var(--light), #ffffff);
    position: absolute;
    top: 60px;
    right: 20px;
    padding: 2rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    line-height: 3rem;}

.nav-links.active {display: flex;}

/* === Glizmu standard utilities (minimal) === */ } /* === Inline CSS extracted from control_center.html === */ .filters {max-width: 750px;
	margin: 2rem auto;
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	justify-content: center;}

.filters button {padding: 0.5rem 1rem;
	background: var(--light);
	border: 1px solid var(--primary);
	color: var(--primary);
	border-radius: 25px;
	cursor: pointer;
	transition: var(--transition);
	font-weight: 600;}

.filters button.active {background: var(--primary);
	color: white;}

.category-section {max-width: 750px;
	margin: 0 auto;
	padding: 2rem 1rem;}

.stat-card {background-image: url("img/cardbg01.jpg");
	padding: 1rem 1.5rem;
	margin-bottom: 1.5rem;
	box-shadow: 0 2px 10px var(--accent);}

.stat-card h4 {margin: 0 0 0.5rem;
	color: var(--primary);
	font-size: 1.5rem}

.stat-card p {margin: 0.25rem 0;}

.source {font-size: 0.85rem;
	color: var(--gray);
	font-style: italic;
	margin-top: 0.5rem;}