/* ============================================
   PUBLIC PAGES — UNIFIED STYLESHEET (2026 redesign)
   Brand: teal #02627f · coral #db5461 · deep spruce #0c2b33 · Raleway
   Variables come from layout-public.css. Public pages only — the
   login-gated app uses layout.css and is unaffected.
   ============================================ */

:root {
	--teal: #02627f;
	--teal-deep: #0c2b33;
	--teal-700: #024f66;
	--coral: #db5461;
	--coral-600: #c8434f;
	--ink: #20272c;
	--pp-body: #3c474d;
	--pp-muted: #6c7a80;
	--pp-line: #e4e9eb;
	--pp-ground: #f4f7f8;
	--pp-ground-2: #eef3f4;
	--pp-radius: 14px;
	--pp-shadow-sm: 0 1px 2px rgba(12,43,51,.06), 0 2px 8px rgba(12,43,51,.05);
	--pp-shadow-md: 0 6px 18px -8px rgba(12,43,51,.18), 0 2px 6px rgba(12,43,51,.06);
	--pp-shadow-lg: 0 24px 50px -24px rgba(12,43,51,.35);
}

/* Base public typography */
section#mainContent {
	color: var(--pp-body);
	font-size: 17px;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
}
section#mainContent h1, section#mainContent h2, section#mainContent h3, section#mainContent h4 {
	color: var(--ink);
	line-height: 1.15;
	font-weight: 700;
	letter-spacing: -0.01em;
}
section#mainContent a, section#mainContent a:visited { color: var(--teal); font-weight: 600; }
span.redHighlight, .hl { color: var(--coral); }
span.blueHighlight, span.highlight, .hl-teal { color: var(--teal); }
.centerText, .textCenter { text-align: center; }

/* Retire the old jagged polygon dividers site-wide */
div.skewContainer { display: none !important; }

/* ============================================
   1. SECTION LAYOUT
   ============================================ */
