/*----------------------------------------------------------------------------------|  www.vdm.io  |----/
				Madeira4k 
/-------------------------------------------------------------------------------------------------------/

	@version		1.0.9
	@build			5th janeiro, 2026
	@created		25th novembro, 2025
	@package		Madeira4K
	@subpackage		site.css
	@author			Nuno Narciso <https://www.madeira4k.com>	
	@copyright		Copyright (C) 2015. All Rights Reserved
	@license		GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html
  ____  _____  _____  __  __  __      __       ___  _____  __  __  ____  _____  _  _  ____  _  _  ____ 
 (_  _)(  _  )(  _  )(  \/  )(  )    /__\     / __)(  _  )(  \/  )(  _ \(  _  )( \( )( ___)( \( )(_  _)
.-_)(   )(_)(  )(_)(  )    (  )(__  /(__)\   ( (__  )(_)(  )    (  )___/ )(_)(  )  (  )__)  )  (   )(  
\____) (_____)(_____)(_/\/\_)(____)(__)(__)   \___)(_____)(_/\/\_)(__)  (_____)(_)\_)(____)(_)\_) (__) 

/------------------------------------------------------------------------------------------------------*/

/* CSS Document */

.no-click {
	pointer-events: none;
}

body.site:not(.view-home_page):not(.view-home_page_pt):not(.view-home_page_en) .page-title_h1 {
	margin: 0;
	font-family: "Sora", "Manrope", "Segoe UI", sans-serif;
	font-size: clamp(2.1rem, 3.8vw, 4rem);
	line-height: 0.98;
	letter-spacing: -0.045em;
	color: var(--mk-ink-900, #11334a);
	text-wrap: balance;
}

body.site:not(.view-home_page):not(.view-home_page_pt):not(.view-home_page_en) .page-title_h1 + * {
	margin-top: 1.2rem;
}

.mk-camera-page {
	display: grid;
	gap: 1.5rem;
}

.mk-camera-intro {
	/*max-width: 72ch;*/
	color: var(--mk-ink-800, #18384d);
	font-size: 1rem;
	line-height: 1.8;
}

.mk-camera-intro > :first-child {
	margin-top: 0;
}

.mk-camera-intro > :last-child {
	margin-bottom: 0;
}

.mk-camera-hero-lead {
	max-width: 74ch;
	margin: -0.35rem 0 0;
	color: var(--mk-ink-800, #18384d);
	font-size: clamp(1rem, 1.5vw, 1.16rem);
	line-height: 1.75;
}

.mk-camera-context {
	padding: clamp(1.15rem, 2vw, 1.6rem);
	border-radius: 1.45rem;
	border: 1px solid rgba(42, 137, 193, 0.12);
	background: linear-gradient(180deg, rgba(255, 252, 246, 0.74), rgba(239, 248, 249, 0.78));
}

.mk-camera-player {
	display: grid;
	gap: 0.85rem;
}

.webcam-title {
	margin: 0;
	font-family: "Sora", "Manrope", "Segoe UI", sans-serif;
	font-size: clamp(1.35rem, 2.2vw, 2rem);
	line-height: 1.08;
	letter-spacing: -0.03em;
	color: var(--mk-ink-900, #11334a);
}

.tv-frame {
	position: relative;
	padding: 1rem;
	border-radius: 1.8rem;
	border: 1px solid rgba(42, 137, 193, 0.14);
	background:
		linear-gradient(180deg, rgba(255, 252, 246, 0.92), rgba(236, 246, 247, 0.86)),
		radial-gradient(circle at top right, rgba(241, 197, 109, 0.16), transparent 28%);
	box-shadow: 0 22px 52px rgba(33, 78, 103, 0.14);
}

.tv-label {
	position: absolute;
	left: 1rem;
	top: 1rem;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	gap: 0.55rem;
	padding: 0.5rem 0.85rem;
	border-radius: 999px;
	background: rgba(255, 250, 242, 0.86);
	border: 1px solid rgba(241, 197, 109, 0.28);
	color: var(--mk-ink-700, #1f6589);
	font-size: 0.74rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	backdrop-filter: blur(10px);
}

.dot {
	width: 0.58rem;
	height: 0.58rem;
	border-radius: 50%;
	background: linear-gradient(135deg, #e15353, #ff8d5f);
	box-shadow: 0 0 0.7rem rgba(225, 83, 83, 0.35);
}

.yt-wrapper {
	position: relative;
	overflow: hidden;
	border-radius: 1.3rem;
	aspect-ratio: 16 / 9;
	background: linear-gradient(180deg, #103045, #081d2b);
}

.yt-wrapper iframe {
	width: 100%;
	height: 100%;
}

.yt-loading {
	position: absolute;
	inset: 0;
	z-index: 1;
	display: grid;
	place-content: center;
	gap: 0.8rem;
	color: #f8fbfc;
	font-weight: 700;
	letter-spacing: 0.03em;
	background:
		linear-gradient(180deg, rgba(12, 38, 54, 0.72), rgba(12, 38, 54, 0.9)),
		radial-gradient(circle at top right, rgba(241, 197, 109, 0.18), transparent 28%);
}

.spinner {
	width: 2.4rem;
	height: 2.4rem;
	margin-inline: auto;
	border: 3px solid rgba(255, 255, 255, 0.22);
	border-top-color: #f1c56d;
	border-radius: 50%;
	animation: mk-spin 0.9s linear infinite;
}

.mk-cam-list {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	gap: 1.1rem;
	margin-top: 1.2rem;
}

.mk-cam-list-item {
	display: block;
	overflow: hidden;
	border-radius: 1.45rem;
	border: 1px solid rgba(42, 137, 193, 0.14);
	background: linear-gradient(180deg, rgba(255, 252, 246, 0.86), rgba(239, 248, 249, 0.88));
	box-shadow: 0 18px 38px rgba(33, 78, 103, 0.12);
	text-decoration: none;
	transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.mk-cam-list-item:hover {
	transform: translateY(-4px);
	border-color: rgba(42, 137, 193, 0.24);
	box-shadow: 0 22px 48px rgba(33, 78, 103, 0.16);
}

.mk-cam-media {
	position: relative;
	overflow: hidden;
	aspect-ratio: 16 / 9;
	background: rgba(14, 45, 62, 0.12);
}

.mk-cam-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.45s ease;
}

.mk-cam-list-item:hover .mk-cam-media img {
	transform: scale(1.04);
}

.mk-cam-media::after {
	content: "";
	position: absolute;
	inset: auto 0 0;
	height: 54%;
	background: linear-gradient(180deg, rgba(14, 45, 62, 0), rgba(14, 45, 62, 0.44));
}

.mk-play {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 2;
	display: grid;
	place-items: center;
	width: 3.35rem;
	height: 3.35rem;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	border: 1px solid rgba(42, 137, 193, 0.24);
	background: rgba(255, 251, 245, 0.84);
	box-shadow: 0 0 1.3rem rgba(33, 78, 103, 0.16);
	backdrop-filter: blur(10px);
	pointer-events: none;
}

.mk-play-tri {
	display: block;
	width: 0;
	height: 0;
	margin-left: 0.18rem;
	border-top: 0.58rem solid transparent;
	border-bottom: 0.58rem solid transparent;
	border-left: 0.92rem solid #246889;
}

.mk-badge {
	position: absolute;
	left: 0.9rem;
	top: 0.9rem;
	z-index: 2;
	padding: 0.35rem 0.7rem;
	border-radius: 999px;
	background: rgba(255, 250, 242, 0.84);
	border: 1px solid rgba(241, 197, 109, 0.26);
	color: #1d5f81;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.04em;
}

.mk-badge--live {
	text-transform: uppercase;
	letter-spacing: 0.12em;
}

.mk-cam-footer {
	display: flex;
	align-items: center;
	gap: 0.7rem;
	padding: 1rem 1.05rem 1.05rem;
	color: var(--mk-ink-800, #18384d);
}

.mk-footer-icon,
.mk-cam-footer i {
	color: var(--mk-gold-400, #f1c56d);
}

.mk-footer-text {
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 0.18rem;
	font-size: 0.95rem;
	line-height: 1.55;
	color: var(--mk-ink-800, #18384d);
}

.mk-footer-subtext {
	display: block;
	color: rgba(24, 56, 77, 0.72);
	font-size: 0.88rem;
	line-height: 1.5;
}

.mk-footer-text strong {
	font-family: "Sora", "Manrope", "Segoe UI", sans-serif;
	font-size: 0.98rem;
	color: var(--mk-ink-900, #11334a);
}

.mk-card-stats {
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem;
	padding: 0 1.05rem 1rem;
}

.mk-stat-pill {
	display: inline-flex;
	align-items: center;
	gap: 0.38rem;
	padding: 0.42rem 0.7rem;
	border-radius: 999px;
	background: rgba(255, 250, 242, 0.72);
	border: 1px solid rgba(42, 137, 193, 0.1);
	color: var(--mk-ink-800, #18384d);
	font-size: 0.75rem;
	font-weight: 700;
	line-height: 1;
}

.mk-stat-pill i {
	color: var(--mk-gold-400, #f1c56d);
}

.wk-camara-list__empty {
	padding: 1rem 1.1rem;
	border-radius: 1rem;
	border: 1px solid rgba(42, 137, 193, 0.12);
	background: rgba(255, 255, 255, 0.66);
	color: var(--mk-ink-700, #1f6589);
}

.mk-no-camera-layout {
	display: grid;
	grid-template-columns: minmax(260px, 0.92fr) minmax(0, 1.08fr);
	gap: 1.3rem;
	align-items: stretch;
	margin-top: 1.2rem;
}

.mk-no-camera-visual,
.mk-no-camera {
	border-radius: 1.6rem;
	border: 1px solid rgba(42, 137, 193, 0.14);
	background:
		linear-gradient(180deg, rgba(255, 252, 246, 0.86), rgba(239, 248, 249, 0.88)),
		radial-gradient(circle at top right, rgba(241, 197, 109, 0.12), transparent 30%);
	box-shadow: 0 18px 42px rgba(33, 78, 103, 0.12);
}

.mk-no-camera-visual {
	overflow: hidden;
}

.mk-no-camera-visual img,
.sem-camara {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 100%;
	object-fit: cover;
}

.mk-no-camera {
	padding: clamp(1.25rem, 2vw, 1.8rem);
	color: var(--mk-ink-800, #18384d);
}

.mk-no-camera-kicker {
	display: inline-flex;
	align-items: center;
	gap: 0.55rem;
	padding: 0.45rem 0.8rem;
	border-radius: 999px;
	border: 1px solid rgba(42, 137, 193, 0.16);
	background: rgba(255, 249, 238, 0.74);
	color: #1f6589;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.mk-no-camera-kicker::before {
	content: "";
	width: 0.5rem;
	height: 0.5rem;
	border-radius: 50%;
	background: linear-gradient(135deg, #f1c56d, #7cab73);
	box-shadow: 0 0 0.8rem rgba(241, 197, 109, 0.28);
}

.mk-no-camera h2,
.mk-no-camera h3 {
	margin: 1rem 0 0;
	font-family: "Sora", "Manrope", "Segoe UI", sans-serif;
	line-height: 1.08;
	letter-spacing: -0.03em;
	color: var(--mk-ink-900, #11334a);
}

.mk-no-camera h2 {
	font-size: clamp(1.7rem, 2.8vw, 2.6rem);
}

.mk-no-camera h3 {
	font-size: clamp(1.1rem, 2vw, 1.4rem);
}

.mk-no-camera p {
	margin: 0.95rem 0 0;
	line-height: 1.8;
	color: var(--mk-ink-800, #18384d);
}

.mk-no-camera-points {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.8rem;
	margin-top: 1.15rem;
}

.mk-no-camera-point {
	padding: 0.95rem 1rem;
	border-radius: 1rem;
	background: rgba(255, 255, 255, 0.58);
	border: 1px solid rgba(42, 137, 193, 0.1);
	color: var(--mk-ink-800, #18384d);
	line-height: 1.55;
}

.mk-no-camera-highlight {
	font-size: 1.02rem;
	font-weight: 700;
	color: var(--mk-ink-900, #11334a);
}

.mk-no-camera-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.85rem;
	margin-top: 1.3rem;
}

.mk-no-camera-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.95rem 1.35rem;
	border-radius: 999px;
	border: 1px solid transparent;
	font-weight: 700;
	text-decoration: none;
	transition: transform 0.22s ease, border-color 0.22s ease, background-color 0.22s ease, box-shadow 0.22s ease;
}

.mk-no-camera-btn:hover {
	transform: translateY(-2px);
}

.mk-no-camera-btn--primary {
	background: linear-gradient(135deg, #ffd983, #f0b761);
	color: #4b2c0d;
	box-shadow: 0 16px 30px rgba(240, 183, 97, 0.24);
}

.mk-no-camera-btn--ghost {
	border-color: rgba(42, 137, 193, 0.18);
	background: rgba(255, 255, 255, 0.54);
	color: var(--mk-ink-800, #18384d);
}

.mk-no-camera-banner {
	margin-top: 1.35rem;
}

.mk-no-camera-banner a,
.mk-no-camera-banner img {
	display: block;
	width: 100%;
}

.mk-no-camera-banner img {
	border-radius: 1rem;
	overflow: hidden;
}

body.site .pm-cartoes-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
	gap: 1rem;
	margin-top: 1.35rem;
}

body.site .pm-card {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 1.35rem;
	min-height: 20rem;
	border: 1px solid rgba(42, 137, 193, 0.14);
	background: rgba(255, 255, 255, 0.44);
	box-shadow: 0 18px 38px rgba(33, 78, 103, 0.14);
	transition: transform 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease;
	text-decoration: none;
}

body.site .pm-card:hover {
	transform: translateY(-4px);
	border-color: rgba(42, 137, 193, 0.24);
	box-shadow: 0 22px 52px rgba(33, 78, 103, 0.16);
}

body.site .pm-card-image {
	height: 100%;
}

body.site .pm-card-image img {
	width: 100%;
	height: 100%;
	min-height: 20rem;
	object-fit: cover;
	transition: transform 0.5s ease;
}

body.site .pm-card:hover .pm-card-image img {
	transform: scale(1.05);
}

body.site .pm-card::after {
	content: "";
	position: absolute;
	inset: auto 0 0;
	height: 68%;
	background: linear-gradient(180deg, rgba(14, 45, 62, 0), rgba(14, 45, 62, 0.74));
}

body.site .pm-fourk-label,
body.site .pm-live-label {
	position: absolute;
	left: 1rem;
	top: 1rem;
	z-index: 2;
	padding: 0.38rem 0.75rem;
	border-radius: 999px;
	background: rgba(255, 250, 242, 0.78);
	border: 1px solid rgba(241, 197, 109, 0.28);
	color: #1d5f81;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

body.site .pm-live-label--partnership {
	max-width: calc(100% - 2rem);
	line-height: 1.22;
	font-size: 0.64rem;
	letter-spacing: 0.06em;
	background: rgba(255, 247, 228, 0.92);
	border-color: rgba(225, 173, 54, 0.35);
	color: #9f6715;
}

body.site .pm-card--partnership .pm-play-icon {
	display: none;
}

body.site .pm-play-icon {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 2;
	width: 3.35rem;
	height: 3.35rem;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	border: 1px solid rgba(42, 137, 193, 0.24);
	background: rgba(255, 251, 245, 0.84);
	box-shadow: 0 0 1.3rem rgba(33, 78, 103, 0.16);
	backdrop-filter: blur(10px);
	pointer-events: none;
}

body.site .pm-play-icon::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-38%, -50%);
	border-top: 0.58rem solid transparent;
	border-bottom: 0.58rem solid transparent;
	border-left: 0.92rem solid #246889;
}

body.site .pm-card-title {
	position: absolute;
	left: 1rem;
	right: 1rem;
	bottom: 2.9rem;
	border-radius: 10px;
	z-index: 2;
	font-family: "Sora", "Manrope", "Segoe UI", sans-serif;
	font-size: 1.15rem;
	line-height: 1.16;
	color: #fff8ef;
	text-shadow: 0 10px 26px rgba(14, 45, 62, 0.45);
}

body.site .pm-card-stats {
	position: absolute;
	left: 1rem;
	right: 1rem;
	bottom: 1rem;
	z-index: 2;
	display: flex;
	flex-wrap: nowrap;
	gap: 0.45rem;
}

body.site .pm-card--partnership .pm-card-title {
	bottom: 3.8rem;
}

body.site .pm-card--partnership .pm-card-stats {
	display: none;
}

body.site .pm-card-actions {
	position: absolute;
	left: 1rem;
	right: 1rem;
	bottom: 1rem;
	z-index: 4;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0.55rem;
}

body.site .pm-card-action {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.42rem;
	min-height: 2.35rem;
	padding: 0.52rem 0.72rem;
	border-radius: 999px;
	border: 1px solid rgba(241, 197, 109, 0.24);
	background: rgba(255, 250, 242, 0.86);
	color: #1d5f81;
	font-size: 0.72rem;
	font-weight: 900;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	backdrop-filter: blur(10px);
	transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

body.site .pm-card-action:hover,
body.site .pm-card-action:focus-visible {
	border-color: rgba(241, 197, 109, 0.48);
	background: #fffaf2;
	color: #1d5f81;
	text-decoration: none;
	transform: translateY(-2px);
}

body.site .pm-card-action--notify {
	background: linear-gradient(135deg, rgba(29, 95, 129, 0.92), rgba(76, 138, 75, 0.92));
	border-color: rgba(255, 255, 255, 0.32);
	color: #fff;
}

body.site .pm-card-action--notify:hover,
body.site .pm-card-action--notify:focus-visible {
	background: linear-gradient(135deg, #1d5f81, #4c8a4b);
	color: #fff;
}

body.site .pm-stat-pill {
	display: inline-flex;
	align-items: center;
	gap: 0.36rem;
	padding: 0.38rem 0.65rem;
	border-radius: 999px;
	background: rgba(255, 250, 242, 0.8);
	border: 1px solid rgba(241, 197, 109, 0.2);
	color: #1d5f81;
	font-size: 0.72rem;
	font-weight: 800;
	line-height: 1;
	white-space: nowrap;
	backdrop-filter: blur(10px);
}

body.site .pm-stat-pill i {
	color: #d2a446;
}

.mk-camera-stats-panel,
.mk-feedback {
	border-radius: 1.6rem;
	border: 1px solid rgba(42, 137, 193, 0.14);
	background:
		linear-gradient(180deg, rgba(255, 252, 246, 0.9), rgba(239, 248, 249, 0.9)),
		radial-gradient(circle at top right, rgba(241, 197, 109, 0.1), transparent 30%);
	box-shadow: 0 18px 42px rgba(33, 78, 103, 0.12);
}

.mk-camera-stats-panel {
	padding: clamp(1.15rem, 2vw, 1.6rem);
}

.mk-camera-player-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.75rem;
	margin-top: -0.35rem;
}

.mk-camera-player-actions .mk-feedback-share-wrap {
	z-index: 4;
}

.mk-camera-favorite.is-active {
	background: rgba(255, 248, 234, 0.95);
	border-color: rgba(241, 197, 109, 0.38);
	color: #8b5d14;
}

.mk-camera-favorite.is-active i {
	color: #c99235;
}

.mk-camera-favorite-note {
	flex-basis: 100%;
	margin: -0.25rem 0 0;
	color: rgba(24, 56, 77, 0.68);
	font-size: 0.86rem;
	line-height: 1.55;
}

.mk-camera-stats-head {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	justify-content: space-between;
	gap: 0.8rem;
	margin-bottom: 1rem;
}

.mk-camera-rating-summary {
	margin: 0;
	color: var(--mk-ink-700, #1f6589);
	font-size: 0.95rem;
	line-height: 1.6;
}

.mk-camera-stat-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.85rem;
}

.mk-camera-stat-card {
	padding: 1rem;
	border-radius: 1.15rem;
	border: 1px solid rgba(42, 137, 193, 0.1);
	background: rgba(255, 255, 255, 0.62);
	display: grid;
	gap: 0.4rem;
}

.mk-camera-stat-card strong {
	font-family: "Sora", "Manrope", "Segoe UI", sans-serif;
	font-size: clamp(1.15rem, 2vw, 1.45rem);
	color: var(--mk-ink-900, #11334a);
	line-height: 1.1;
}

.mk-camera-stat-card span:last-child {
	color: rgba(24, 56, 77, 0.72);
	font-size: 0.88rem;
	line-height: 1.5;
}

.mk-camera-stat-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.2rem;
	height: 2.2rem;
	border-radius: 50%;
	background: rgba(255, 248, 234, 0.9);
	color: #cd9841;
}

.mk-feedback {
	display: grid;
	grid-template-columns: minmax(240px, 0.92fr) minmax(0, 1.08fr);
	gap: 1.3rem;
	padding: clamp(1.2rem, 2vw, 1.7rem);
}

.mk-feedback-intro h2,
.mk-feedback-comments h3,
.mk-feedback-form-card h3 {
	margin: 0.9rem 0 0;
	font-family: "Sora", "Manrope", "Segoe UI", sans-serif;
	line-height: 1.08;
	letter-spacing: -0.03em;
	color: var(--mk-ink-900, #11334a);
}

.mk-feedback-intro h2 {
	font-size: clamp(1.5rem, 2.4vw, 2.1rem);
}

.mk-feedback-comments h3,
.mk-feedback-form-card h3 {
	font-size: clamp(1.15rem, 1.9vw, 1.45rem);
}

.mk-feedback-intro p,
.mk-feedback-form-card p,
.mk-feedback-comment p,
.mk-feedback-empty {
	margin: 0.9rem 0 0;
	color: var(--mk-ink-800, #18384d);
	line-height: 1.75;
}

.mk-feedback-share,
.mk-feedback-submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.55rem;
	padding: 0.95rem 1.25rem;
	border: 0;
	border-radius: 999px;
	font-weight: 800;
	text-decoration: none;
	cursor: pointer;
	transition: transform 0.22s ease, box-shadow 0.22s ease, opacity 0.22s ease;
}

.mk-feedback-share:hover,
.mk-feedback-submit:hover {
	transform: translateY(-2px);
}

.mk-feedback-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-top: 1.25rem;
}

.mk-feedback-share {
	background: rgba(255, 255, 255, 0.72);
	color: var(--mk-ink-800, #18384d);
	border: 1px solid rgba(42, 137, 193, 0.12);
}

.mk-feedback-share i {
	color: #2b8bbe;
}

.mk-feedback-share.is-loading,
.mk-feedback-form.is-loading .mk-feedback-submit {
	opacity: 0.7;
	pointer-events: none;
}

.mk-feedback-share-wrap {
	position: relative;
}

.mk-feedback-share-menu {
	position: absolute;
	left: 0;
	top: calc(100% + 0.7rem);
	z-index: 5;
	min-width: min(22rem, 86vw);
	padding: 0.95rem;
	border-radius: 1.1rem;
	border: 1px solid rgba(42, 137, 193, 0.12);
	background: rgba(255, 252, 246, 0.96);
	box-shadow: 0 16px 34px rgba(33, 78, 103, 0.16);
	backdrop-filter: blur(12px);
}

.mk-feedback-share-label {
	display: block;
	margin-bottom: 0.75rem;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #1f6589;
}

.mk-feedback-share-links {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.55rem;
}

.mk-feedback-share-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.45rem;
	padding: 0.8rem 0.9rem;
	border-radius: 0.95rem;
	border: 1px solid rgba(42, 137, 193, 0.1);
	background: rgba(255, 255, 255, 0.82);
	color: var(--mk-ink-800, #18384d);
	text-decoration: none;
	font-weight: 700;
	cursor: pointer;
	transition: transform 0.22s ease, border-color 0.22s ease, background-color 0.22s ease;
}

.mk-feedback-share-link:hover {
	transform: translateY(-2px);
	border-color: rgba(42, 137, 193, 0.2);
	background: rgba(255, 255, 255, 0.95);
}

.mk-feedback-share-link--facebook i {
	color: #1877f2;
}

.mk-feedback-share-link--whatsapp i {
	color: #25d366;
}

.mk-feedback-share-link--x i {
	color: #111111;
}

.mk-feedback-share-link--telegram i {
	color: #2aabee;
}

.mk-feedback-share-link--copy i {
	color: #c48e30;
}

.mk-feedback-submit {
	margin-top: 0.2rem;
	background: linear-gradient(135deg, #ffd983, #f0b761);
	color: #4b2c0d;
	box-shadow: 0 14px 28px rgba(240, 183, 97, 0.2);
}

.mk-feedback-stack {
	display: grid;
	gap: 1rem;
}

.mk-feedback-comments,
.mk-feedback-form-card {
	padding: 1.15rem 1.2rem;
	border-radius: 1.2rem;
	background: rgba(255, 255, 255, 0.64);
	border: 1px solid rgba(42, 137, 193, 0.1);
}

.mk-feedback-comment-list {
	display: grid;
	gap: 0.9rem;
	margin-top: 1rem;
}

.mk-feedback-comment {
	padding: 0.95rem 1rem;
	border-radius: 1rem;
	background: rgba(255, 250, 242, 0.72);
	border: 1px solid rgba(241, 197, 109, 0.14);
}

.mk-feedback-comment-head {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 0.5rem;
}

.mk-feedback-comment-head strong {
	color: var(--mk-ink-900, #11334a);
}

.mk-feedback-comment-head span {
	color: rgba(24, 56, 77, 0.64);
	font-size: 0.82rem;
}

.mk-feedback-comment-rating {
	display: inline-flex;
	align-items: center;
	gap: 0.38rem;
	margin-top: 0.65rem;
	color: #b7822d;
	font-weight: 700;
	font-size: 0.88rem;
}

.mk-feedback-form {
	display: grid;
	gap: 0.9rem;
	margin-top: 1rem;
}

.mk-feedback-field {
	display: grid;
	gap: 0.42rem;
}

.mk-feedback-field span {
	font-weight: 700;
	color: var(--mk-ink-900, #11334a);
}

.mk-feedback-field input,
.mk-feedback-field select,
.mk-feedback-field textarea {
	width: 100%;
	padding: 0.9rem 0.95rem;
	border-radius: 1rem;
	border: 1px solid rgba(42, 137, 193, 0.14);
	background: rgba(255, 255, 255, 0.86);
	color: var(--mk-ink-900, #11334a);
}

.mk-feedback-field textarea {
	resize: vertical;
	min-height: 8.5rem;
}

.mk-feedback-note {
	margin: 0;
	color: rgba(24, 56, 77, 0.66);
	font-size: 0.82rem;
}

.mk-feedback-message {
	display: none;
	padding: 0.85rem 0.95rem;
	border-radius: 1rem;
	background: rgba(124, 171, 115, 0.14);
	border: 1px solid rgba(124, 171, 115, 0.2);
	color: #285d2c;
	font-weight: 700;
}

.mk-feedback-message.is-visible {
	display: block;
}

.mk-feedback-message.is-error {
	background: rgba(214, 106, 117, 0.12);
	border-color: rgba(214, 106, 117, 0.2);
	color: #9b3240;
}

.mk-notify-is-open {
	overflow: hidden;
}

.mk-notify-modal[hidden] {
	display: none;
}

.mk-notify-modal {
	position: fixed;
	inset: 0;
	z-index: 10000;
	display: grid;
	place-items: center;
	padding: 1.2rem;
}

.mk-notify-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(12, 40, 54, 0.58);
	backdrop-filter: blur(8px);
}

.mk-notify-dialog {
	position: relative;
	z-index: 1;
	width: min(100%, 31rem);
	max-height: min(90vh, 44rem);
	overflow: auto;
	padding: clamp(1.25rem, 4vw, 2rem);
	border-radius: 1.6rem;
	border: 1px solid rgba(255, 255, 255, 0.78);
	background:
		radial-gradient(circle at 12% 0%, rgba(255, 221, 143, 0.48), transparent 34%),
		linear-gradient(135deg, rgba(255, 253, 244, 0.98), rgba(237, 250, 255, 0.96));
	box-shadow: 0 24px 64px rgba(7, 91, 120, 0.28);
	color: #173241;
}

.mk-notify-close {
	position: absolute;
	top: 0.8rem;
	right: 0.8rem;
	display: grid;
	width: 2.2rem;
	height: 2.2rem;
	place-items: center;
	border: 1px solid rgba(29, 95, 129, 0.16);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.72);
	color: #1d5f81;
	font-size: 1.5rem;
	line-height: 1;
	cursor: pointer;
}

.mk-notify-kicker {
	margin: 0 0 0.5rem;
	color: #1d5f81;
	font-size: 0.74rem;
	font-weight: 900;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.mk-notify-dialog h3 {
	margin: 0;
	color: #173241;
	font-size: clamp(1.35rem, 4vw, 1.85rem);
	line-height: 1.08;
}

.mk-notify-intro,
.mk-notify-privacy {
	margin: 0.8rem 0 0;
	color: #617483;
	line-height: 1.6;
}

.mk-notify-form {
	display: grid;
	gap: 0.85rem;
	margin-top: 1.2rem;
}

.mk-notify-field {
	display: grid;
	gap: 0.35rem;
	margin: 0;
	color: #173241;
	font-weight: 800;
}

.mk-notify-field input {
	width: 100%;
	min-height: 2.85rem;
	border: 1px solid rgba(29, 95, 129, 0.18);
	border-radius: 0.95rem;
	background: rgba(255, 255, 255, 0.78);
	color: #173241;
	padding: 0.65rem 0.85rem;
}

.mk-notify-consent {
	display: flex;
	gap: 0.7rem;
	align-items: flex-start;
	margin: 0.15rem 0 0;
	color: #425766;
	font-size: 0.92rem;
	line-height: 1.45;
}

.mk-notify-consent input {
	margin-top: 0.2rem;
	accent-color: #1d5f81;
}

.mk-notify-privacy {
	margin-top: 0;
	font-size: 0.84rem;
}

.mk-notify-submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 2.8rem;
	border: 0;
	border-radius: 999px;
	background: linear-gradient(135deg, #1d5f81, #4c8a4b);
	color: #fff;
	font-weight: 900;
	cursor: pointer;
	box-shadow: 0 14px 28px rgba(29, 95, 129, 0.18);
}

.mk-notify-submit:hover,
.mk-notify-submit:focus-visible {
	filter: brightness(1.06);
}

.mk-notify-form.is-loading .mk-notify-submit {
	opacity: 0.68;
	pointer-events: none;
}

.mk-notify-message {
	display: none;
	margin: 0;
	padding: 0.75rem 0.85rem;
	border-radius: 0.95rem;
	border: 1px solid rgba(76, 138, 75, 0.22);
	background: rgba(241, 255, 238, 0.78);
	color: #346b32;
	font-weight: 800;
	line-height: 1.45;
}

.mk-notify-message.is-visible {
	display: block;
}

.mk-notify-message.is-error {
	border-color: rgba(154, 63, 45, 0.24);
	background: rgba(255, 239, 235, 0.78);
	color: #9a3f2d;
}

.pagination {
	margin-top: 1.5rem;
}

.pagination .pagination-list,
.pagination ul {
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem;
	padding: 0;
	margin: 0;
	list-style: none;
}

.pagination a,
.pagination span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 2.5rem;
	padding: 0.6rem 0.85rem;
	border-radius: 999px;
	border: 1px solid rgba(42, 137, 193, 0.12);
	background: rgba(255, 255, 255, 0.76);
	color: var(--mk-ink-800, #18384d);
	text-decoration: none;
}

.pagination .active span,
.pagination a:hover {
	border-color: rgba(42, 137, 193, 0.22);
	background: rgba(241, 197, 109, 0.18);
	color: var(--mk-ink-900, #11334a);
}

@keyframes mk-spin {
	to {
		transform: rotate(360deg);
	}
}

@media (max-width: 760px) {
	body.site:not(.view-home_page):not(.view-home_page_pt):not(.view-home_page_en) .page-title_h1 {
		font-size: clamp(1.85rem, 10vw, 2.9rem);
	}

	.tv-frame {
		padding: 0.75rem;
		border-radius: 1.35rem;
	}

	.tv-label {
		left: 0.75rem;
		top: 0.75rem;
	}

	.mk-cam-list {
		grid-template-columns: 1fr;
	}

	.mk-card-stats {
		padding-top: 0.2rem;
	}

	.mk-no-camera-layout,
	.mk-no-camera-points {
		grid-template-columns: 1fr;
	}

	body.site .pm-cartoes-grid {
		grid-template-columns: 1fr;
	}

	body.site .pm-card,
	body.site .pm-card-image img {
		min-height: 17rem;
	}

	body.site .pm-card-stats {
		bottom: 0.85rem;
	}

	body.site .pm-card-title {
		bottom: 3.55rem;
	}

	.mk-camera-stat-grid,
	.mk-feedback {
		grid-template-columns: 1fr;
	}

	.mk-feedback-share-menu {
		left: 0;
		right: 0;
		min-width: 0;
	}

	.mk-feedback-share-links {
		grid-template-columns: 1fr;
	}
}