div.modernSection { padding: 76px 0; width: 100%; clear: both; }
div.modernSection.white { background: #fff; }
div.modernSection.coloured { background: var(--teal-deep); color: #cfe0e4; }
section#mainContent div.modernSection.coloured h1, section#mainContent div.modernSection.coloured h2, section#mainContent div.modernSection.coloured h3, section#mainContent div.modernSection.coloured h4 { color: #fff; }
section#mainContent div.modernSection.coloured a, section#mainContent div.modernSection.coloured a:visited { color: #7fd0e0; }

div.sectionContent { max-width: 70rem; margin: 0 auto; padding: 0 2em; }

div.modernSection h2 { font-size: clamp(1.7rem, 2.8vw, 2.3rem); margin-bottom: .4em; }
div.modernSection h3 { font-size: 1.4rem; margin-bottom: .4em; }
div.modernSection > div.sectionContent > h2 { text-wrap: balance; }
div.modernSection p { font-size: 1.08rem; line-height: 1.65; margin: 0 0 1em; }
div.modernSection.coloured p { color: rgba(255,255,255,.92); }

div.modernSection ul { list-style: none; padding: 0; margin: 1em 0; }
div.modernSection ul li { position: relative; padding: .35em 0 .35em 1.9em; font-size: 1.05rem; line-height: 1.55; }
div.modernSection ul li::before {
	content: "\f00c"; font-family: "Font Awesome 5 Free"; font-weight: 900;
	position: absolute; left: 0; top: .5em; font-size: .85em; color: var(--teal);
}
div.modernSection.coloured ul li::before { color: #7fd0e0; }
div.modernSection img { max-width: 100%; height: auto; border-radius: var(--pp-radius); box-shadow: var(--pp-shadow-md); }

/* Grid systems */
div.gridTwo { display: grid; grid-template-columns: 1fr 1fr; gap: 3.2em; align-items: center; }
div.gridThree { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.8em; }
div.gridFour { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.6em; }
@media (max-width: 60rem) {
	div.modernSection { padding: 54px 0; }
	div.gridTwo, div.gridThree, div.gridFour { grid-template-columns: 1fr; gap: 1.6em; }
}

/* Prevent grid/flex blowout from wide images (children default to min-width:auto) */
div.gridTwo > *, div.gridThree > *, div.gridFour > *, div.heroGrid > *, div.highlightContainer > *, div.resourceGrid > *, div.imgSkew > * { min-width: 0; }
div.productFrame, div.productFrame img, div.heroVisual img { max-width: 100%; }

/* Eyebrow label */
.eyebrow, p.eyebrow, span.eyebrow {
	display: block; font-size: .78rem; font-weight: 700; letter-spacing: .16em;
	text-transform: uppercase; color: var(--teal); margin: 0 0 .8rem;
}
div.modernSection.coloured .eyebrow { color: #7fd0e0; }

/* ============================================
   2. BUTTONS  (marketing CTAs used across pages)
   ============================================ */
.homeButton a, .CTAButton a, div#registerButton a, div#registerButton a:visited,
section#mainContent a.button, a.pp-btn {
	display: inline-flex; align-items: center; justify-content: center; gap: .5em;
	font-family: "Raleway", sans-serif; font-weight: 700; font-size: 1.05rem;
	padding: .85em 1.7em; border-radius: 10px; border: 2px solid transparent;
	background: var(--coral); color: #fff !important; cursor: pointer;
	box-shadow: 0 8px 20px -6px rgba(219,84,97,.55); transition: transform .15s ease, background .15s ease;
	width: auto; text-align: center;
}
.homeButton a:hover, .CTAButton a:hover, div#registerButton a:hover, section#mainContent a.button:hover, a.pp-btn:hover {
	transform: translateY(-2px); background: var(--coral-600); filter: none;
}
a.pp-btn.ghost { background: transparent; color: var(--teal) !important; border-color: #cfe0e4; box-shadow: none; }
a.pp-btn.ghost:hover { background: rgba(2,98,127,.05); border-color: var(--teal); }
a.pp-btn.teal { background: var(--teal); box-shadow: 0 6px 16px -6px rgba(2,98,127,.6); }
a.pp-btn.teal:hover { background: var(--teal-700); }

/* ============================================
   3. HERO (coverImage / coverText) — homepage
   ============================================ */
div.coverImage {
	position: relative; min-height: 30rem; display: flex; align-items: center;
	background-size: cover; background-position: center;
	color: #fff;
}
div.coverImage::after {
	content: ""; position: absolute; inset: 0;
	background: linear-gradient(105deg, rgba(12,43,51,.92) 0%, rgba(12,43,51,.72) 46%, rgba(12,43,51,.30) 100%);
}
div.coverImage #coverText { position: relative; z-index: 2; max-width: 40rem; padding: 4em 2em; }
div.coverImage #coverText h1 { color: #fff; font-size: clamp(2.2rem, 4vw, 3.2rem); line-height: 1.08; letter-spacing: -.02em; text-wrap: balance; }
div.coverImage #coverText h1 .highlight { color: var(--coral); }
div.coverImage #coverText hr { width: 64px; height: 4px; border: 0; background: var(--coral); margin: 1.1em 0; border-radius: 3px; }
div.coverImage #coverText p { font-size: 1.2rem; color: rgba(255,255,255,.92); }
div.coverImage .buttonSubText { margin-top: .8em; font-size: .95rem; color: rgba(255,255,255,.8); }
div.coverImage .buttonSubText a { color: #7fd0e0; }
div.coverImage span.imageCopy { position: absolute; z-index: 2; bottom: .6em; right: 1em; font-size: .7rem; color: rgba(255,255,255,.55); }

/* ============================================
   4. HIGHLIGHT TILES (highlightContainer / hItem)
   ============================================ */
div.highlightContainer { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.8em; max-width: 70rem; margin: 0 auto; padding: 76px 2em; text-align: left; }
div.highlightContainer.nomargin { margin: 0 auto; }
div.highlightContainer.dark { background: var(--teal-deep); color: #cfe0e4; max-width: none; }
div.highlightContainer > h2 { grid-column: 1 / -1; text-align: center; margin-bottom: .2em; }
section#mainContent div.highlightContainer.dark > h2 { color: #fff; }
div.highlightContainer div.hItem {
	background: #fff; border: 1px solid var(--pp-line); border-radius: var(--pp-radius);
	padding: 28px; box-shadow: var(--pp-shadow-sm); text-align: center;
	transition: transform .18s ease, box-shadow .18s ease;
}
div.highlightContainer.dark div.hItem { background: rgba(255,255,255,.04); border-color: rgba(255,255,255,.10); }
div.hItem:hover { transform: translateY(-4px); box-shadow: var(--pp-shadow-md); }
div.hItem header {
	width: 58px; height: 58px; border-radius: 16px; display: grid; place-items: center;
	margin: 0 auto 16px; background: rgba(2,98,127,.09); color: var(--teal);
	font-size: 1.6rem; opacity: 1;
}
div.hItem:nth-child(3n+1) header { background: rgba(219,84,97,.10); color: var(--coral); }
div.highlightContainer.dark div.hItem header { background: rgba(127,208,224,.12); color: #7fd0e0; }
div.hItem h3 { margin: 0 0 .4rem; font-size: 1.2rem; color: var(--ink); }
section#mainContent div.highlightContainer.dark div.hItem h3 { color: #fff; }
div.hItem p { margin: 0; font-size: .98rem; color: var(--pp-muted); }
div.highlightContainer.dark div.hItem p { color: #a9c2c8; }
@media (max-width: 60rem) { div.highlightContainer { grid-template-columns: 1fr; padding: 54px 1.5em; } }

/* ============================================
   5. FACT BLOCKS (icon + heading + copy rows)
   ============================================ */
div.factBlocks { display: flex; flex-direction: column; gap: 22px; }
div.factBlocks > div { padding: 0; }
div.factBlocks h4 { font-size: 1.1rem; margin: 0 0 .2rem; color: var(--ink); display: flex; align-items: center; }
div.factBlocks h4 i {
	width: 42px; height: 42px; border-radius: 11px; flex: none; margin-right: 14px;
	display: inline-grid; place-items: center; background: rgba(2,98,127,.09); color: var(--teal); font-size: 1.05rem;
}
div.factBlocks p { margin: 0 0 0 56px; font-size: .98rem; color: var(--pp-muted); }
div.modernSection.coloured div.factBlocks h4 { color: #fff; }
div.modernSection.coloured div.factBlocks h4 i { background: rgba(127,208,224,.14); color: #7fd0e0; }
div.modernSection.coloured div.factBlocks p { color: #a9c2c8; }

/* ============================================
   6. COVER CONTAINER (centered content bands)
   ============================================ */
div.coverContainer { max-width: 70rem; margin: 0 auto; padding: 60px 2em; text-align: center; }
div.coverContainer h2 { font-size: clamp(1.6rem, 2.6vw, 2.2rem); margin-bottom: .4em; }
div.coverContainer.coloured { max-width: none; background: var(--teal-deep); color: #fff; }
section#mainContent div.coverContainer.coloured h2, section#mainContent div.coverContainer.coloured h3 { color: #fff; }
div.coverContainer.coloured a, div.coverContainer.coloured a:visited { color: #7fd0e0 !important; }
div.coverContainer.white { background: var(--pp-ground); max-width: none; }

/* Integrations logo row */
div.apiList { display: flex; gap: 3em; flex-wrap: wrap; align-items: center; justify-content: center; margin-top: 1.4em; }
div.apiList img { height: 2.4em; width: auto; box-shadow: none; border-radius: 0; opacity: .95; }

/* ============================================
   7. WHAT'S NEW / UPDATE CARDS
   ============================================ */
div.whatsNewSection { background: var(--pp-ground); }
div.whatsNewSection h2 { text-align: center; margin-bottom: 1.2em; }
div.updateCard, div.communityWidget {
	background: #fff; border: 1px solid var(--pp-line); border-radius: var(--pp-radius);
	padding: 26px; box-shadow: var(--pp-shadow-sm);
}
div.updateCard h3, div.communityWidget h3 { display: flex; align-items: center; gap: 10px; font-size: 1.2rem; margin-bottom: 12px; }
div.updateCard h3 i, div.communityWidget h3 i {
	width: 38px; height: 38px; border-radius: 10px; display: inline-grid; place-items: center;
	background: rgba(2,98,127,.09); color: var(--teal); font-size: 1rem;
}
div.updateCard ul, div.communityWidget ul { list-style: none; padding: 0; margin: 0; }
div.updateCard li, div.communityWidget div.forumPost { padding: .6em 0; border-bottom: 1px solid var(--pp-line); font-size: .96rem; font-weight: 600; }
div.updateCard li:last-child, div.communityWidget div.forumPost:last-child { border-bottom: none; }
div.updateCard li a, div.communityWidget a { color: var(--pp-body); }
div.updateCard li a:hover { color: var(--teal); }
div.updateCard .cardFooter, div.communityWidget .viewAll { margin-top: 14px; font-weight: 700; }
div.forumPostMeta { font-size: .8rem; color: var(--pp-muted); font-weight: 500; }
span.boardBadge { background: rgba(2,98,127,.1); color: var(--teal); padding: .15em .6em; border-radius: 999px; font-size: .8rem; font-weight: 700; }

/* ============================================
   8. RESOURCE CARDS + SEARCH HERO
   ============================================ */
div.searchHero {
	background: var(--teal-deep); color: #cfe0e4; text-align: center; padding: 60px 2em 66px;
	background-image: radial-gradient(50% 90% at 50% 0%, rgba(2,98,127,.55), transparent 60%);
}
section#mainContent div.searchHero h1 { color: #fff; font-size: clamp(2rem, 3.6vw, 2.8rem); }
div.searchHero p { max-width: 48ch; margin: .6em auto 0; color: rgba(255,255,255,.9); }
div.searchBarContainer { max-width: 560px; margin: 22px auto 0; position: relative; }
input.searchBar { width: 100%; font-family: "Raleway", sans-serif; font-size: 1.05rem; padding: 1em 8em 1em 1.3em; border: none; border-radius: 14px; box-shadow: var(--pp-shadow-lg); color: var(--ink); }
input.searchBar:focus { outline: none; box-shadow: 0 0 0 4px rgba(127,208,224,.4), var(--pp-shadow-lg); }
button.searchButton { position: absolute; right: 7px; top: 50%; transform: translateY(-50%); background: var(--coral); color: #fff; border: none; border-radius: 10px; height: 44px; padding: 0 18px; display: inline-flex; align-items: center; gap: .45em; cursor: pointer; font-family: "Raleway", sans-serif; font-weight: 700; font-size: .95rem; }
button.searchButton:hover { background: var(--coral-600); }

div.resourceWrapper { max-width: 70rem; margin: 0 auto; padding: 60px 2em; }
div.sectionHeader { text-align: center; max-width: 640px; margin: 0 auto 34px; }
div.sectionHeader h2 { font-size: clamp(1.5rem, 2.4vw, 2rem); }
div.sectionHeader p { color: var(--pp-muted); margin: .4em 0 0; }
div.resourceGrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-bottom: 20px; }
@media (max-width: 60rem) { div.resourceGrid { grid-template-columns: 1fr; } }
div.resourceCard {
	background: #fff; border: 1px solid var(--pp-line); border-radius: var(--pp-radius);
	padding: 28px; box-shadow: var(--pp-shadow-sm); display: flex; flex-direction: column;
	transition: transform .18s ease, box-shadow .18s ease;
}
div.resourceCard:hover { transform: translateY(-4px); box-shadow: var(--pp-shadow-md); }
div.resourceCard figure { width: 52px; height: 52px; border-radius: 14px; margin: 0 0 14px; background: rgba(2,98,127,.09); color: var(--teal); display: grid; place-items: center; font-size: 1.4rem; }
div.resourceCard:nth-child(3n+2) figure { background: rgba(219,84,97,.10); color: var(--coral); }
div.resourceCard h3 { font-size: 1.2rem; }
div.resourceCard > p { color: var(--pp-muted); font-size: .95rem; margin: .4em 0 12px; }
div.resourceCard ul { list-style: none; padding: 0; margin: 0 0 14px; flex: 1; }
div.resourceCard ul li { padding: .42em 0; border-bottom: 1px solid var(--pp-line); font-size: .94rem; font-weight: 600; }
div.resourceCard ul li:last-child { border-bottom: none; }
div.resourceCard ul li a { color: var(--pp-body); }
div.resourceCard ul li a:hover { color: var(--teal); }
div.resourceCard .footNote { margin-top: auto; font-weight: 700; }

/* ============================================
   9. TESTIMONIAL / IMAGE SKEW
   ============================================ */
div.imgSkew { display: grid; grid-template-columns: 1fr 1fr; gap: 0; max-width: 70rem; margin: 0 auto; align-items: stretch; border-radius: var(--pp-radius); overflow: hidden; box-shadow: var(--pp-shadow-md); }
div.imgSkew.reverse { direction: rtl; }
div.imgSkew.reverse > * { direction: ltr; }
div.imgSkew div.iskewImage { position: relative; min-height: 22rem; background-size: cover; background-position: center; }
div.imgSkew div.iskewImage span.imageCopy { position: absolute; bottom: .5em; left: 1em; font-size: .65rem; color: rgba(255,255,255,.85); }
div.imgSkew div.iskewText { background: var(--teal-deep); color: #fff; padding: 3em; display: flex; flex-direction: column; justify-content: center; }
div.imgSkew div.iskewText p.quotes { font-size: 1.35rem; line-height: 1.5; font-weight: 300; color: #fff; }
div.imgSkew div.iskewText .blueHighlight { color: #7fd0e0; font-weight: 700; }
@media (max-width: 60rem) { div.imgSkew { grid-template-columns: 1fr; } }

/* ============================================
   10. ARTICLE LIST (suggested articles)
   ============================================ */
div.articleList { max-width: 70rem; margin: 0 auto; padding: 60px 2em; }
div.articleList > h3 { display: flex; align-items: center; gap: 10px; justify-content: center; font-size: 1.4rem; margin-bottom: 1.2em; }
div.articleListItems { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
@media (max-width: 60rem) { div.articleListItems { grid-template-columns: 1fr; } }

/* ============================================
   11. UTILITY
   ============================================ */
.marginTop2 { margin-top: 2em; } .marginTop3 { margin-top: 3em; }
.marginBottom2 { margin-bottom: 2em; } .marginBottom3 { margin-bottom: 3em; }
.paddingTop2 { padding-top: 2em; } .paddingBottom2 { padding-bottom: 2em; }
div.resourceLink { text-align: right; margin-top: 1em; }

/* Value card (About page) — a framed hItem used outside .highlightContainer */
div.valueCard { background: #fff; border: 1px solid var(--pp-line); border-radius: var(--pp-radius); padding: 26px; box-shadow: var(--pp-shadow-sm); text-align: center; }

/* Tinted section variant */
div.modernSection.tint { background: var(--pp-ground); }

/* Mini card grid (e.g. Overview "why hospitality is different") */
div.miniGrid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
div.miniCard { background: #fff; border: 1px solid var(--pp-line); border-radius: 12px; padding: 20px; box-shadow: var(--pp-shadow-sm); }
div.miniCard i { font-size: 1.3rem; color: var(--teal); }
div.miniCard:nth-child(2n) i { color: var(--coral); }
div.miniCard h4 { font-size: 1.02rem; margin: .5rem 0 .2rem; color: var(--ink); }
div.miniCard p { font-size: .9rem; color: var(--pp-muted); margin: 0; }

/* ============================================
   13. SPLIT HERO + PRODUCT FRAME + STAT CARDS
   ============================================ */
div.heroSection {
	position: relative; overflow: hidden; padding: 68px 0 82px;
	background:
		radial-gradient(60% 70% at 82% 18%, rgba(2,98,127,.10), transparent 60%),
		radial-gradient(50% 60% at 6% 96%, rgba(219,84,97,.07), transparent 60%);
}
div.heroGrid { max-width: 72rem; margin: 0 auto; padding: 0 2em; display: grid; grid-template-columns: 1.02fr .98fr; gap: 46px; align-items: center; }
div.heroCopy p.eyebrow { margin-bottom: .7rem; }
div.heroCopy h1 { font-size: clamp(2.2rem, 4vw, 3.3rem); line-height: 1.05; letter-spacing: -.02em; color: var(--ink); }
div.heroCopy h1 .hl { color: var(--coral); }
div.heroCopy h1 .thin { font-weight: 300; }
div.heroCopy p.lead { font-size: 1.2rem; color: var(--pp-body); max-width: 44ch; margin: 1em 0 0; }
div.heroCTA { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; margin-top: 24px; }
div.heroCTA .after { font-size: .95rem; color: var(--pp-muted); }
div.heroCopy div.buttonDownloads { justify-content: flex-start; min-height: 0; width: auto; margin-top: 20px; }
div.heroCopy div.buttonDownloads > div { padding: 0 .8em 0 0; }
div.heroCopy div.buttonDownloads img { height: 2.6em !important; }
ul.heroTrust { list-style: none; padding: 0; margin: 18px 0 0; display: flex; flex-wrap: wrap; gap: 10px 22px; }
ul.heroTrust li { display: flex; align-items: center; gap: .5em; font-weight: 600; font-size: .92rem; color: var(--pp-body); padding: 0; }
ul.heroTrust li::before { content: none; }
ul.heroTrust li i { color: var(--teal); }
div.heroVisual { position: relative; }

/* Browser-style product frame (wrap real screenshots) */
div.productFrame { background: #fff; border: 1px solid var(--pp-line); border-radius: 14px; box-shadow: var(--pp-shadow-lg); overflow: hidden; }
div.productFrame div.frameBar { display: flex; gap: 6px; padding: 10px 14px; background: #f3f6f7; border-bottom: 1px solid var(--pp-line); }
div.productFrame div.frameBar span { width: 11px; height: 11px; border-radius: 50%; background: #cdd8db; display: block; }
div.productFrame img { display: block; width: 100%; border-radius: 0; box-shadow: none; }

/* Floating stat cards over the hero visual */
div.statCard { position: absolute; background: #fff; border: 1px solid var(--pp-line); border-radius: 12px; box-shadow: var(--pp-shadow-md); padding: 11px 14px; display: flex; align-items: center; gap: 10px; font-weight: 700; color: var(--ink); font-size: .85rem; z-index: 3; }
div.statCard span.dot { width: 34px; height: 34px; border-radius: 10px; display: grid; place-items: center; color: #fff; flex: none; }
div.statCard small { display: block; font-weight: 600; color: var(--pp-muted); font-size: .72rem; }
@media (max-width: 60rem) {
	div.heroGrid { grid-template-columns: 1fr; gap: 30px; }
	div.heroVisual { order: -1; overflow: hidden; max-width: 100%; }
	div.statCard { display: none; }
}

/* ============================================
   12. LOGIN — centered card
   ============================================ */
body#body_login section#mainContent { background: var(--pp-ground); }
body#body_login section.container.center { min-height: 62vh; align-items: center; padding: 3.5em 1em; }
body#body_login div.boxWrapper.small { max-width: 27rem; width: 100%; }
body#body_login div.box { background: #fff; border: 1px solid var(--pp-line); border-radius: 16px; box-shadow: var(--pp-shadow-lg); padding: 2.4em 2.2em; }
body#body_login div.box header { height: auto; margin: 0 0 1.1em; }
body#body_login div.box header h3 { font-size: 1.6rem; text-align: center; color: var(--ink); }
body#body_login div.box label { display: block; font-weight: 600; font-size: .88rem; color: var(--ink); margin-bottom: 6px; }
body#body_login div.box input[type=email], body#body_login div.box input[type=password], body#body_login div.box input[type=text] {
	width: 100%; padding: .72em .9em; border: 1.5px solid var(--pp-line); border-radius: 10px;
	font-size: 1rem; font-family: "Raleway", sans-serif; color: var(--ink); background: #fff;
}
body#body_login div.box input:focus { outline: none; border-color: var(--teal); box-shadow: 0 0 0 3px rgba(2,98,127,.12); }
body#body_login div.box input[type=submit], body#body_login div.box input[type=button] {
	width: 100%; background: var(--teal) !important; background-image: none !important; color: #fff !important; border: none; border-radius: 10px;
	padding: .85em 1.5em; font-weight: 700; font-size: 1rem; cursor: pointer; margin-top: .5em; transition: background .15s;
}
body#body_login div.box input[type=submit]:hover, body#body_login div.box input[type=button]:hover { background: var(--teal-700) !important; }
body#body_login div.box div.button.saveButton { display: flex; justify-content: center; }
body#body_login p.message { color: var(--pp-muted); text-align: center; font-size: .9rem; margin-top: 1em; }
body#body_login p.message a { color: var(--teal); }
