/* Tracker Mobile 새 공통 shell 기반 스타일. 실제 PJAX 전환은 opt-in 링크에서만 동작한다. */
@font-face {
	font-family: "Tracker Gmarket Sans";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("../fonts/GmarketSansMedium.woff") format("woff");
}

@font-face {
	font-family: "Tracker Gmarket Sans";
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url("../fonts/GmarketSansBold.woff") format("woff");
}

:root {
	--app-shell-max-width: 44rem;
	--app-bottom-nav-height: clamp(4.25rem, 20.2667cqw, 5.5rem);
	--app-bottom-safe-area: env(safe-area-inset-bottom, 0rem);
	--app-bottom-nav-active: #8fc3e8;
	--app-bottom-nav-inactive: #858585;
	--app-brand: #6fc2c9;
	--app-brand-dark: #26757d;
	--app-brand-soft: #e6f7f8;
	--app-surface: #ffffff;
	--app-page-bg: #eaf7f8;
	--app-text: #111111;
	--app-muted: #6f7c80;
}

.app-shell-root {
	width: 100%;
	max-width: var(--app-shell-max-width);
	min-height: 100dvh;
	margin: 0 auto;
	background: var(--app-page-bg);
	color: var(--app-text);
	position: relative;
	overflow: hidden;
}

#wrap.app-shell-enabled {
	position: relative;
	max-width: var(--app-shell-max-width);
	min-height: 100vh;
	min-height: 100dvh;
	background: var(--app-page-bg);
}

#wrap.app-shell-enabled > div#wrap-color {
	box-sizing: border-box;
	padding-bottom: calc(var(--app-bottom-nav-height) + var(--app-bottom-safe-area));
	transform: none !important;
}

#wrap.app-shell-enabled > div#wrap-color.left {
	transform: none !important;
}

#wrap.app-shell-enabled > div#wrap-color > div.black {
	display: none !important;
}

#wrap.app-shell-enabled .header .bars-left,
#wrap.app-shell-enabled .header div.bars {
	visibility: hidden;
	pointer-events: none;
}

#wrap.app-shell-enabled .contents {
	box-sizing: border-box;
	padding-bottom: calc(var(--app-bottom-nav-height) + var(--app-bottom-safe-area));
}

.app-shell-content {
	min-height: 100dvh;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	padding-bottom: calc(var(--app-bottom-nav-height) + var(--app-bottom-safe-area));
}

#wrap > div#left.app-bottom-menu,
#wrap > div#left.app-bottom-menu.left,
.app-bottom-menu {
	position: fixed;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%) !important;
	-webkit-transform: translateX(-50%) !important;
	z-index: 1000;
	width: 100%;
	max-width: var(--app-shell-max-width);
	height: calc(var(--app-bottom-nav-height) + var(--app-bottom-safe-area));
	padding: clamp(0.625rem, 2.6667cqw, 0.75rem) clamp(1.25rem, 5.3333cqw, 1.5rem) calc(clamp(0.625rem, 2.6667cqw, 0.75rem) + var(--app-bottom-safe-area));
	background: #ffffff;
	border: 0;
	border-top: 0;
	box-shadow: 0 -0.5px 0 rgba(0, 0, 0, 0.1);
	-webkit-backdrop-filter: blur(20px);
	backdrop-filter: blur(20px);
	box-sizing: border-box;
}

.app-bottom-menu-list {
	display: flex;
	align-items: stretch;
	gap: clamp(0.3125rem, 1.3333cqw, 0.375rem);
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	overflow-x: hidden;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
}

.app-bottom-menu-list::-webkit-scrollbar {
	display: none;
}

.app-bottom-menu-item {
	display: flex;
	align-items: flex-start;
	flex: 1 1 25%;
	min-width: 0;
	border: 0 !important;
}

.app-bottom-menu-link {
	display: flex !important;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: clamp(0.5rem, 2.1333cqw, 0.6rem);
	width: 100%;
	height: clamp(3.125rem, 13.3333cqw, 3.625rem);
	padding: 0 !important;
	border-radius: 0;
	color: var(--app-bottom-nav-inactive) !important;
	line-height: 1.1 !important;
	text-align: center;
	text-decoration: none !important;
	box-sizing: border-box;
}

.app-bottom-menu-link .app-bottom-menu-icon {
	display: block;
	flex: 0 0 auto;
	width: clamp(1.125rem, 4.8cqw, 1.375rem);
	height: clamp(1.125rem, 4.8cqw, 1.375rem);
	margin: 0 !important;
	background-color: currentColor !important;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	mask-size: contain;
	transition: color 0.2s ease;
}

.app-bottom-menu-icon-home {
	-webkit-mask-image: url("../img/tracker-nav-home.svg");
	mask-image: url("../img/tracker-nav-home.svg");
}

.app-bottom-menu-icon-location {
	-webkit-mask-image: url("../img/tracker-nav-location.svg");
	mask-image: url("../img/tracker-nav-location.svg");
}

.app-bottom-menu-icon-heat {
	-webkit-mask-image: url("../img/tracker-nav-heat.svg");
	mask-image: url("../img/tracker-nav-heat.svg");
}

.app-bottom-menu-icon-config {
	-webkit-mask-image: url("../img/tracker-nav-config.svg");
	mask-image: url("../img/tracker-nav-config.svg");
}

.app-bottom-menu-link .app-bottom-menu-label {
	display: block;
	max-width: 100%;
	font-family: "Tracker Gmarket Sans", sans-serif;
	font-size: clamp(0.75rem, 3.2cqw, 0.875rem) !important;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.1667;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transform: none !important;
	-webkit-transform: none !important;
	color: inherit !important;
}

.app-bottom-menu-link.ac {
	color: var(--app-bottom-nav-active) !important;
}

.app-bottom-menu-link.ac .app-bottom-menu-icon {
	background-color: currentColor !important;
	transform: none;
}

.app-bottom-menu-link:focus-visible {
	outline: 2px solid var(--app-brand-dark);
	outline-offset: -2px;
}

/* Batch 4-G-3: keep bottom navigation at final ratios before app-shell JS runs. */
#wrap.app-shell-enabled,
#wrap:has(> .app-bottom-menu) {
	container-type: inline-size;
	max-width: var(--app-shell-max-width);
	margin-left: auto;
	margin-right: auto;
}

#wrap > .app-bottom-menu,
#wrap.app-shell-enabled > .app-bottom-menu {
	max-width: var(--app-shell-max-width);
	height: calc(var(--app-bottom-nav-height) + var(--app-bottom-safe-area));
	padding: clamp(0.625rem, 2.6667cqw, 0.75rem) clamp(1.25rem, 5.3333cqw, 1.5rem) calc(clamp(0.625rem, 2.6667cqw, 0.75rem) + var(--app-bottom-safe-area));
	border-top: 0;
}

#wrap > .app-bottom-menu .app-bottom-menu-list,
#wrap.app-shell-enabled > .app-bottom-menu .app-bottom-menu-list {
	gap: clamp(0.3125rem, 1.3333cqw, 0.375rem);
}

#wrap > .app-bottom-menu .app-bottom-menu-link,
#wrap.app-shell-enabled > .app-bottom-menu .app-bottom-menu-link {
	min-width: 0;
	height: clamp(3.125rem, 13.3333cqw, 3.625rem);
	gap: clamp(0.5rem, 2.1333cqw, 0.6rem);
}

#wrap > .app-bottom-menu .app-bottom-menu-icon,
#wrap.app-shell-enabled > .app-bottom-menu .app-bottom-menu-icon {
	width: clamp(1.125rem, 4.8cqw, 1.375rem);
	height: clamp(1.125rem, 4.8cqw, 1.375rem);
}

#wrap > .app-bottom-menu .app-bottom-menu-label,
#wrap.app-shell-enabled > .app-bottom-menu .app-bottom-menu-label {
	font-size: clamp(0.75rem, 3.2cqw, 0.875rem) !important;
	line-height: 1.1667;
}

.app-loading-overlay {
	position: fixed;
	inset: 0;
	z-index: 2000;
	display: none;
	align-items: center;
	justify-content: center;
	background: rgba(111, 194, 201, 0.92);
	color: #fff;
}

.app-loading-overlay.is-active {
	display: flex;
}

.app-loading-box {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 14px;
	font-weight: 800;
	letter-spacing: 0;
}

.app-loading-spinner {
	width: 46px;
	height: 46px;
	border-radius: 50%;
	border: 4px solid rgba(255, 255, 255, 0.45);
	border-top-color: #fff;
	animation: app-loading-spin 0.9s linear infinite;
}

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


/* Batch 4-H: heat map screen draft-aligned map and filter. */
.tracker-heat-page {
	min-height: 100vh;
	min-height: 100dvh;
	margin: 0;
	background: #d8e7e6;
}

.tracker-heat-page #wrap.app-heat-wrap {
	--heat-frame-h: 216.5333cqw;
	--heat-nav-h: clamp(4.25rem, 20.2667cqw, 5.5rem);
	--heat-filter-top: 12.9333cqw;
	--heat-filter-h: 10.9333cqw;
	--heat-filter-radius: 5.4667cqw;
	--app-bottom-nav-height: var(--heat-nav-h);
	position: relative;
	width: 100%;
	max-width: var(--app-shell-max-width);
	min-height: 100vh;
	min-height: 100dvh;
	margin: 0 auto;
	background: #d8e7e6;
	container-type: inline-size;
	overflow: hidden;
}

.tracker-heat-page #wrap.app-heat-wrap > div#wrap-color.app-heat-shell,
.tracker-heat-page #wrap-color.app-heat-shell {
	position: relative;
	min-height: max(100dvh, var(--heat-frame-h));
	padding: 0;
	padding-bottom: 0;
	background: #d8e7e6 !important;
	overflow: hidden;
}

.tracker-heat-page .app-heat-map-layer {
	position: absolute;
	inset: 0 0 var(--heat-nav-h) 0;
	z-index: 1;
	overflow: hidden;
	background: #d8e7e6;
}

.tracker-heat-page .app-heat-map {
	position: absolute !important;
	inset: 0;
	width: 100%;
	height: 100% !important;
	min-height: 0 !important;
	padding: 0 !important;
}

.tracker-heat-page .app-heat-filter {
	position: absolute;
	left: 6.4%;
	top: var(--heat-filter-top);
	z-index: 5;
	display: grid;
	grid-template-columns: 76.4526% 20.4893%;
	column-gap: 3.0581%;
	align-items: stretch;
	width: 87.2%;
	height: var(--heat-filter-h);
	margin: 0;
}

.tracker-heat-page .app-heat-date-field {
	position: relative;
	display: block;
	height: 100%;
}

.tracker-heat-page .app-heat-date-field input {
	width: 100%;
	height: 100%;
	border: 0;
	border-radius: var(--heat-filter-radius);
	padding: 0 11.2cqw 0 4.8cqw;
	background: #fff;
	box-shadow: 0 2.1333cqw 6.4cqw rgba(20, 60, 67, 0.14);
	color: #25454b;
	font-size: 4cqw;
	font-weight: 800;
	letter-spacing: 0;
	outline: none;
}

.tracker-heat-page .app-heat-date-field input::-webkit-calendar-picker-indicator {
	display: none;
}

.tracker-heat-page .app-heat-date-icon {
	position: absolute;
	right: 4.2667cqw;
	top: 50%;
	transform: translateY(-50%);
	font-size: 5.3333cqw;
	color: #78a7b1;
	pointer-events: none;
}

.tracker-heat-page .app-heat-search-button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	border: 0;
	border-radius: var(--heat-filter-radius);
	background: #8fc3e8;
	box-shadow: 0 2.1333cqw 6.4cqw rgba(41, 106, 151, 0.2);
	color: #fff;
	font-size: 3.7333cqw;
	font-weight: 900;
	letter-spacing: 0;
}

.tracker-heat-page .app-heat-map-message {
	position: absolute;
	left: 6.4%;
	right: 6.4%;
	top: calc(var(--heat-filter-top) + var(--heat-filter-h) + 3.2cqw);
	z-index: 6;
	display: none;
	padding: 2.6667cqw 3.2cqw;
	border: 0.2667cqw solid rgba(111, 194, 201, 0.58);
	border-radius: 3.2cqw;
	background: rgba(255, 255, 255, 0.94);
	box-shadow: 0 2.1333cqw 6.4cqw rgba(20, 60, 67, 0.12);
	color: #25454b;
	font-size: 3.4667cqw;
	font-weight: 700;
	line-height: 1.4;
}

.tracker-heat-page .daterangepicker {
	z-index: 1500;
}

@media (min-width: 48rem) {
	.tracker-heat-page #wrap.app-heat-wrap {
		box-shadow: 0 0 2rem rgba(20, 60, 67, 0.12);
	}
}

@media (max-width: 22.5rem) {
	:root {
		--app-bottom-nav-height: 4.25rem;
	}
}


/* Batch 4-D login/loading theme */
:root {
	--app-deep: #0f6f78;
	--app-deep-2: #168b94;
	--app-mint: #86d7dc;
	--app-ink: #183236;
	--app-soft-line: rgba(15, 111, 120, 0.16);
}

body.tracker-login-page {
	min-height: 100vh;
	min-height: 100dvh;
	margin: 0;
	background: #6fc2c9;
}

.tracker-login-page #wrap.wrap.blue {
	width: 100%;
	max-width: var(--app-shell-max-width);
	min-height: 100vh;
	min-height: 100dvh;
	margin: 0 auto;
	background: #6fc2c9;
}

.tracker-login-page #wrap.wrap.blue > #wrap-color.login_back {
	min-height: 100vh;
	min-height: 100dvh;
	background: linear-gradient(180deg, #68bec6 0%, #4aa9b3 42%, #238691 100%);
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

.tracker-login-page .login {
	position: static;
	display: flex;
	min-height: 100vh;
	min-height: 100dvh;
	width: 100%;
	max-width: 420px;
	margin: 0 auto;
	padding: 76px 34px 36px;
	box-sizing: border-box;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}

.tracker-login-page .login .top {
	margin: 0 0 50px;
}

.tracker-login-page .login .top .logo {
	width: min(248px, 74vw);
	max-width: 100%;
	height: auto;
}

.tracker-login-page .login-content {
	width: 100%;
}

.tracker-login-page .login-input {
	margin-top: 0;
}

.tracker-login-page .login-input > input {
	height: 54px;
	padding: 0 20px;
	border: 1px solid rgba(255, 255, 255, 0.72);
	border-radius: 27px;
	background: rgba(255, 255, 255, 0.16);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18), 0 16px 34px rgba(19, 91, 99, 0.14);
	font-size: 17px;
	font-weight: 800;
	letter-spacing: 0;
	color: #fff;
	outline: none;
}

.tracker-login-page .login-input > input:focus {
	border-color: #fff;
	background: rgba(255, 255, 255, 0.22);
	box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.16), 0 16px 34px rgba(19, 91, 99, 0.16);
}

.tracker-login-page .login-input > input::placeholder {
	color: rgba(255, 255, 255, 0.86);
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0;
}

.tracker-login-page .phone-check-tag {
	padding: 3px 20px 0;
	font-size: 12px;
	line-height: 1.45;
	color: rgba(255, 255, 255, 0.86);
}

.tracker-login-page .btn-section {
	margin-top: 20px;
}

.tracker-login-page .full-btn {
	height: 54px;
	margin-top: 0;
	border-radius: 27px;
	background: #fff;
	box-shadow: 0 18px 36px rgba(19, 91, 99, 0.2);
	font-size: 17px;
	font-weight: 900;
	line-height: 54px;
	letter-spacing: 0;
	color: var(--app-deep) !important;
	cursor: pointer;
}

.tracker-login-page .full-btn:active {
	transform: translateY(1px);
	box-shadow: 0 10px 22px rgba(19, 91, 99, 0.18);
}

.tracker-login-page .add-explain {
	margin-top: 42px;
	font-size: 10px;
	font-weight: 700;
	line-height: 1.55;
	text-align: center;
	color: rgba(255, 255, 255, 0.62);
	letter-spacing: 0;
}

.app-loading-overlay {
	background: linear-gradient(180deg, rgba(104, 190, 198, 0.9) 0%, rgba(35, 134, 145, 0.9) 100%);
	backdrop-filter: blur(2px);
}

.app-loading-box {
	gap: 16px;
	font-size: 15px;
	font-weight: 900;
	text-align: center;
}

.app-loading-brand {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 74px;
	height: 74px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.18);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.24), 0 20px 38px rgba(20, 91, 100, 0.18);
}

.app-loading-mark {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 0 0 9px rgba(255, 255, 255, 0.22);
	animation: app-loading-pulse 1.2s ease-in-out infinite;
}

.app-loading-spinner {
	display: none;
}

.app-loading-text {
	color: #fff;
	letter-spacing: 0;
}

@keyframes app-loading-pulse {
	0%, 100% {
		transform: scale(0.82);
		opacity: 0.72;
	}
	50% {
		transform: scale(1);
		opacity: 1;
	}
}

@media (min-width: 43.8125rem) {
	body.tracker-login-page {
		background: #dceff1;
	}

	.tracker-login-page #wrap.wrap.blue {
		box-shadow: 0 0 0 1px rgba(15, 111, 120, 0.08), 0 22px 64px rgba(15, 111, 120, 0.16);
	}
}

@media (max-width: 22.5rem) {
	.tracker-login-page .login {
		padding: 58px 24px 28px;
	}

	.tracker-login-page .login .top {
		margin-bottom: 38px;
	}

	.tracker-login-page .login-input > input,
	.tracker-login-page .full-btn {
		height: 50px;
		border-radius: 25px;
	}

	.tracker-login-page .full-btn {
		line-height: 50px;
	}
}


/* Batch 4-E loading transition tuning */
.app-loading-overlay {
	display: flex;
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.22s ease, visibility 0s linear 0.22s;
	will-change: opacity;
}

.app-loading-overlay.is-active {
	visibility: visible;
	opacity: 1;
	pointer-events: auto;
	transition: opacity 0.22s ease;
}

.app-loading-overlay .app-loading-box {
	transform: translateY(6px) scale(0.98);
	opacity: 0.92;
	transition: transform 0.22s ease, opacity 0.22s ease;
}

.app-loading-overlay.is-active .app-loading-box {
	transform: translateY(0) scale(1);
	opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
	.app-loading-overlay,
	.app-loading-overlay .app-loading-box,
	.app-loading-mark {
		animation: none !important;
		transition: none !important;
	}
}


/* Batch 4-F-5 main screen theme: Figma 375x812 coordinates converted to container ratios. */
.tracker-main-page {
	background: #eef7f8;
}

.tracker-main-page .wrap {
	background-color: #fff;
}

.tracker-main-page .contents > div.row div.today p.title img {
	display: none;
}

.tracker-main-page .contents > div.row div.today p.date span {
	color: #fff;
}

.tracker-main-page .plus-wrap .arrow-section .right-arr.only-arr > button {
	display: none;
}

.tracker-main-page .green#wrap > div#left div.user blockquote a,
.tracker-main-page .yellow#wrap > div#left div.user blockquote a,
.tracker-main-page .red#wrap > div#left div.user blockquote a {
	background-color: #6fc2c9 !important;
}

.tracker-main-page #wrap.app-main-wrap {
	width: 100%;
	max-width: var(--app-shell-max-width);
	min-height: 100vh;
	min-height: 100dvh;
	margin: 0 auto;
	background: #ffffff;
	container-type: inline-size;
	--main-state: #8FC3E8;
	--main-state-text: #8FC3E8;
	--main-content-h: 196.2667cqw;
	--main-nav-h: clamp(4.25rem, 20.2667cqw, 5.5rem);
	--main-radius: 4cqw;
	--main-stroke: 0.2667cqw;
	--main-card-top: 129.0667cqw;
	--app-bottom-nav-height: var(--main-nav-h);
}

.tracker-main-page #wrap.app-main-wrap.green {
	--main-state: #A7C658;
	--main-state-text: #A7C658;
}

.tracker-main-page #wrap.app-main-wrap.yellow {
	--main-state: #FDC645;
	--main-state-text: #FDC645;
}

.tracker-main-page #wrap.app-main-wrap.red {
	--main-state: #F0897D;
	--main-state-text: #F0897D;
}

.tracker-main-page .app-bottom-menu {
	max-width: var(--app-shell-max-width);
	height: calc(var(--main-nav-h) + var(--app-bottom-safe-area));
	padding: clamp(0.625rem, 2.6667cqw, 0.75rem) clamp(1.25rem, 5.3333cqw, 1.5rem) calc(clamp(0.625rem, 2.6667cqw, 0.75rem) + var(--app-bottom-safe-area));
	border-top: 0;
}

.tracker-main-page .app-bottom-menu-list {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: clamp(0.3125rem, 1.3333cqw, 0.375rem);
}

.tracker-main-page .app-bottom-menu-link {
	min-width: 0;
	height: clamp(3.125rem, 13.3333cqw, 3.625rem);
	gap: clamp(0.5rem, 2.1333cqw, 0.6rem);
}

.tracker-main-page .app-bottom-menu-link .app-bottom-menu-icon {
	width: clamp(1.125rem, 4.8cqw, 1.375rem);
	height: clamp(1.125rem, 4.8cqw, 1.375rem);
}

.tracker-main-page .app-bottom-menu-link .app-bottom-menu-label {
	font-size: clamp(0.75rem, 3.2cqw, 0.875rem);
	line-height: 1.1667;
}

.tracker-main-page #wrap-color {
	position: relative;
	min-height: 100vh;
	min-height: 100dvh;
	background: #ffffff !important;
	padding-bottom: 0;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

.tracker-main-page .header {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 20;
	width: 100%;
	max-width: none;
	height: 21.3333cqw;
	transform: none;
	background: transparent;
	border: 0;
	box-shadow: none;
	pointer-events: none;
}

.tracker-main-page .header h2,
.tracker-main-page .header .bars-left,
.tracker-main-page .header div.bars {
	display: none !important;
}

.tracker-main-page .header a.refresh {
	position: absolute;
	top: 16cqw;
	right: 7.2%;
	display: inline-flex !important;
	visibility: visible !important;
	width: 4.8cqw;
	height: 4.8cqw;
	margin: 0;
	align-items: center;
	justify-content: center;
	border: 0;
	border-radius: 50%;
	background: transparent;
	color: #ffffff;
	font-size: 5.3333cqw;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	pointer-events: auto;
}

.tracker-main-page .header a.refresh::before {
	content: "\21bb";
	display: block;
	transform: translateY(-0.05em);
}

.tracker-main-page #main1.app-main-screen {
	min-height: calc(100vh - var(--app-bottom-nav-height) - var(--app-bottom-safe-area));
	min-height: calc(100dvh - var(--app-bottom-nav-height) - var(--app-bottom-safe-area));
	min-height: max(calc(100dvh - var(--app-bottom-nav-height) - var(--app-bottom-safe-area)), var(--main-content-h));
	padding: 0;
	box-sizing: border-box;
	background-color: var(--main-state) !important;
	background-image: linear-gradient(180deg, var(--main-state) 0%, var(--main-state) 15%, #ffffff 100%) !important;
	background-position: 0 0 !important;
	background-repeat: no-repeat !important;
	background-size: 100% 100% !important;
	overflow: visible;
}

.tracker-main-page .app-main-screen > .app-main-panel {
	position: relative;
	display: block;
	min-height: calc(100vh - var(--app-bottom-nav-height) - var(--app-bottom-safe-area));
	min-height: calc(100dvh - var(--app-bottom-nav-height) - var(--app-bottom-safe-area));
	min-height: max(calc(100dvh - var(--app-bottom-nav-height) - var(--app-bottom-safe-area)), var(--main-content-h));
	margin: 0;
	background-color: var(--main-state);
	background-image: linear-gradient(180deg, var(--main-state) 0%, var(--main-state) 15%, #ffffff 100%);
	overflow: hidden;
}

.tracker-main-page .app-main-date-block,
.tracker-main-page .contents > div.row div.today.app-main-date-block {
	position: absolute;
	inset: 0 auto auto 0;
	z-index: 2;
	width: 100%;
	height: var(--main-content-h);
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	text-align: initial;
	pointer-events: none;
}

.tracker-main-page .app-main-date-block p.title,
.tracker-main-page .app-main-today-title {
	position: absolute;
	left: 6.4%;
	top: 16.2667cqw;
	width: 34.6667%;
	margin: 0;
	font-size: 4.8cqw;
	font-weight: 900;
	line-height: 1.2;
	letter-spacing: 0;
	color: #ffffff;
	text-align: left;
	display: block !important;
	visibility: visible !important;
	opacity: 1 !important;
	height: auto !important;
	min-height: 0 !important;
	overflow: visible !important;
	text-indent: 0 !important;
}

.tracker-main-page .app-main-date-block p.title span {
	color: #ffffff !important;
	text-align: left;
	display: block !important;
	visibility: visible !important;
	opacity: 1 !important;
	height: auto !important;
	min-height: 0 !important;
	overflow: visible !important;
	text-indent: 0 !important;
	white-space: nowrap;
}

.tracker-main-page .app-main-location-pill,
.tracker-main-page .contents > div.row div.today p.date.app-main-location-pill {
	position: absolute;
	left: 23.8667%;
	top: 35.8667cqw;
	display: flex;
	width: 52.5333%;
	height: 10.4cqw;
	margin: 0;
	padding: 0 4.5333cqw;
	box-sizing: border-box;
	align-items: center;
	justify-content: center;
	gap: 1.8667cqw;
	border: var(--main-stroke) solid rgba(255, 255, 255, 0.92);
	border-radius: 50rem;
	background: rgba(255, 255, 255, 0.08);
	box-shadow: none;
	color: #ffffff;
	font-size: 3.2cqw;
	font-weight: 900;
	line-height: 1.2;
	text-align: center;
	pointer-events: auto;
}

.tracker-main-page .app-main-location-pill span,
.tracker-main-page .contents > div.row div.today p.date.app-main-location-pill span {
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	color: #ffffff !important;
	font-size: 3.2cqw;
	font-weight: 900;
	line-height: 1.2;
	white-space: nowrap;
}

.tracker-main-page .app-main-location-icon {
	color: #ffffff;
	font-size: 4cqw;
	line-height: 1;
}

.tracker-main-page .app-main-value-card,
.tracker-main-page .contents > div.row div.currently.app-main-value-card {
	position: absolute;
	left: 16.8%;
	top: 53.0667cqw;
	z-index: 1;
	display: flex;
	width: 66.6667%;
	aspect-ratio: 1 / 1;
	height: auto;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	align-items: center;
	justify-content: center;
	border: 0;
	border-radius: 0;
	background-color: transparent;
	background-image: url(../img/main-earth.gif);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: contain;
	background-blend-mode: normal;
	box-shadow: none;
	backdrop-filter: none;
}

.tracker-main-page .app-main-value-card p.title,
.tracker-main-page .contents > div.row div.currently.app-main-value-card p.title {
	margin: 0;
	font-size: 13.3333cqw;
	font-weight: 900;
	line-height: 1;
	letter-spacing: 0;
	color: #ffffff;
	text-align: center;
	text-shadow: 0 0.13em 0.34em rgba(30, 80, 90, 0.12);
	transform: translateY(-0.8cqw);
}

.tracker-main-page .app-main-info-card {
	position: absolute;
	left: 0;
	right: 0;
	top: var(--main-card-top);
	bottom: 0;
	z-index: 3;
	width: 100%;
	min-height: 67.2cqw;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	border-radius: var(--main-radius) var(--main-radius) 0 0;
	background: #ffffff;
	box-shadow: 0 -2.1333cqw 4.8cqw rgba(58, 111, 121, 0.04);
	text-align: center;
}

.tracker-main-page .app-main-info-title {
	position: absolute;
	left: 0;
	right: 0;
	top: 10.4cqw;
	margin: 0;
	color: #111111;
	font-size: 4cqw;
	font-weight: 900;
	line-height: 1.35;
	letter-spacing: 0;
	text-align: center;
}

.tracker-main-page .app-main-status-line {
	position: absolute;
	left: 0;
	right: 0;
	top: 24.6667cqw;
	display: flex;
	min-height: 6.9333cqw;
	align-items: baseline;
	justify-content: center;
	gap: 1.3333cqw;
	color: var(--main-state-text);
	font-weight: 900;
	line-height: 1.1;
	text-align: center;
}

.tracker-main-page .app-main-grade,
.tracker-main-page .app-main-current-value {
	color: var(--main-state-text);
	font-size: 8cqw;
	font-weight: 900;
	letter-spacing: 0;
}

.tracker-main-page .app-main-unit {
	color: var(--main-state-text);
	font-size: 2.6667cqw;
	font-weight: 900;
	line-height: 1;
}

.tracker-main-page .app-main-message,
.tracker-main-page .contents.main div.notify.absolute.app-main-message {
	position: absolute;
	left: 16.9333%;
	top: 43.3333cqw;
	display: inline-flex;
	width: 66.1333%;
	height: 14.1333cqw;
	max-width: 100%;
	margin: 0;
	padding: 0 5.8667cqw;
	box-sizing: border-box;
	align-items: center;
	justify-content: center;
	border: var(--main-stroke) solid var(--main-state-text);
	border-radius: 50rem;
	background: #ffffff;
	box-shadow: none;
	color: #151515;
	font-size: 3.2cqw;
	font-weight: 900;
	line-height: 1.35;
	word-break: keep-all;
	text-align: center;
}

.tracker-main-page #wrap.app-main-wrap.green .app-main-message,
.tracker-main-page #wrap.app-main-wrap.green .contents.main div.notify.absolute.app-main-message {
	left: 11.6%;
	width: 76.8%;
	height: 15.2cqw;
}

.tracker-main-page .copy.app-main-footnote {
	display: none !important;
}

@media (min-width: 48rem) {
	.tracker-main-page {
		background: #e6f1f2;
	}

	.tracker-main-page #wrap.app-main-wrap {
		box-shadow: 0 0 0 0.2667cqw rgba(15, 111, 120, 0.08), 0 5.8667cqw 17.0667cqw rgba(15, 111, 120, 0.16);
	}
}

/* Batch 4-G location data screen theme: Figma 375x812 coordinates converted to container ratios. */
.tracker-location-page {
  min-height: 100vh;
  min-height: 100dvh;
  background: #eef7f8;
}

.tracker-location-page #wrap.app-location-wrap {
  width: 100%;
  max-width: var(--app-shell-max-width);
  min-height: 100vh;
  min-height: 100dvh;
  margin: 0 auto;
  background: #dde9e8;
  container-type: inline-size;
  --location-frame-h: 216.5333cqw;
  --location-nav-h: clamp(4.25rem, 20.2667cqw, 5.5rem);
  --location-sheet-open-top: 106.1333cqw;
  --location-sheet-collapsed-h: 12.2667cqw;
  --location-sheet-handle-zone: 12.2667cqw;
  --location-brand: #8fc3e8;
  --location-ink: #3a3a3a;
  --location-muted: #8a8f93;
  --location-radius: 4cqw;
  --app-bottom-nav-height: var(--location-nav-h);
}

.tracker-location-page #wrap.app-shell-enabled > div#wrap-color.app-location-shell,
.tracker-location-page #wrap-color.app-location-shell {
  position: relative;
  min-height: max(100vh, var(--location-frame-h));
  min-height: max(100dvh, var(--location-frame-h));
  padding: 0;
  overflow: hidden;
  background: #dde9e8 !important;
}

.tracker-location-page #wrap.app-location-wrap > .app-bottom-menu {
  height: calc(var(--location-nav-h) + var(--app-bottom-safe-area));
}

.app-location-map-layer {
  position: absolute;
  inset: 0 0 var(--location-nav-h) 0;
  z-index: 1;
  overflow: hidden;
  background: #d8e7e6;
}

.app-location-map {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.app-location-map-message {
  position: absolute;
  left: 6.4%;
  right: 6.4%;
  top: 25.3333cqw;
  z-index: 4;
  display: none;
  min-height: 10.9333cqw;
  padding: 2.6667cqw 4.2667%;
  border-radius: 2.6667cqw;
  background: rgba(255, 255, 255, 0.94);
  color: var(--location-ink);
  font-size: 3.4667cqw;
  font-weight: 700;
  line-height: 1.35;
  box-shadow: 0 2.4cqw 5.3333cqw rgba(56, 93, 95, 0.16);
}

.app-location-filter {
  position: absolute;
  left: 6.4%;
  top: 12.9333cqw;
  z-index: 5;
  display: grid;
  grid-template-columns: 76.4526% 20.4893%;
  column-gap: 3.0581%;
  width: 87.2%;
  height: 10.9333cqw;
  margin: 0;
}

.app-location-date-field {
  position: relative;
  display: block;
  height: 100%;
}

.app-location-hidden-label {
  position: absolute;
  width: 0.0625rem;
  height: 0.0625rem;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.app-location-date-field input {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 99rem;
  padding: 0 11.2cqw 0 4.2667cqw;
  background: #fff;
  color: var(--location-ink);
  font-size: 3.4667cqw;
  font-weight: 800;
  letter-spacing: 0;
  box-shadow: 0 2.4cqw 5.3333cqw rgba(56, 93, 95, 0.14);
  appearance: none;
  -webkit-appearance: none;
}

.app-location-date-field input::-webkit-calendar-picker-indicator {
  opacity: 0;
}

.app-location-date-icon {
  position: absolute;
  right: 4.5333cqw;
  top: 50%;
  transform: translateY(-50%);
  color: #9aa2a5;
  font-size: 4cqw;
  pointer-events: none;
}

.app-location-search-button {
  height: 100%;
  border: 0;
  border-radius: 99rem;
  background: var(--location-brand);
  color: #fff;
  font-size: 3.7333cqw;
  font-weight: 900;
  letter-spacing: 0;
  box-shadow: 0 2.4cqw 5.3333cqw rgba(70, 125, 154, 0.2);
}

.tracker-location-page .daterangepicker {
  z-index: 1500;
}

.app-location-sheet {
  position: absolute;
  left: 0;
  right: 0;
  bottom: var(--location-nav-h);
  z-index: 6;
  height: var(--location-sheet-collapsed-h);
  min-height: var(--location-sheet-collapsed-h);
  overflow: hidden;
  border-radius: var(--location-radius) var(--location-radius) 0 0;
  background: #fff;
  box-shadow: 0 -2.6667cqw 6.4cqw rgba(45, 63, 68, 0.1);
  transition: height 120ms ease, top 120ms ease;
  will-change: top;
}

.app-location-sheet.is-expanded,
.app-location-sheet.is-partial {
  top: var(--location-sheet-open-top);
  bottom: var(--location-nav-h);
  height: auto;
}

.app-location-sheet.is-dragging {
  transition: none;
}

.app-location-sheet-handle {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 3;
  width: 100%;
  height: var(--location-sheet-handle-zone);
  margin: 0;
  padding: 0.8cqw 44.8% 0;
  border: 0;
  background: #fff;
  cursor: grab;
  touch-action: none;
}

.app-location-sheet.is-dragging .app-location-sheet-handle {
  cursor: grabbing;
}

.app-location-sheet-handle span {
  display: block;
  width: 100%;
  height: 1.0667cqw;
  margin: 0 auto;
  border-radius: 99rem;
  background: #858585;
}

.app-location-sheet-body {
  display: none;
  position: absolute;
  inset: var(--location-sheet-handle-zone) 0 0;
  overflow-x: hidden;
  overflow-y: auto;
  background: #fff;
  -webkit-overflow-scrolling: touch;
}

.app-location-sheet.is-expanded .app-location-sheet-body,
.app-location-sheet.is-partial .app-location-sheet-body {
  display: block;
}

.app-location-sheet-summary {
  position: sticky;
  top: 0;
  z-index: 4;
  margin: 0 6.4% 1.4667cqw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 12.2667cqw;
  padding: 0 1.0667% 0 4.2667%;
  border-radius: 1.3333cqw;
  background: #f5f5f5;
  box-shadow: 0 -4cqw 0 4cqw #fff, 0 3.2cqw 0 3.2cqw #fff;
}

.app-location-sheet-summary strong {
  display: block;
  color: var(--location-ink);
  font-size: 3.7333cqw;
  font-weight: 900;
  line-height: 1.1;
}

.app-location-sheet-summary small,
.app-location-sheet-summary div > span {
  display: block;
  margin-top: 0.8cqw;
  color: var(--location-muted);
  font-size: 2.9333cqw;
  font-weight: 700;
  line-height: 1.1;
}

.app-location-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 22.4%;
  height: 10.1333cqw;
  border-radius: 99rem;
  background: #fff;
  color: var(--location-brand);
  font-size: 3.2cqw;
  font-weight: 900;
  box-shadow: inset 0 0 0 0.2667cqw rgba(143, 195, 232, 0.35);
}

.app-location-list {
  position: relative;
  z-index: 1;
  overflow-x: hidden;
  padding: 4.8cqw 5.4667% 6.4cqw;
}

.app-location-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 15.7333%;
  column-gap: 4%;
  align-items: center;
  min-height: 21.3333cqw;
  padding: 2.4cqw 2.4% 2.6667cqw;
  border-bottom: 0.2667cqw solid #eceff0;
  border-radius: 1.3333cqw;
}

.app-location-row.is-selected {
  border-bottom-color: transparent;
  background: rgba(143, 195, 232, 0.08);
  box-shadow: inset 0 0 0 0.5333cqw rgba(143, 195, 232, 0.55);
  background-clip: padding-box;
}

.app-location-row-main {
  min-width: 0;
}

.app-location-row-primary {
  display: flex;
  align-items: baseline;
  gap: 2.1333cqw;
  min-width: 0;
}

.app-location-row-time {
  display: block;
  color: var(--location-ink);
  font-size: 4.2667cqw;
  font-weight: 900;
  line-height: 1.1;
}

.app-location-row-date {
  display: block;
  color: var(--location-muted);
  font-size: 3.2cqw;
  font-weight: 800;
  line-height: 1.1;
}

.app-location-row-sub {
  display: flex;
  align-items: center;
  gap: 2.1333cqw;
  min-width: 0;
  margin-top: 2.1333cqw;
}

.app-location-row-address {
  display: block;
  min-width: 0;
  overflow: hidden;
  color: var(--location-muted);
  font-size: 3.2cqw;
  font-weight: 800;
  line-height: 1.2;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.app-location-row-chip {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  min-width: 11.7333cqw;
  height: 6.6667cqw;
  padding: 0 2.1333cqw;
  border-radius: 99rem;
  background: rgba(143, 195, 232, 0.18);
  color: #5b99c4;
  font-size: 2.9333cqw;
  font-weight: 900;
}

.app-location-row-map {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 14.6667cqw;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 1.3333cqw;
  background: transparent;
  color: #5b99c4;
  font-size: 2.9333cqw;
  font-weight: 900;
}

.app-location-row-map i {
  display: block;
  margin-bottom: 0.8cqw;
  font-size: 5.0667cqw;
  line-height: 1;
}

.app-location-row-map span {
  display: block;
  line-height: 1;
}

.app-location-empty {
  margin-top: 8cqw;
  color: var(--location-muted);
  font-size: 3.4667cqw;
  font-weight: 800;
  text-align: center;
}

@media (min-width: 48rem) {
  .tracker-location-page {
    background: #e8f4f5;
  }

  .tracker-location-page #wrap.app-location-wrap {
    box-shadow: 0 1.25rem 3.75rem rgba(45, 69, 75, 0.16);
  }
}


/* Batch 4-I: config page draft-aligned profile and member form. */
.tracker-config-page.is-member-edit .daterangepicker {
	z-index: 1500;
	width: max-content;
	max-width: calc(100vw - 2rem);
	height: auto;
}

.tracker-config-page.is-member-edit .daterangepicker .drp-calendar.single {
	width: max-content;
	max-width: none;
	padding: 8px 8px 0;
}

.tracker-config-page.is-member-edit .daterangepicker .drp-calendar.single .calendar-table {
	width: max-content;
	height: auto;
}

.tracker-config-page {
	min-height: 100vh;
	min-height: 100dvh;
	margin: 0;
	background: #d7edf4;
}

.tracker-config-page #wrap.app-config-wrap {
	position: relative;
	width: 100%;
	max-width: var(--app-shell-max-width);
	min-height: 100vh;
	min-height: 100dvh;
	margin: 0 auto;
	background: #d7edf4;
	container-type: inline-size;
	overflow: hidden;
}

.tracker-config-page #wrap-color.app-config-shell {
	min-height: 100vh;
	min-height: 100dvh;
	padding: 0 !important;
	background: linear-gradient(180deg, #d8edf7 0%, #d8edf7 33.9%, #ffffff 34%, #ffffff 100%) !important;
	overflow: hidden;
}

.tracker-config-page .app-config-scroll {
	box-sizing: border-box;
	min-height: 100vh;
	min-height: 100dvh;
	padding: 0 6.4% calc(var(--app-bottom-nav-height) + var(--app-bottom-safe-area) + 8cqw);
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

.tracker-config-page .app-config-hero {
	padding-top: 12.8cqw;
	color: #0e2530;
}

.tracker-config-page .app-config-topbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 6.4cqw;
}

.tracker-config-page .app-config-topbar h1 {
	margin: 0;
	font-size: 5.3333cqw;
	font-weight: 900;
	line-height: 1.2;
	letter-spacing: 0;
}

.tracker-config-page .app-config-logout {
	display: inline-flex;
	align-items: center;
	gap: 1.6cqw;
	border: 0;
	background: transparent;
	color: #0e2530;
	font-size: 3.4667cqw;
	font-weight: 900;
	line-height: 1.2;
	text-decoration: none;
}

.tracker-config-page .app-config-logout i {
	font-size: 5.3333cqw;
	line-height: 1;
}

.tracker-config-page .app-config-profile {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 9.6cqw 0 8.5333cqw;
}

.tracker-config-page .app-config-avatar {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 27.4667cqw;
	height: 27.4667cqw;
	border: 0.5333cqw solid #9dc8df;
	border-radius: 50%;
	background: #ffffff;
	color: #7db7dc;
	font-size: 18.6667cqw;
	line-height: 1;
	overflow: hidden;
}

.tracker-config-page .app-config-profile strong {
	margin-top: 3.7333cqw;
	font-size: 4.2667cqw;
	font-weight: 900;
	line-height: 1.25;
	letter-spacing: 0;
}

.tracker-config-page .app-config-menu-card {
	margin: 0 -6.4% 8cqw;
	padding: 5.3333cqw 6.4% 6.4cqw;
	border-radius: 5.3333cqw 5.3333cqw 0 0;
	background: #ffffff;
}

.tracker-config-page .app-config-menu-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	height: 13.3333cqw;
	border: 0;
	border-bottom: 0.2667cqw solid #dcebed;
	background: transparent;
	color: #101d23;
	font-size: 4cqw;
	font-weight: 900;
	line-height: 1.2;
	letter-spacing: 0;
	text-align: left;
	text-decoration: none;
}

.tracker-config-page .app-config-menu-row:disabled {
	color: rgba(16, 29, 35, 0.45);
}

.tracker-config-page .app-config-menu-row i {
	color: #40545d;
	font-size: 5.3333cqw;
	line-height: 1;
}

.tracker-config-page .app-config-menu-row:disabled i {
	color: rgba(64, 84, 93, 0.35);
}

.tracker-config-page .app-config-form {
	margin: 0;
	padding: 0;
}

.tracker-config-page .app-config-summary-card,
.tracker-config-page .app-config-edit-card {
	box-sizing: border-box;
	width: 100%;
	margin: 0 0 7.4667cqw;
	padding: 5.3333cqw;
	border-radius: 3.2cqw;
	background: #ffffff;
	box-shadow: 0 2.1333cqw 5.8667cqw rgba(28, 76, 94, 0.08);
}

.tracker-config-page .app-config-summary-card {
	border: 0.5333cqw solid #9dc8df;
}

.tracker-config-page .app-config-summary-card h2,
.tracker-config-page .app-config-edit-card h2 {
	margin: 0 0 3.7333cqw;
	padding-bottom: 3.2cqw;
	border-bottom: 0.2667cqw solid #e2edf1;
	color: #162b33;
	font-size: 4cqw;
	font-weight: 900;
	line-height: 1.25;
	letter-spacing: 0;
}

.tracker-config-page .app-config-summary-card dl {
	margin: 0;
}

.tracker-config-page .app-config-summary-card dl > div {
	display: grid;
	grid-template-columns: 38% 1fr;
	align-items: center;
	min-height: 8.8cqw;
}

.tracker-config-page .app-config-summary-card dt,
.tracker-config-page .app-config-summary-card dd {
	margin: 0;
	font-size: 3.4667cqw;
	line-height: 1.25;
	letter-spacing: 0;
}

.tracker-config-page .app-config-summary-card dt {
	color: #8b989d;
	font-weight: 800;
}

.tracker-config-page .app-config-summary-card dd {
	color: #2f3d43;
	font-weight: 900;
	text-align: right;
}

.tracker-config-page .app-config-field {
	display: grid;
	grid-template-columns: 31% 1fr;
	align-items: center;
	min-height: 11.2cqw;
	gap: 3.2cqw;
	margin-bottom: 2.1333cqw;
}

.tracker-config-page .app-config-field label {
	color: #8b989d;
	font-size: 3.4667cqw;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: 0;
}

.tracker-config-page .app-config-field input,
.tracker-config-page .app-config-field select {
	box-sizing: border-box;
	width: 100%;
	height: 9.6cqw;
	min-height: 2.25rem;
	border: 0.2667cqw solid #e6eef1;
	border-radius: 0;
	background: #ffffff;
	color: #33434b;
	font-size: 3.4667cqw;
	font-weight: 800;
	letter-spacing: 0;
	outline: none;
}

.tracker-config-page .app-config-field input {
	padding: 0 2.6667cqw;
}

.tracker-config-page .app-config-field select {
	padding: 0 8cqw 0 2.6667cqw;
}

.tracker-config-page .app-config-field input:focus,
.tracker-config-page .app-config-field select:focus {
	border-color: #8fc3e8;
	box-shadow: 0 0 0 0.8cqw rgba(143, 195, 232, 0.14);
}

.tracker-config-page .app-config-birth-row,
.tracker-config-page .app-config-weight-row {
	display: flex;
	align-items: center;
	gap: 1.3333cqw;
	width: 100%;
}

.tracker-config-page .app-config-birth-row input {
	padding: 0 1.6cqw;
	text-align: center;
}

.tracker-config-page .app-config-birth-row input:first-child {
	flex: 1.28 1 0;
}

.tracker-config-page .app-config-birth-row input:not(:first-child) {
	flex: 0.78 1 0;
}

.tracker-config-page .app-config-birth-row span,
.tracker-config-page .app-config-weight-row span {
	color: #4a5a61;
	font-size: 3.2cqw;
	font-weight: 800;
	line-height: 1;
}

.tracker-config-page .app-config-age {
	display: block;
	margin-top: 1.6cqw;
	color: #74858c;
	font-size: 3.2cqw;
	font-style: normal;
	font-weight: 800;
	line-height: 1.2;
}

.tracker-config-page .app-config-weight-row input {
	flex: 1 1 auto;
}

.tracker-config-page .app-config-submit {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 10.9333cqw;
	margin-top: 5.3333cqw;
	border: 0;
	border-radius: 1.8667cqw;
	background: #8fc3e8;
	color: #ffffff;
	font-size: 4cqw;
	font-weight: 900;
	line-height: 1.2;
	letter-spacing: 0;
}

@media (min-width: 48rem) {
	.tracker-config-page #wrap.app-config-wrap {
		box-shadow: 0 0 2rem rgba(20, 60, 67, 0.12);
	}
}


/* Batch 4-I-2: split config landing and member-edit states. */
.tracker-config-page #wrap-color.app-config-shell {
	background: #d8edf7 !important;
}

.tracker-config-page .app-config-scroll {
	background: linear-gradient(180deg, #d8edf7 0%, #d8edf7 49cqw, #f7fbfd 49cqw, #f7fbfd 100%);
}

.tracker-config-page .app-config-hero {
	padding-top: 10.6667cqw;
}

.tracker-config-page .app-config-menu-card {
	margin: 0 -6.4% 0;
	padding-top: 5.3333cqw;
	padding-bottom: 8.5333cqw;
	border-radius: 5.3333cqw 5.3333cqw 0 0;
	box-shadow: 0 -1.3333cqw 6.4cqw rgba(45, 112, 130, 0.08);
}

.tracker-config-page .app-config-menu-row:disabled {
	display: none;
}

.tracker-config-page .app-config-close {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 8.5333cqw;
	height: 8.5333cqw;
	border: 0;
	background: transparent;
	color: #0e2530;
	font-size: 6.4cqw;
	line-height: 1;
	text-decoration: none;
}

.tracker-config-page:not(.is-member-edit) .app-config-form {
	display: none;
}

.tracker-config-page.is-member-edit #wrap-color.app-config-shell {
	background: #f7fbfd !important;
}

.tracker-config-page.is-member-edit .app-config-scroll {
	background: linear-gradient(180deg, #d8edf7 0%, #d8edf7 24cqw, #f7fbfd 24cqw, #f7fbfd 100%);
	padding-top: 0;
}

.tracker-config-page.is-member-edit .app-config-hero {
	padding-top: 10.6667cqw;
	padding-bottom: 4.2667cqw;
}

.tracker-config-page.is-member-edit .app-config-menu-card,
.tracker-config-page.is-member-edit .app-config-profile {
	display: none;
}

.tracker-config-page.is-member-edit .app-config-summary-card {
	margin-top: 2.6667cqw;
}

.tracker-config-page.is-member-edit .app-config-summary-card,
.tracker-config-page.is-member-edit .app-config-edit-card {
	box-shadow: 0 1.6cqw 5.3333cqw rgba(28, 76, 94, 0.07);
}

/* Batch 4-I-3: config spacing, type scale, and card proportions from draft SVG. */
.tracker-config-page #wrap-color.app-config-shell {
	background: #d8edf7 !important;
}

.tracker-config-page .app-config-scroll {
	background: linear-gradient(180deg, #d8edf7 0%, #d8edf7 85.6cqw, #ffffff 85.6cqw, #ffffff 100%);
	padding-right: 6.4%;
	padding-left: 6.4%;
}

.tracker-config-page .app-config-hero {
	padding-top: 16cqw;
}

.tracker-config-page .app-config-profile {
	padding: 10.9333cqw 0 11.7333cqw;
}

.tracker-config-page .app-config-avatar {
	width: 31.4667cqw;
	height: 31.4667cqw;
	font-size: 21.3333cqw;
}

.tracker-config-page .app-config-profile strong {
	margin-top: 5.3333cqw;
	font-size: 4.2667cqw;
}

.tracker-config-page .app-config-menu-card {
	margin: 0 -6.4% 0;
	padding: 6.6667cqw 6.4% 8.5333cqw;
	border-radius: 4cqw 4cqw 0 0;
	box-shadow: none;
}

.tracker-config-page .app-config-menu-row {
	height: 15.2cqw;
	font-size: 4.2667cqw;
}

.tracker-config-page.is-member-edit #wrap-color.app-config-shell {
	background: #f7fbfd !important;
}

.tracker-config-page.is-member-edit .app-config-scroll {
	background: linear-gradient(180deg, #d8edf7 0%, #d8edf7 116.8cqw, #ffffff 116.8cqw, #ffffff 100%);
}

.tracker-config-page.is-member-edit .app-config-hero {
	padding-top: 16cqw;
	padding-bottom: 10.9333cqw;
}

.tracker-config-page.is-member-edit .app-config-summary-card {
	width: 82.9333cqw;
	margin: 0 auto 9.6cqw;
	padding: 3.7333cqw 6.1333cqw 4.8cqw;
	border-radius: 3.7333cqw;
	box-shadow: none;
}

.tracker-config-page.is-member-edit .app-config-summary-card h2 {
	margin-bottom: 4.8cqw;
	padding-bottom: 3.2cqw;
	font-size: 4.2667cqw;
}

.tracker-config-page.is-member-edit .app-config-summary-card dl > div {
	grid-template-columns: 37% 1fr;
	min-height: 11.2cqw;
}

.tracker-config-page.is-member-edit .app-config-edit-card {
	width: auto;
	margin: 0 -6.4%;
	padding: 6.6667cqw 6.4% 0;
	border-radius: 4cqw 4cqw 0 0;
	background: #ffffff;
	box-shadow: none;
}

.tracker-config-page.is-member-edit .app-config-edit-card h2 {
	display: none;
}

.tracker-config-page.is-member-edit .app-config-field {
	grid-template-columns: 31.5% 1fr;
	min-height: 13.3333cqw;
	gap: 0;
	margin-bottom: 0;
	border-bottom: 0.2667cqw solid #c6deef;
}

.tracker-config-page.is-member-edit .app-config-field label {
	font-size: 3.4667cqw;
}

.tracker-config-page.is-member-edit .app-config-field input,
.tracker-config-page.is-member-edit .app-config-field select {
	height: 9.0667cqw;
	border-color: #f2f2f7;
	font-size: 3.4667cqw;
}

.tracker-config-page.is-member-edit .app-config-age {
	grid-column: 2;
	margin-top: 1.0667cqw;
}

.tracker-config-page.is-member-edit .app-config-submit {
	height: 11.7333cqw;
	margin-top: 6.9333cqw;
	border-radius: 2.1333cqw;
	font-size: 4.2667cqw;
}

/* Batch 4-I-4: member edit one-line fields and main position refinements. */
.tracker-config-page.is-member-edit .app-config-scroll {
	overflow-y: auto;
	padding-bottom: calc(var(--app-bottom-nav-height) + var(--app-bottom-safe-area) + 22cqw);
}

.tracker-config-page.is-member-edit .app-config-edit-card {
	padding-bottom: 10.6667cqw;
}

.tracker-config-page.is-member-edit .app-config-field {
	grid-template-columns: 24% minmax(0, 1fr);
	gap: 2.4cqw;
}

.tracker-config-page.is-member-edit .app-config-birth-row,
.tracker-config-page.is-member-edit .app-config-weight-row {
	min-width: 0;
	flex-wrap: nowrap;
	gap: 0.8cqw;
}

.tracker-config-page.is-member-edit .app-config-birth-row input,
.tracker-config-page.is-member-edit .app-config-weight-row input {
	min-width: 0;
	padding-right: 0.8cqw;
	padding-left: 0.8cqw;
}

.tracker-config-page.is-member-edit .app-config-birth-row input:first-child {
	flex: 0 1 17.6cqw;
}

.tracker-config-page.is-member-edit .app-config-birth-row input:not(:first-child) {
	flex: 0 1 10.6667cqw;
}

.tracker-config-page.is-member-edit .app-config-birth-row span,
.tracker-config-page.is-member-edit .app-config-weight-row span {
	flex: 0 0 auto;
	white-space: nowrap;
}

.tracker-config-page.is-member-edit .app-config-weight-row input {
	flex: 1 1 auto;
}

.tracker-config-page.is-member-edit .app-config-submit {
	margin-bottom: 6.4cqw;
}

.tracker-main-page .app-main-date-block p.title,
.tracker-main-page .app-main-today-title {
	top: 16cqw;
}

.tracker-main-page .header a.refresh {
	top: 15.7333cqw;
}

.tracker-main-page .app-main-location-pill,
.tracker-main-page .contents > div.row div.today p.date.app-main-location-pill {
	left: 23.7333%;
	top: 35.7333cqw;
}

/* Batch 4-K-2: draft-anchored main header and natural member edit scrolling. */
.tracker-main-page .app-main-date-block p.title,
.tracker-main-page .app-main-today-title {
	left: 6.635%;
	top: 16.2427cqw;
	width: 36%;
	transform: none;
	text-align: left;
}

.tracker-main-page .app-main-date-block p.title span {
	text-align: left;
}

.tracker-main-page .header .text-right {
	position: static;
}

.tracker-main-page .header a.refresh {
	top: 16cqw;
	right: 7.2%;
	width: 4.8cqw;
	height: 4.8cqw;
	font-size: 0;
	transform: none;
}

.tracker-main-page .header a.refresh::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	transform: none;
	background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M0 8.9998C0 4.0292 4.029 0 9 0C11.827 0 14.35 1.3036 16 3.3426' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16.5 4L16.5 0L12.5 4L16.5 4Z' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M18 9C18 13.9705 13.971 18 9 18C6.173 18 3.65 16.6963 2 14.6573' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1.5 14L1.5 18L5.5 14L1.5 14Z' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center / contain;
}

.tracker-config-page.is-member-edit #wrap.app-config-wrap {
	height: 100vh;
	height: 100dvh;
	overflow: hidden;
}

.tracker-config-page.is-member-edit #wrap-color.app-config-shell {
	height: 100vh;
	height: 100dvh;
	overflow-y: auto !important;
	-webkit-overflow-scrolling: touch;
	scroll-padding-bottom: calc(var(--app-bottom-nav-height) + var(--app-bottom-safe-area) + 4cqw);
}

.tracker-config-page.is-member-edit .app-config-scroll {
	height: auto;
	min-height: auto;
	max-height: none;
	overflow: visible;
	padding-bottom: calc(var(--app-bottom-nav-height) + var(--app-bottom-safe-area) + 4cqw);
}

.tracker-config-page.is-member-edit .app-config-edit-card {
	padding-bottom: 6.6667cqw;
}

.tracker-config-page.is-member-edit .app-config-birth-line {
	display: flex;
	min-width: 0;
	align-items: center;
	gap: 1.3333cqw;
	white-space: nowrap;
}

.tracker-config-page.is-member-edit .app-config-birth-line .app-config-birth-row {
	flex: 1 1 auto;
	width: auto;
}

.tracker-config-page.is-member-edit .app-config-birth-line .app-config-age {
	grid-column: auto;
	flex: 0 0 auto;
	margin-top: 0;
	font-size: 3.0667cqw;
	white-space: nowrap;
}

.tracker-config-page.is-member-edit .app-config-weight-row {
	justify-content: flex-start;
	gap: 1.3333cqw;
}

.tracker-config-page.is-member-edit .app-config-weight-row input {
	flex: 0 0 22cqw;
	max-width: 22cqw;
}

.tracker-config-page.is-member-edit .app-config-submit {
	margin-bottom: 0;
}


/* Batch 4-L: timeline export shell and accident list. */
body.tracker-timeline-page {
	min-height: 100vh;
	min-height: 100dvh;
	margin: 0;
	background: #d8edf7;
	color: #102a32;
	overflow: hidden;
}

.tracker-timeline-page .app-timeline-wrap {
	--app-bottom-nav-height: 20.2667cqw;
	width: 100%;
	max-width: var(--app-shell-max-width);
	height: 100vh;
	height: 100dvh;
	margin: 0 auto;
	background: #d8edf7;
	container-type: inline-size;
	overflow: hidden;
}

.tracker-timeline-page.tracker-timeline-internal-page .app-timeline-wrap {
	--app-bottom-nav-height: clamp(4.25rem, 20.2667cqw, 5.5rem);
}

.tracker-timeline-page .app-timeline-external-wrap {
	max-width: 44rem;
}

.tracker-timeline-page .app-timeline-shell {
	height: 100%;
	padding: 0 6.4% calc(var(--app-bottom-nav-height) + var(--app-bottom-safe-area));
	background: linear-gradient(180deg, #d8edf7 0%, #d8edf7 37.3333cqw, #ffffff 37.3333cqw, #ffffff 100%);
	box-sizing: border-box;
	overflow: hidden;
}

.tracker-timeline-page .app-timeline-external-wrap .app-timeline-shell {
	padding-bottom: 0;
}

.tracker-timeline-page .app-timeline-page {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	min-height: 0;
	padding-top: 12.8cqw;
	box-sizing: border-box;
	overflow: hidden;
}

.tracker-timeline-page .app-timeline-header {
	position: relative;
	flex: 0 0 auto;
	padding-bottom: 5.3333cqw;
}

.tracker-timeline-page .app-timeline-header h1 {
	margin: 0;
	padding-top: 6.9333cqw;
	color: #0e2530;
	font-size: 5.3333cqw;
	font-weight: 900;
	line-height: 1.25;
	letter-spacing: 0;
}

.tracker-timeline-page .app-timeline-header p {
	margin: 2.1333cqw 0 0;
	color: #54747c;
	font-size: 3.4667cqw;
	font-weight: 700;
	line-height: 1.45;
	letter-spacing: 0;
}

.tracker-timeline-page .app-timeline-back,
.tracker-timeline-page .app-timeline-main-link {
	display: inline-flex;
	align-items: center;
	min-height: 8.5333cqw;
	color: #26757d;
	font-size: 3.4667cqw;
	font-weight: 900;
	line-height: 1;
	text-decoration: none;
}

.tracker-timeline-page .app-timeline-main-link {
	position: absolute;
	top: 0;
	right: 0;
}

.tracker-timeline-page .app-timeline-accident-form {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	min-height: 0;
}

.tracker-timeline-page .app-timeline-accident-list {
	flex: 1 1 auto;
	min-height: 0;
	margin: 0 -1.6cqw;
	padding: 1.0667cqw 1.6cqw 3.2cqw;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

.tracker-timeline-page .app-timeline-accident-card {
	position: relative;
	display: block;
	margin: 0 0 3.2cqw;
	padding: 4.2667cqw 12.8cqw 4.2667cqw 4.2667cqw;
	border: 0.2667cqw solid rgba(111, 194, 201, 0.46);
	border-radius: 3.7333cqw;
	background: #ffffff;
	box-shadow: 0 1.6cqw 5.3333cqw rgba(28, 76, 94, 0.07);
	box-sizing: border-box;
	cursor: pointer;
}

.tracker-timeline-page .app-timeline-accident-card input {
	position: absolute;
	right: 4.2667cqw;
	top: 50%;
	width: 5.3333cqw;
	height: 5.3333cqw;
	margin: 0;
	clip: auto;
	transform: translateY(-50%);
}

.tracker-timeline-page .app-timeline-accident-content {
	display: block;
	min-width: 0;
}

.tracker-timeline-page .app-timeline-accident-content strong {
	display: block;
	color: #0e2530;
	font-size: 4cqw;
	font-weight: 900;
	line-height: 1.25;
}

.tracker-timeline-page .app-timeline-accident-time,
.tracker-timeline-page .app-timeline-accident-address,
.tracker-timeline-page .app-timeline-accident-chemical {
	display: block;
	margin-top: 1.6cqw;
	color: #54747c;
	font-size: 3.2cqw;
	font-weight: 700;
	line-height: 1.35;
	word-break: keep-all;
}

.tracker-timeline-page .app-timeline-primary-button {
	flex: 0 0 auto;
	width: 100%;
	height: 12.8cqw;
	margin: 2.6667cqw 0 0;
	border: 0;
	border-radius: 2.1333cqw;
	background: #8fc3e8;
	color: #ffffff;
	font-size: 4.2667cqw;
	font-weight: 900;
	letter-spacing: 0;
}

.tracker-timeline-page .app-timeline-empty,
.tracker-timeline-page .app-timeline-message,
.tracker-timeline-page .app-timeline-summary-card,
.tracker-timeline-page .app-timeline-upload-form {
	border-radius: 3.7333cqw;
	background: #ffffff;
	box-shadow: 0 1.6cqw 5.3333cqw rgba(28, 76, 94, 0.07);
}

.tracker-timeline-page .app-timeline-empty,
.tracker-timeline-page .app-timeline-message {
	padding: 5.3333cqw 4.2667cqw;
	color: #54747c;
	font-size: 3.7333cqw;
	font-weight: 800;
	line-height: 1.45;
	text-align: center;
}

.tracker-timeline-page .app-timeline-upload-page {
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	padding-bottom: 5.3333cqw;
}

.tracker-timeline-page .app-timeline-summary-card {
	padding: 4.2667cqw;
}

.tracker-timeline-page .app-timeline-summary-card h2 {
	margin: 0 0 3.2cqw;
	color: #0e2530;
	font-size: 4.2667cqw;
	font-weight: 900;
	line-height: 1.25;
}

.tracker-timeline-page .app-timeline-summary-row {
	display: grid;
	grid-template-columns: 27% 1fr;
	gap: 2.6667cqw;
	min-height: 8.5333cqw;
	align-items: start;
	border-top: 0.2667cqw solid rgba(198, 222, 239, 0.75);
	padding-top: 2.4cqw;
	color: #25454b;
	font-size: 3.4667cqw;
	line-height: 1.4;
}

.tracker-timeline-page .app-timeline-summary-row:first-of-type {
	border-top: 0;
	padding-top: 0;
}

.tracker-timeline-page .app-timeline-summary-label {
	font-weight: 900;
}

.tracker-timeline-page .app-timeline-summary-value {
	font-weight: 700;
	word-break: keep-all;
}

.tracker-timeline-page .app-timeline-notice {
	margin: 4.2667cqw 0;
	color: #54747c;
	font-size: 3.4667cqw;
	font-weight: 800;
	line-height: 1.45;
}

.tracker-timeline-page .app-timeline-upload-form {
	padding: 4.2667cqw;
}

.tracker-timeline-page .app-timeline-form-row {
	display: grid;
	grid-template-columns: 31% minmax(0, 1fr);
	gap: 2.4cqw;
	min-height: 12.2667cqw;
	align-items: center;
	border-bottom: 0.2667cqw solid #c6deef;
}

.tracker-timeline-page .app-timeline-form-row label {
	color: #25454b;
	font-size: 3.4667cqw;
	font-weight: 900;
}

.tracker-timeline-page .app-timeline-form-row input,
.tracker-timeline-page .app-timeline-form-row select {
	width: 100%;
	height: 9.0667cqw;
	border: 0;
	background: #ffffff;
	color: #0e2530;
	font-size: 3.4667cqw;
	font-weight: 800;
	outline: none;
}

.tracker-timeline-page .app-timeline-file-label {
	display: block;
	margin: 4.2667cqw 0;
	padding: 3.7333cqw;
	border: 0.2667cqw solid rgba(111, 194, 201, 0.58);
	border-radius: 2.6667cqw;
	color: #26757d;
	font-size: 3.7333cqw;
	font-weight: 900;
	line-height: 1.35;
	text-align: center;
}

.tracker-timeline-page .app-timeline-file-label input {
	display: block;
	width: 100%;
	margin-top: 2.6667cqw;
	font-size: 3.2cqw;
}

.tracker-timeline-page .app-timeline-agree-row {
	display: flex;
	gap: 2.1333cqw;
	margin: 3.2cqw 0 0;
	color: #25454b;
	font-size: 3.4667cqw;
	font-weight: 800;
	line-height: 1.45;
}

.tracker-timeline-page .app-timeline-agree-row input {
	position: static;
	flex: 0 0 5.3333cqw;
	width: 5.3333cqw;
	height: 5.3333cqw;
	margin: 0.5333cqw 0 0;
	clip: auto;
}


/* Batch 4-M: timeline export draft-ratio refinement. */
.tracker-timeline-page.tracker-timeline-upload-body {
	background: #ffffff;
}

.tracker-timeline-page.tracker-timeline-upload-body .app-timeline-wrap {
	background: #ffffff;
}

.tracker-timeline-page.tracker-timeline-upload-body .app-timeline-shell {
	background: #ffffff;
	padding-right: 6.4%;
	padding-left: 6.4%;
}

.tracker-timeline-page.tracker-timeline-upload-body .app-timeline-page {
	padding-top: 10.6667cqw;
	padding-bottom: calc(var(--app-bottom-nav-height) + var(--app-bottom-safe-area) + 8cqw);
}

.tracker-timeline-page.tracker-timeline-upload-body .app-timeline-header {
	min-height: 20.2667cqw;
	padding-bottom: 0;
}

.tracker-timeline-page.tracker-timeline-upload-body .app-timeline-header h1 {
	padding-top: 7.4667cqw;
	font-size: 5.3333cqw;
	line-height: 1.25;
}

.tracker-timeline-page.tracker-timeline-upload-body .app-timeline-back {
	min-height: 7.4667cqw;
	font-size: 3.2cqw;
	color: #26757d;
}

.tracker-timeline-page.tracker-timeline-upload-body .app-timeline-main-link {
	top: 3.2cqw;
	right: 0;
	justify-content: center;
	width: 8.5333cqw;
	height: 8.5333cqw;
	min-height: 0;
	border-radius: 50%;
	color: #0e2530;
	font-size: 6.4cqw;
	font-weight: 500;
	line-height: 1;
}

.tracker-timeline-page.tracker-timeline-upload-body .app-timeline-summary-card {
	width: 95.107%;
	min-height: 51.4667cqw;
	margin: 2.6667cqw auto 0;
	padding: 4.2667cqw 4.2667cqw 3.7333cqw;
	border: 0.5333cqw solid #8fc3e8;
	border-radius: 3.7333cqw;
	box-shadow: none;
	box-sizing: border-box;
}

.tracker-timeline-page.tracker-timeline-upload-body .app-timeline-summary-card h2 {
	margin-bottom: 3.7333cqw;
	font-size: 4.5333cqw;
	line-height: 1.25;
}

.tracker-timeline-page.tracker-timeline-upload-body .app-timeline-summary-row {
	grid-template-columns: 24cqw minmax(0, 1fr);
	gap: 1.8667cqw;
	min-height: 8.8cqw;
	padding-top: 1.8667cqw;
	border-top-color: rgba(242, 242, 247, 0.95);
	font-size: 3.2cqw;
	line-height: 1.34;
}

.tracker-timeline-page.tracker-timeline-upload-body .app-timeline-notice {
	margin: 7.7333cqw 0 5.0667cqw;
	font-size: 3.4667cqw;
	line-height: 1.45;
}

.tracker-timeline-page.tracker-timeline-upload-body .app-timeline-upload-form {
	padding: 0;
	border-radius: 0;
	box-shadow: none;
}

.tracker-timeline-page.tracker-timeline-upload-body .app-timeline-form-row {
	grid-template-columns: 29.6cqw 55.4667cqw;
	gap: 2cqw;
	min-height: 13.3333cqw;
	border-bottom: 0;
}

.tracker-timeline-page.tracker-timeline-upload-body .app-timeline-form-row label {
	font-size: 3.4667cqw;
	line-height: 1.25;
}

.tracker-timeline-page.tracker-timeline-upload-body .app-timeline-form-row input,
.tracker-timeline-page.tracker-timeline-upload-body .app-timeline-form-row select {
	height: 9.0667cqw;
	border: 0.2667cqw solid #f2f2f7;
	padding: 0 2.4cqw;
	font-size: 3.2cqw;
	box-sizing: border-box;
}

.tracker-timeline-page.tracker-timeline-upload-body .app-timeline-file-label {
	height: 10.4cqw;
	margin: 4.2667cqw 0 0;
	padding: 0;
	border-color: #8fc3e8;
	border-radius: 2.1333cqw;
	font-size: 3.4667cqw;
	line-height: 10.4cqw;
}

.tracker-timeline-page.tracker-timeline-upload-body .app-timeline-file-label input {
	position: absolute;
	width: 0.2667cqw;
	height: 0.2667cqw;
	clip: rect(0 0 0 0);
	overflow: hidden;
}

.tracker-timeline-page.tracker-timeline-upload-body .app-timeline-agree-row {
	margin-top: 6.6667cqw;
	gap: 2.4cqw;
	font-size: 3.2cqw;
	line-height: 1.45;
}

.tracker-timeline-page.tracker-timeline-upload-body .app-timeline-agree-row + .app-timeline-agree-row {
	margin-top: 3.2cqw;
}

.tracker-timeline-page.tracker-timeline-upload-body .app-timeline-agree-row input {
	flex-basis: 3.7333cqw;
	width: 3.7333cqw;
	height: 3.7333cqw;
	margin-top: 0.5333cqw;
}

.tracker-timeline-page.tracker-timeline-upload-body .app-timeline-primary-button {
	height: 11.7333cqw;
	margin-top: 8cqw;
	border-radius: 2.1333cqw;
	font-size: 4.2667cqw;
}

.tracker-timeline-page.tracker-timeline-upload-body .app-bottom-menu {
	background: rgba(255, 255, 255, 0.97);
}


/* Batch 4-M2: timeline draft precision fixes. */
.tracker-timeline-page.tracker-timeline-upload-body .app-timeline-upload-page,
.tracker-timeline-page.tracker-timeline-accidents-page .app-timeline-accident-list {
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.tracker-timeline-page.tracker-timeline-upload-body .app-timeline-upload-page::-webkit-scrollbar,
.tracker-timeline-page.tracker-timeline-accidents-page .app-timeline-accident-list::-webkit-scrollbar {
	display: none;
	width: 0;
	height: 0;
}

.tracker-timeline-page.tracker-timeline-upload-body .app-timeline-header {
	min-height: 20.2667cqw;
}

.tracker-timeline-page.tracker-timeline-upload-body .app-timeline-header h1 {
	padding-top: 7.4667cqw;
}

.tracker-timeline-page.tracker-timeline-upload-body .app-timeline-shell {
	background: linear-gradient(180deg, #d8edf7 0%, #d8edf7 80cqw, #ffffff 80cqw, #ffffff 100%);
}

.tracker-timeline-page.tracker-timeline-upload-body .app-timeline-main-link {
	top: 3.7333cqw;
}

.tracker-timeline-page.tracker-timeline-upload-body .app-timeline-summary-card {
	min-height: 45.8667cqw;
	padding-bottom: 3.7333cqw;
}

.tracker-timeline-page.tracker-timeline-upload-body .app-timeline-summary-row {
	min-height: 7.7333cqw;
	padding-top: 1.6cqw;
}

.tracker-timeline-page.tracker-timeline-upload-body .app-timeline-summary-row:last-child {
	min-height: 0;
}

.tracker-timeline-page.tracker-timeline-upload-body .app-timeline-notice {
	margin-top: 13.3333cqw;
}

.tracker-timeline-page.tracker-timeline-accidents-page .app-timeline-shell {
	background: linear-gradient(180deg, #d8edf7 0%, #d8edf7 50.6667cqw, #ffffff 50.6667cqw, #ffffff 100%);
}

.tracker-timeline-page.tracker-timeline-accidents-page .app-timeline-header {
	padding-bottom: 7.4667cqw;
}

@media (min-width: 48rem) {
	.tracker-timeline-page .app-timeline-wrap {
		box-shadow: 0 0 2rem rgba(20, 60, 67, 0.12);
	}
}

/* Batch 4-N: timeline scroll background, member birth picker, and date filter parity. */
.tracker-timeline-page.tracker-timeline-upload-body .app-timeline-shell {
	background: #ffffff;
}

.tracker-timeline-page.tracker-timeline-upload-body .app-timeline-upload-page {
	width: calc(100% + 12.8%);
	margin-right: -6.4%;
	margin-left: -6.4%;
	padding-right: 6.4%;
	padding-left: 6.4%;
	background: linear-gradient(180deg, #d8edf7 0%, #d8edf7 80cqw, #ffffff 80cqw, #ffffff 100%);
	background-attachment: local;
}

.app-location-filter {
	top: 12.9333cqw;
	grid-template-columns: 76.4526% 20.4893%;
	column-gap: 3.0581%;
	height: 10.9333cqw;
}

.app-location-date-field input {
	border-radius: 5.4667cqw;
	padding: 0 11.2cqw 0 4.8cqw;
	color: #25454b;
	font-size: 4cqw;
	box-shadow: 0 2.1333cqw 6.4cqw rgba(20, 60, 67, 0.14);
}

.app-location-date-icon {
	right: 4.2667cqw;
	font-size: 5.3333cqw;
	color: #78a7b1;
}

.app-location-search-button {
	border-radius: 5.4667cqw;
	background: #8fc3e8;
	font-size: 3.7333cqw;
	box-shadow: 0 2.1333cqw 6.4cqw rgba(41, 106, 151, 0.2);
}

.tracker-config-page.is-member-edit .app-config-birth-field {
	align-items: center;
}

.tracker-config-page.is-member-edit .app-config-birth-line {
	gap: 1.3333cqw;
}

.tracker-config-page.is-member-edit .app-config-birth-line .app-config-birth-row {
	flex: 1 1 auto;
	min-width: 0;
}

.tracker-config-page.is-member-edit .app-config-birth-picker-wrap {
	position: relative;
	display: block;
	width: 100%;
	min-width: 0;
}

.tracker-config-page.is-member-edit .app-config-birth-row input.app-config-birth-picker {
	display: block;
	width: 100%;
	height: 9.0667cqw;
	padding: 0 9.6cqw 0 2.4cqw;
	border: 0.2667cqw solid #f2f2f7;
	background: #ffffff;
	color: #33434b;
	font-size: 3.4667cqw;
	font-weight: 800;
	text-align: left;
	box-sizing: border-box;
	cursor: pointer;
}

.tracker-config-page.is-member-edit .app-config-birth-icon {
	position: absolute;
	right: 2.6667cqw;
	top: 50%;
	transform: translateY(-50%);
	color: #78a7b1;
	font-size: 4.2667cqw;
	pointer-events: none;
}

.tracker-config-page.is-member-edit .app-config-birth-row input[type="hidden"] {
	display: none;
}

.tracker-config-page.is-member-edit .daterangepicker {
	z-index: 1500;
}

.tracker-timeline-page.tracker-timeline-upload-body .app-timeline-summary-card {
	min-height: 40.8cqw;
	padding-bottom: 1.8667cqw;
}

.tracker-timeline-page.tracker-timeline-upload-body .app-timeline-summary-row:last-child {
	min-height: 3.8667cqw;
	padding-bottom: 0;
}


.tracker-timeline-page.tracker-timeline-upload-body.tracker-timeline-internal-page .app-timeline-shell {
	padding-bottom: 0;
	overflow: hidden;
}

.tracker-timeline-page.tracker-timeline-upload-body.tracker-timeline-internal-page .app-timeline-upload-page {
	height: auto;
	max-height: calc(100dvh - var(--app-bottom-nav-height) - var(--app-bottom-safe-area));
	padding-bottom: 8cqw;
	overflow-y: auto;
}


/* Batch 5-A-4: themed timeline gender selector. */
.tracker-timeline-page.tracker-timeline-upload-body .app-timeline-gender-control {
	position: relative;
	width: 100%;
	min-width: 0;
}

.tracker-timeline-page.tracker-timeline-upload-body .app-timeline-gender-trigger[hidden],
.tracker-timeline-page.tracker-timeline-upload-body .app-timeline-gender-options[hidden] {
	display: none !important;
}

.tracker-timeline-page.tracker-timeline-upload-body .app-timeline-gender-native.is-enhanced {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: 0;
	padding: 0;
	opacity: 0;
	pointer-events: none;
	clip-path: inset(50%);
}

.tracker-timeline-page.tracker-timeline-upload-body .app-timeline-gender-trigger {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	height: 9.0667cqw;
	padding: 0 2.4cqw;
	border: 0.2667cqw solid #f2f2f7;
	background: #ffffff;
	color: #0e2530;
	font: inherit;
	font-size: 3.2cqw;
	font-weight: 800;
	text-align: left;
	box-sizing: border-box;
}

.tracker-timeline-page.tracker-timeline-upload-body .app-timeline-gender-trigger:focus-visible {
	border-color: #6fc2c9;
	outline: 0.5333cqw solid rgba(111, 194, 201, 0.2);
	outline-offset: 0;
}

.tracker-timeline-page.tracker-timeline-upload-body .app-timeline-gender-trigger i {
	font-size: 4.2667cqw;
	transition: transform 160ms ease;
}

.tracker-timeline-page.tracker-timeline-upload-body .app-timeline-gender-trigger[aria-expanded="true"] i {
	transform: rotate(180deg);
}

.tracker-timeline-page.tracker-timeline-upload-body .app-timeline-gender-options {
	position: absolute;
	top: calc(100% + 1.0667cqw);
	right: 0;
	left: 0;
	z-index: 40;
	padding: 1.0667cqw;
	border: 0.2667cqw solid rgba(111, 194, 201, 0.68);
	border-radius: 2.1333cqw;
	background: #ffffff;
	box-shadow: 0 2.6667cqw 6.4cqw rgba(29, 72, 82, 0.16);
	box-sizing: border-box;
}

.tracker-timeline-page.tracker-timeline-upload-body .app-timeline-gender-options.is-above {
	top: auto;
	bottom: calc(100% + 1.0667cqw);
}

.tracker-timeline-page.tracker-timeline-upload-body .app-timeline-gender-options button {
	display: flex;
	align-items: center;
	width: 100%;
	height: 10.1333cqw;
	padding: 0 2.6667cqw;
	border: 0;
	border-radius: 1.6cqw;
	background: #ffffff;
	color: #25454b;
	font: inherit;
	font-size: 3.2cqw;
	font-weight: 800;
	text-align: left;
}

.tracker-timeline-page.tracker-timeline-upload-body .app-timeline-gender-options button + button {
	margin-top: 0.5333cqw;
}

.tracker-timeline-page.tracker-timeline-upload-body .app-timeline-gender-options button[aria-selected="true"],
.tracker-timeline-page.tracker-timeline-upload-body .app-timeline-gender-options button:focus-visible {
	background: #e8f7f8;
	color: #176f78;
	outline: none;
}

/* Batch 5-A-5: use the same themed gender selector for member edit and onboarding. */
.tracker-config-page.is-member-edit .app-config-gender-control {
	position: relative;
	width: 100%;
	min-width: 0;
}

.tracker-config-page.is-member-edit .app-config-gender-trigger[hidden],
.tracker-config-page.is-member-edit .app-config-gender-options[hidden] {
	display: none !important;
}

.tracker-config-page.is-member-edit .app-config-gender-native.is-enhanced {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: 0;
	padding: 0;
	opacity: 0;
	pointer-events: none;
	clip-path: inset(50%);
}

.tracker-config-page.is-member-edit .app-config-gender-trigger {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	height: 9.0667cqw;
	padding: 0 2.4cqw;
	border: 0.2667cqw solid #f2f2f7;
	background: #ffffff;
	color: #0e2530;
	font: inherit;
	font-size: 3.2cqw;
	font-weight: 800;
	text-align: left;
	box-sizing: border-box;
}

.tracker-config-page.is-member-edit .app-config-gender-trigger:focus-visible {
	border-color: #6fc2c9;
	outline: 0.5333cqw solid rgba(111, 194, 201, 0.2);
	outline-offset: 0;
}

.tracker-config-page.is-member-edit .app-config-gender-trigger i {
	font-size: 4.2667cqw;
	transition: transform 160ms ease;
}

.tracker-config-page.is-member-edit .app-config-gender-trigger[aria-expanded="true"] i {
	transform: rotate(180deg);
}

.tracker-config-page.is-member-edit .app-config-gender-options {
	position: absolute;
	top: calc(100% + 1.0667cqw);
	right: 0;
	left: 0;
	z-index: 40;
	padding: 1.0667cqw;
	border: 0.2667cqw solid rgba(111, 194, 201, 0.68);
	border-radius: 2.1333cqw;
	background: #ffffff;
	box-shadow: 0 2.6667cqw 6.4cqw rgba(29, 72, 82, 0.16);
	box-sizing: border-box;
}

.tracker-config-page.is-member-edit .app-config-gender-options.is-above {
	top: auto;
	bottom: calc(100% + 1.0667cqw);
}

.tracker-config-page.is-member-edit .app-config-gender-options button {
	display: flex;
	align-items: center;
	width: 100%;
	height: 10.1333cqw;
	padding: 0 2.6667cqw;
	border: 0;
	border-radius: 1.6cqw;
	background: #ffffff;
	color: #25454b;
	font: inherit;
	font-size: 3.2cqw;
	font-weight: 800;
	text-align: left;
}

.tracker-config-page.is-member-edit .app-config-gender-options button + button {
	margin-top: 0.5333cqw;
}

.tracker-config-page.is-member-edit .app-config-gender-options button[aria-selected="true"],
.tracker-config-page.is-member-edit .app-config-gender-options button:focus-visible {
	background: #e8f7f8;
	color: #176f78;
	outline: none;
}

/* Batch 5-A: location consent, scoped to config/main consent surfaces. */
body.app-modal-open {
	overflow: hidden;
}

.app-location-terms-modal {
	position: fixed;
	inset: 0;
	z-index: 3000;
	display: none;
	align-items: center;
	justify-content: center;
	padding: min(4.2667cqw, 1.5rem);
	background: rgba(14, 37, 48, 0.62);
	box-sizing: border-box;
}

.app-location-terms-modal.is-open {
	display: flex;
}

/* Common Tracker modal. Use TrackerModal for alerts and confirmations. */
.app-common-modal {
	position: fixed;
	inset: 0;
	z-index: 4200;
	display: none;
	align-items: center;
	justify-content: center;
	padding: min(4.2667cqw, 1.5rem);
	background: rgba(14, 37, 48, 0.62);
	box-sizing: border-box;
}

.app-common-modal.is-open {
	display: flex;
}

.app-common-modal-panel {
	width: min(86.6667cqw, 28rem);
	max-height: calc(100dvh - min(8.5334cqw, 3rem));
	overflow-y: auto;
	border-radius: min(3.7333cqw, 1.5rem);
	padding: min(6.4cqw, 2rem) min(5.3333cqw, 1.75rem) min(4.8cqw, 1.5rem);
	background: #ffffff;
	box-shadow: 0 min(4.2667cqw, 2rem) min(12.8cqw, 4rem) rgba(14, 37, 48, 0.24);
	text-align: center;
	box-sizing: border-box;
	container-type: inline-size;
}

.app-common-modal-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 15cqw;
	height: 15cqw;
	margin: 0 auto 4.5cqw;
	border-radius: 50%;
	background: #e8f5f6;
	color: #2d7e87;
	font-size: 8cqw;
}

.app-common-modal-panel h2 {
	margin: 0;
	color: #16363d;
	font-size: 6cqw;
	font-weight: 800;
	line-height: 1.35;
}

.app-common-modal-panel p {
	margin: 4cqw 0 0;
	color: #4c656b;
	font-size: 4cqw;
	line-height: 1.65;
	white-space: pre-line;
	word-break: keep-all;
}

.app-common-modal-actions {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 2.6667cqw;
	margin-top: 6cqw;
}

.app-common-modal.is-confirm .app-common-modal-actions {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.app-common-modal-actions button {
	width: 100%;
	min-height: 12cqw;
	border: 0;
	border-radius: 2.1333cqw;
	padding: 2.1333cqw 3.2cqw;
	background: #2d7e87;
	color: #ffffff;
	font-size: 4cqw;
	font-weight: 800;
	line-height: 1.3;
}

.app-common-modal-actions .app-common-modal-cancel {
	border: 0.2667cqw solid #b9cdd1;
	background: #ffffff;
	color: #34565d;
}

.app-common-modal-source[hidden] {
	display: none !important;
}

.app-location-terms-panel {
	display: flex;
	flex-direction: column;
	width: min(91.4667cqw, 44rem);
	height: min(90dvh, 41.25rem);
	max-height: calc(100dvh - min(8.5334cqw, 3rem));
	min-height: 0;
	overflow: hidden;
	border-radius: min(3.7333cqw, 1.5rem);
	background: #ffffff;
	box-shadow: 0 min(4.2667cqw, 2rem) min(12.8cqw, 4rem) rgba(14, 37, 48, 0.24);
	container-type: inline-size;
}

.app-location-terms-panel > header {
	position: relative;
	flex: 0 0 auto;
	padding: 5.3333cqw 11.7333cqw 4.2667cqw;
	border-bottom: 0.2667cqw solid #e7eef0;
	text-align: center;
}

.app-location-terms-panel > header h2 {
	margin: 0;
	color: #16363d;
	font-size: 4.8cqw;
	font-weight: 800;
	line-height: 1.3;
}

.app-location-terms-panel > header button {
	position: absolute;
	top: 50%;
	right: 4.2667cqw;
	width: 8cqw;
	height: 8cqw;
	border: 0;
	padding: 0;
	transform: translateY(-50%);
	background: transparent;
	color: #31545b;
	font-size: 5.3333cqw;
}

.app-location-terms-scroll {
	flex: 1 1 auto;
	min-height: 0;
	overflow-y: auto;
	padding: 4.8cqw 5.3333cqw 7.4667cqw;
	-webkit-overflow-scrolling: touch;
	overscroll-behavior: contain;
	touch-action: pan-y;
	box-sizing: border-box;
}

.app-location-terms-document {
	color: #334a50;
	font-size: 3.2cqw;
	line-height: 1.72;
	word-break: keep-all;
}

.app-location-terms-document > h2 {
	margin: 0 0 1.6cqw;
	color: #17383f;
	font-size: 4.2667cqw;
	font-weight: 800;
	line-height: 1.4;
}

.app-location-terms-version {
	margin: 0 0 5.3333cqw;
	color: #71868b;
	font-size: 2.9333cqw;
}

.app-location-terms-document section + section {
	margin-top: 5.3333cqw;
}

.app-location-terms-document h3 {
	margin: 0 0 1.8667cqw;
	color: #204b54;
	font-size: 3.4667cqw;
	font-weight: 800;
	line-height: 1.45;
}

.app-location-terms-document p,
.app-location-terms-document ul {
	margin: 0;
}

.app-location-terms-document p + p,
.app-location-terms-document p + ul {
	margin-top: 2.1333cqw;
}

.app-location-terms-document ul {
	padding-left: 5.3333cqw;
}

.app-location-terms-panel > footer {
	flex: 0 0 auto;
	padding: 3.2cqw 4.2667cqw calc(4.2667cqw + env(safe-area-inset-bottom));
	border-top: 0.2667cqw solid #e7eef0;
	background: #ffffff;
}

.app-location-terms-panel > footer p {
	margin: 0 0 2.4cqw;
	color: #71868b;
	font-size: 2.9333cqw;
	line-height: 1.4;
	text-align: center;
}

.app-location-terms-panel > footer form {
	margin: 0;
}

.app-location-terms-panel > footer button {
	width: 100%;
	height: 11.7333cqw;
	border: 0;
	border-radius: 2.1333cqw;
	background: #2d7e87;
	color: #ffffff;
	font-size: 3.7333cqw;
	font-weight: 800;
}

.app-location-terms-panel > footer button:disabled {
	background: #d7e0e2;
	color: #8b9b9f;
}

.tracker-config-page.is-member-edit .app-config-consent-field {
	position: relative;
	margin-top: 4.2667cqw;
}

.tracker-config-page.is-member-edit .app-config-consent-field > input {
	position: absolute;
	width: 0.2667cqw;
	height: 0.2667cqw;
	opacity: 0;
	pointer-events: none;
}

.tracker-config-page.is-member-edit .app-config-consent-open {
	display: grid;
	grid-template-columns: 5.8667cqw minmax(0, 1fr) 5.3333cqw;
	align-items: center;
	gap: 2.1333cqw;
	width: 100%;
	min-height: 12.8cqw;
	border: 0.2667cqw solid #d8e6e9;
	border-radius: 2.1333cqw;
	padding: 0 3.2cqw;
	background: #f7fbfb;
	color: #26484f;
	font-size: 3.4667cqw;
	font-weight: 700;
	text-align: left;
	box-sizing: border-box;
}

.tracker-config-page.is-member-edit .app-config-consent-check {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 5.8667cqw;
	height: 5.8667cqw;
	border: 0.2667cqw solid #9db9bf;
	border-radius: 1.3333cqw;
	background: #ffffff;
	color: transparent;
	box-sizing: border-box;
}

.tracker-config-page.is-member-edit #locationTermsAccepted:checked + .app-config-consent-open .app-config-consent-check {
	border-color: #2d7e87;
	background: #2d7e87;
	color: #ffffff;
}

.tracker-config-page.is-location-consent #wrap-color.app-config-shell {
	background: linear-gradient(180deg, #d8edf7 0%, #d8edf7 43cqw, #ffffff 43cqw, #ffffff 100%);
}

.tracker-config-page .app-location-consent-settings {
	width: 87.2%;
	margin: 8cqw auto 0;
}

.tracker-config-page .app-location-consent-status-card {
	border-radius: 3.2cqw;
	padding: 5.3333cqw;
	background: #ffffff;
	box-shadow: 0 2.1333cqw 8cqw rgba(27, 77, 86, 0.12);
}

.tracker-config-page .app-location-consent-status-card > span {
	display: block;
	color: #73888d;
	font-size: 3.2cqw;
}

.tracker-config-page .app-location-consent-status-card > strong {
	display: block;
	margin-top: 2.1333cqw;
	color: #2d7e87;
	font-size: 5.3333cqw;
	line-height: 1.35;
}

.tracker-config-page .app-location-consent-status-card > strong.status-paused,
.tracker-config-page .app-location-consent-status-card > strong.status-withdrawn,
.tracker-config-page .app-location-consent-status-card > strong.status-missing {
	color: #78878b;
}

.tracker-config-page .app-location-consent-status-card > p {
	margin: 3.2cqw 0 0;
	color: #71868b;
	font-size: 2.9333cqw;
}

.tracker-config-page .app-location-consent-actions {
	margin-top: 4.2667cqw;
}

.tracker-config-page .app-location-consent-actions form {
	margin: 0 0 2.6667cqw;
}

.tracker-config-page .app-location-consent-actions button {
	width: 100%;
	height: 11.7333cqw;
	border: 0.2667cqw solid #b9cdd1;
	border-radius: 2.1333cqw;
	background: #ffffff;
	color: #34565d;
	font-size: 3.7333cqw;
	font-weight: 800;
}

.tracker-config-page .app-location-consent-actions button.is-primary {
	border-color: #2d7e87;
	background: #2d7e87;
	color: #ffffff;
}

.tracker-config-page .app-location-consent-actions button.is-danger {
	border-color: #d5a8a8;
	color: #a94442;
}

@media (min-width: 48rem) {
	.app-common-modal-panel {
		font-size: 1rem;
	}

	.app-location-terms-panel > header,
	.app-location-terms-scroll,
	.app-location-terms-panel > footer {
		font-size: 1rem;
	}
}

/* Batch 5-E-1C: Figma-aligned existing-member edit view only. */
.tracker-config-page.is-member-edit.is-existing-member-edit #wrap.app-config-wrap {
	width: 100%;
	max-width: var(--app-shell-max-width);
	margin-right: auto;
	margin-left: auto;
}

.tracker-config-page.is-member-edit.is-existing-member-edit #wrap-color.app-config-shell {
	background: linear-gradient(180deg, #c6deef 0%, #ffffff 100%) !important;
	scrollbar-width: none;
}

.tracker-config-page.is-member-edit.is-existing-member-edit #wrap-color.app-config-shell::-webkit-scrollbar {
	display: none;
}

.tracker-config-page.is-member-edit.is-existing-member-edit .app-config-scroll {
	width: 100%;
	max-width: 26.875rem;
	margin: 0 auto;
	padding: 0 0 calc(var(--app-bottom-nav-height) + var(--app-bottom-safe-area));
	background: linear-gradient(180deg, #c6deef 0%, rgba(255, 255, 255, 0) 100%);
	font-family: "Tracker Gmarket Sans", sans-serif;
	box-sizing: border-box;
}

.tracker-config-page.is-member-edit.is-existing-member-edit .app-config-hero {
	position: relative;
	height: clamp(7.8125rem, 33.3333cqw, 8.9583rem);
	padding: 0;
}

.tracker-config-page.is-member-edit.is-existing-member-edit .app-config-topbar {
	position: relative;
	height: 100%;
	min-height: 0;
}

.tracker-config-page.is-member-edit.is-existing-member-edit .app-config-topbar h1 {
	position: absolute;
	top: clamp(3.5625rem, 15.2cqw, 4.085rem);
	left: 8%;
	margin: 0;
	color: #151515;
	font-size: clamp(1.125rem, 4.8cqw, 1.25rem);
	font-weight: 400;
	line-height: 1.3;
}

.tracker-config-page.is-member-edit.is-existing-member-edit .app-config-close {
	position: absolute;
	top: clamp(3.5625rem, 15.2cqw, 4.085rem);
	right: 8.5333%;
	width: clamp(1.5rem, 6.4cqw, 1.72rem);
	height: clamp(1.5rem, 6.4cqw, 1.72rem);
	font-size: 0;
}

.tracker-config-page.is-member-edit.is-existing-member-edit .app-config-close i {
	display: block;
	width: 100%;
	height: 100%;
	background: #151515;
	-webkit-mask: url("../img/tracker-config-close.svg") no-repeat center / contain;
	mask: url("../img/tracker-config-close.svg") no-repeat center / contain;
}

.tracker-config-page.is-member-edit.is-existing-member-edit .app-config-form {
	width: 100%;
	margin: 0;
}

.tracker-config-page.is-member-edit.is-existing-member-edit .app-config-summary-card {
	width: 82.9333%;
	max-width: 22.3125rem;
	height: clamp(17.3125rem, 73.8667cqw, 19.85rem);
	margin: 0 auto clamp(2.25rem, 9.6cqw, 2.58rem) 8.2667%;
	padding: clamp(1.0625rem, 4.5333cqw, 1.2183rem) clamp(1.3125rem, 5.6cqw, 1.505rem) clamp(0.8125rem, 3.4667cqw, 0.9317rem);
	border: 2px solid #8fc3e8;
	border-radius: clamp(0.875rem, 3.7333cqw, 1rem);
	background: #ffffff;
	box-shadow: none;
	overflow: hidden;
}

.tracker-config-page.is-member-edit.is-existing-member-edit .app-config-summary-card h2 {
	display: flex;
	align-items: center;
	height: clamp(2.0625rem, 8.8cqw, 2.365rem);
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #c6deef;
	color: #151515;
	font-size: clamp(1rem, 4.2667cqw, 1.125rem);
	font-weight: 400;
	line-height: 1.25;
	box-sizing: border-box;
}

.tracker-config-page.is-member-edit.is-existing-member-edit .app-config-summary-card dl {
	margin: 0;
}

.tracker-config-page.is-member-edit.is-existing-member-edit .app-config-summary-card dl > div {
	display: grid;
	grid-template-columns: 42% minmax(0, 1fr);
	align-items: center;
	height: clamp(2.625rem, 11.2cqw, 3.01rem);
	min-height: 0;
}

.tracker-config-page.is-member-edit.is-existing-member-edit .app-config-summary-card dt,
.tracker-config-page.is-member-edit.is-existing-member-edit .app-config-summary-card dd {
	margin: 0;
	font-size: clamp(0.8125rem, 3.4667cqw, 0.875rem);
	font-weight: 400;
	line-height: 1.25;
}

.tracker-config-page.is-member-edit.is-existing-member-edit .app-config-summary-card dt {
	color: #858585;
}

.tracker-config-page.is-member-edit.is-existing-member-edit .app-config-summary-card dd {
	color: #151515;
	text-align: right;
	white-space: nowrap;
}

.tracker-config-page.is-member-edit.is-existing-member-edit .app-config-edit-card {
	width: 100%;
	margin: 0;
	padding: clamp(1.5625rem, 6.6667cqw, 1.7917rem) 6.4% clamp(1.5625rem, 6.6667cqw, 1.7917rem);
	border-radius: clamp(0.9375rem, 4cqw, 1.075rem) clamp(0.9375rem, 4cqw, 1.075rem) 0 0;
	background: #ffffff;
	box-shadow: none;
}

.tracker-config-page.is-member-edit.is-existing-member-edit .app-config-edit-card h2 {
	display: flex;
	align-items: center;
	height: clamp(2.3125rem, 9.8667cqw, 2.652rem);
	margin: 0 0 clamp(0.96875rem, 4.1333cqw, 1.111rem);
	padding: 0;
	border-bottom: 1px solid #c6deef;
	color: #151515;
	font-size: clamp(1rem, 4.2667cqw, 1.125rem);
	font-weight: 400;
	line-height: 1.25;
	box-sizing: border-box;
}

.tracker-config-page.is-member-edit.is-existing-member-edit .app-config-field {
	position: relative;
	display: grid;
	grid-template-columns: 36.24% minmax(0, 1fr);
	align-items: start;
	gap: 0;
	height: clamp(3.125rem, 13.3333cqw, 3.5833rem);
	min-height: 0;
	margin: 0;
	padding: 0;
	border: 0;
}

.tracker-config-page.is-member-edit.is-existing-member-edit .app-config-field > label {
	display: flex;
	align-items: center;
	min-height: clamp(2.125rem, 9.0667cqw, 2.4375rem);
	color: #858585;
	font-size: clamp(0.8125rem, 3.4667cqw, 0.875rem);
	font-weight: 400;
	line-height: 1.25;
}

.tracker-config-page.is-member-edit.is-existing-member-edit .app-config-field input,
.tracker-config-page.is-member-edit.is-existing-member-edit .app-config-field select,
.tracker-config-page.is-member-edit.is-existing-member-edit .app-config-gender-trigger,
.tracker-config-page.is-member-edit.is-existing-member-edit .app-config-weight-row {
	height: clamp(2.125rem, 9.0667cqw, 2.4375rem);
	min-height: 0;
	border: 1px solid #f2f2f7;
	border-radius: 0;
	background: #ffffff;
	color: #151515;
	font-size: clamp(0.8125rem, 3.4667cqw, 0.875rem);
	font-weight: 400;
	box-sizing: border-box;
}

.tracker-config-page.is-member-edit.is-existing-member-edit .app-config-field input {
	padding: 0 clamp(0.34375rem, 1.4667cqw, 0.394rem);
}

.tracker-config-page.is-member-edit.is-existing-member-edit .app-config-birth-line {
	position: static;
	display: block;
	width: 100%;
	min-width: 0;
}

.tracker-config-page.is-member-edit.is-existing-member-edit .app-config-birth-line .app-config-birth-row,
.tracker-config-page.is-member-edit.is-existing-member-edit .app-config-birth-picker-wrap {
	display: block;
	width: 100%;
	height: clamp(2.125rem, 9.0667cqw, 2.4375rem);
	min-width: 0;
}

.tracker-config-page.is-member-edit.is-existing-member-edit .app-config-birth-row input.app-config-birth-picker {
	height: 100%;
	padding: 0 clamp(1.75rem, 7.4667cqw, 2.006rem) 0 clamp(0.34375rem, 1.4667cqw, 0.394rem);
	border: 1px solid #f2f2f7;
	color: #151515;
	font-size: clamp(0.8125rem, 3.4667cqw, 0.875rem);
	font-weight: 400;
	text-align: left;
}

.tracker-config-page.is-member-edit.is-existing-member-edit .app-config-birth-icon {
	right: clamp(0.4375rem, 1.8667cqw, 0.5017rem);
	width: clamp(0.75rem, 3.2cqw, 0.86rem);
	height: clamp(0.8125rem, 3.4667cqw, 0.9317rem);
	background: #858585;
	font-size: 0;
	-webkit-mask: url("../img/tracker-config-calendar.svg") no-repeat center / contain;
	mask: url("../img/tracker-config-calendar.svg") no-repeat center / contain;
}

.tracker-config-page.is-member-edit.is-existing-member-edit .app-config-birth-line .app-config-age {
	position: absolute;
	top: clamp(2.1875rem, 9.3333cqw, 2.5083rem);
	left: 0;
	margin: 0;
	color: #858585;
	font-size: clamp(0.625rem, 2.6667cqw, 0.6875rem);
	font-weight: 400;
	line-height: 1.25;
}

.tracker-config-page.is-member-edit.is-existing-member-edit .app-config-gender-trigger {
	padding: 0 clamp(0.4375rem, 1.8667cqw, 0.5017rem) 0 clamp(0.34375rem, 1.4667cqw, 0.394rem);
}

.tracker-config-page.is-member-edit.is-existing-member-edit .app-config-gender-trigger i {
	width: clamp(0.625rem, 2.6667cqw, 0.7167rem);
	height: clamp(0.4375rem, 1.8667cqw, 0.5017rem);
	background: #151515;
	font-size: 0;
	-webkit-mask: url("../img/tracker-config-chevron.svg") no-repeat center / contain;
	mask: url("../img/tracker-config-chevron.svg") no-repeat center / contain;
}

.tracker-config-page.is-member-edit.is-existing-member-edit .app-config-weight-row {
	display: flex;
	align-items: center;
	gap: 0;
	width: 100%;
	padding-right: clamp(0.34375rem, 1.4667cqw, 0.394rem);
}

.tracker-config-page.is-member-edit.is-existing-member-edit .app-config-weight-row input {
	flex: 1 1 auto;
	max-width: none;
	height: 100%;
	min-width: 0;
	border: 0;
	background: transparent;
}

.tracker-config-page.is-member-edit.is-existing-member-edit .app-config-weight-row span {
	flex: 0 0 auto;
	color: #151515;
	font-size: clamp(0.8125rem, 3.4667cqw, 0.875rem);
	font-weight: 400;
	line-height: 1;
}

.tracker-config-page.is-member-edit.is-existing-member-edit .app-config-submit {
	height: clamp(2.75rem, 11.7333cqw, 3.1533rem);
	margin: clamp(0.59375rem, 2.5333cqw, 0.6808rem) 0 0;
	border-radius: clamp(0.5rem, 2.1333cqw, 0.5733rem);
	background: #8fc3e8;
	font-size: clamp(1.125rem, 4.8cqw, 1.25rem);
	font-weight: 400;
}

.tracker-config-page.is-member-edit.is-existing-member-edit .app-config-field input:focus,
.tracker-config-page.is-member-edit.is-existing-member-edit .app-config-field select:focus,
.tracker-config-page.is-member-edit.is-existing-member-edit .app-config-gender-trigger:focus-visible {
	border-color: #8fc3e8;
	box-shadow: 0 0 0 2px rgba(143, 195, 232, 0.18);
	outline: 0;
}

/* Batch 5-E-2: Figma-aligned onboarding, main, map screens, and bounded tablet shell. */
.tracker-config-page.is-onboarding-member,
.tracker-main-page,
.tracker-location-page,
.tracker-heat-page,
.tracker-daily-map-page {
	--app-shell-max-width: 26.875rem;
}

/* 5-E-2B: onboarding uses the member-edit form geometry without the existing-member summary card. */
.tracker-config-page.is-onboarding-member #wrap.app-config-wrap {
	width: 100%;
	max-width: var(--app-shell-max-width);
	margin-right: auto;
	margin-left: auto;
}

.tracker-config-page.is-onboarding-member #wrap-color.app-config-shell {
	background: linear-gradient(180deg, #c6deef 0%, #ffffff 100%) !important;
	scrollbar-width: none;
}

.tracker-config-page.is-onboarding-member #wrap-color.app-config-shell::-webkit-scrollbar {
	display: none;
}

.tracker-config-page.is-onboarding-member .app-config-scroll {
	width: 100%;
	max-width: var(--app-shell-max-width);
	margin: 0 auto;
	padding: 0 0 calc(1.5rem + var(--app-bottom-safe-area));
	background: linear-gradient(180deg, #c6deef 0%, rgba(255, 255, 255, 0) 100%);
	font-family: "Tracker Gmarket Sans", sans-serif;
	box-sizing: border-box;
}

.tracker-config-page.is-onboarding-member .app-config-hero {
	position: relative;
	height: clamp(7.8125rem, 33.3333cqw, 8.9583rem);
	padding: 0;
}

.tracker-config-page.is-onboarding-member .app-config-topbar {
	position: relative;
	height: 100%;
	min-height: 0;
}

.tracker-config-page.is-onboarding-member .app-config-topbar h1 {
	position: absolute;
	top: clamp(3.5625rem, 15.2cqw, 4.085rem);
	left: 8%;
	margin: 0;
	color: #151515;
	font-size: clamp(1.125rem, 4.8cqw, 1.25rem);
	font-weight: 400;
	line-height: 1.3;
}

.tracker-config-page.is-onboarding-member .app-config-close {
	position: absolute;
	top: clamp(3.5625rem, 15.2cqw, 4.085rem);
	right: 8.5333%;
	width: clamp(1.5rem, 6.4cqw, 1.72rem);
	height: clamp(1.5rem, 6.4cqw, 1.72rem);
	font-size: 0;
}

.tracker-config-page.is-onboarding-member .app-config-close i {
	display: block;
	width: 100%;
	height: 100%;
	background: #151515;
	-webkit-mask: url("../img/tracker-config-close.svg") no-repeat center / contain;
	mask: url("../img/tracker-config-close.svg") no-repeat center / contain;
}

.tracker-config-page.is-onboarding-member .app-config-form {
	width: 100%;
	margin: 0;
}

.tracker-config-page.is-onboarding-member .app-config-edit-card {
	width: 100%;
	margin: 0;
	padding: clamp(1.5625rem, 6.6667cqw, 1.7917rem) 6.4% clamp(1.5625rem, 6.6667cqw, 1.7917rem);
	border-radius: clamp(0.9375rem, 4cqw, 1.075rem) clamp(0.9375rem, 4cqw, 1.075rem) 0 0;
	background: #ffffff;
	box-shadow: none;
}

.tracker-config-page.is-onboarding-member .app-config-edit-card h2 {
	display: flex;
	align-items: center;
	height: clamp(2.3125rem, 9.8667cqw, 2.652rem);
	margin: 0 0 clamp(0.96875rem, 4.1333cqw, 1.111rem);
	padding: 0;
	border-bottom: 1px solid #c6deef;
	color: #151515;
	font-size: clamp(1rem, 4.2667cqw, 1.125rem);
	font-weight: 400;
	line-height: 1.25;
	box-sizing: border-box;
}

.tracker-config-page.is-onboarding-member .app-config-field {
	position: relative;
	display: grid;
	grid-template-columns: 36.24% minmax(0, 1fr);
	align-items: start;
	gap: 0;
	height: clamp(3.125rem, 13.3333cqw, 3.5833rem);
	min-height: 0;
	margin: 0;
	padding: 0;
	border: 0;
}

.tracker-config-page.is-onboarding-member .app-config-field > label {
	display: flex;
	align-items: center;
	min-height: clamp(2.125rem, 9.0667cqw, 2.4375rem);
	color: #858585;
	font-size: clamp(0.8125rem, 3.4667cqw, 0.875rem);
	font-weight: 400;
	line-height: 1.25;
}

.tracker-config-page.is-onboarding-member .app-config-field input,
.tracker-config-page.is-onboarding-member .app-config-field select,
.tracker-config-page.is-onboarding-member .app-config-gender-trigger,
.tracker-config-page.is-onboarding-member .app-config-weight-row {
	height: clamp(2.125rem, 9.0667cqw, 2.4375rem);
	min-height: 0;
	border: 1px solid #f2f2f7;
	border-radius: 0;
	background: #ffffff;
	color: #151515;
	font-size: clamp(0.8125rem, 3.4667cqw, 0.875rem);
	font-weight: 400;
	box-sizing: border-box;
}

.tracker-config-page.is-onboarding-member .app-config-field input {
	padding: 0 clamp(0.34375rem, 1.4667cqw, 0.394rem);
}

.tracker-config-page.is-onboarding-member .app-config-birth-line {
	position: static;
	display: block;
	width: 100%;
	min-width: 0;
}

.tracker-config-page.is-onboarding-member .app-config-birth-line .app-config-birth-row,
.tracker-config-page.is-onboarding-member .app-config-birth-picker-wrap {
	display: block;
	width: 100%;
	height: clamp(2.125rem, 9.0667cqw, 2.4375rem);
	min-width: 0;
}

.tracker-config-page.is-onboarding-member .app-config-birth-row input.app-config-birth-picker {
	height: 100%;
	padding: 0 clamp(1.75rem, 7.4667cqw, 2.006rem) 0 clamp(0.34375rem, 1.4667cqw, 0.394rem);
	border: 1px solid #f2f2f7;
	color: #151515;
	font-size: clamp(0.8125rem, 3.4667cqw, 0.875rem);
	font-weight: 400;
	text-align: left;
}

.tracker-config-page.is-onboarding-member .app-config-birth-icon {
	right: clamp(0.4375rem, 1.8667cqw, 0.5017rem);
	width: clamp(0.75rem, 3.2cqw, 0.86rem);
	height: clamp(0.8125rem, 3.4667cqw, 0.9317rem);
	background: #858585;
	font-size: 0;
	-webkit-mask: url("../img/tracker-config-calendar.svg") no-repeat center / contain;
	mask: url("../img/tracker-config-calendar.svg") no-repeat center / contain;
}

.tracker-config-page.is-onboarding-member .app-config-birth-line .app-config-age {
	position: absolute;
	top: clamp(2.1875rem, 9.3333cqw, 2.5083rem);
	left: 36.24%;
	margin: 0;
	color: #858585;
	font-size: clamp(0.625rem, 2.6667cqw, 0.6875rem);
	font-weight: 400;
	line-height: 1.25;
}

.tracker-config-page.is-onboarding-member .app-config-birth-field {
	height: clamp(3.875rem, 16.5333cqw, 4.4433rem);
}

.tracker-config-page.is-onboarding-member .app-config-gender-trigger {
	padding: 0 clamp(0.4375rem, 1.8667cqw, 0.5017rem) 0 clamp(0.34375rem, 1.4667cqw, 0.394rem);
}

.tracker-config-page.is-onboarding-member .app-config-gender-trigger i {
	width: clamp(0.625rem, 2.6667cqw, 0.7167rem);
	height: clamp(0.4375rem, 1.8667cqw, 0.5017rem);
	background: #151515;
	font-size: 0;
	-webkit-mask: url("../img/tracker-config-chevron.svg") no-repeat center / contain;
	mask: url("../img/tracker-config-chevron.svg") no-repeat center / contain;
}

.tracker-config-page.is-onboarding-member .app-config-weight-row {
	display: flex;
	align-items: center;
	gap: 0;
	width: 100%;
	padding-right: clamp(0.34375rem, 1.4667cqw, 0.394rem);
}

.tracker-config-page.is-onboarding-member .app-config-weight-row input {
	flex: 1 1 auto;
	max-width: none;
	height: 100%;
	min-width: 0;
	border: 0;
	background: transparent;
}

.tracker-config-page.is-onboarding-member .app-config-weight-row span {
	flex: 0 0 auto;
	color: #151515;
	font-size: clamp(0.8125rem, 3.4667cqw, 0.875rem);
	font-weight: 400;
	line-height: 1;
}

.tracker-config-page.is-onboarding-member .app-config-consent-field {
	margin-top: clamp(0.75rem, 3.2cqw, 0.86rem);
}

.tracker-config-page.is-onboarding-member .app-config-consent-open {
	min-height: clamp(2.75rem, 11.7333cqw, 3.1533rem);
	border-color: #c6deef;
	border-radius: clamp(0.5rem, 2.1333cqw, 0.5733rem);
	background: #ffffff;
	color: #151515;
	font-size: clamp(0.75rem, 3.2cqw, 0.8125rem);
	font-weight: 400;
}

.tracker-config-page.is-onboarding-member .app-config-submit {
	height: clamp(2.75rem, 11.7333cqw, 3.1533rem);
	margin: clamp(0.75rem, 3.2cqw, 0.86rem) 0 0;
	border-radius: clamp(0.5rem, 2.1333cqw, 0.5733rem);
	background: #8fc3e8;
	font-size: clamp(1.125rem, 4.8cqw, 1.25rem);
	font-weight: 700;
}

.tracker-config-page.is-onboarding-member .app-config-field input:focus,
.tracker-config-page.is-onboarding-member .app-config-field select:focus,
.tracker-config-page.is-onboarding-member .app-config-gender-trigger:focus-visible {
	border-color: #8fc3e8;
	box-shadow: 0 0 0 2px rgba(143, 195, 232, 0.18);
	outline: 0;
}

/* 5-E-2C: exact Figma icon geometry and Gmarket typography for all four PM2.5 states. */
.tracker-main-page #wrap.app-main-wrap,
.tracker-main-page #main1.app-main-screen {
	font-family: "Tracker Gmarket Sans", sans-serif;
}

.tracker-main-page .app-main-date-block p.title,
.tracker-main-page .app-main-today-title {
	font-weight: 400;
}

.tracker-main-page .header a.refresh::before {
	background: transparent url("../img/tracker-main-refresh.svg") no-repeat center / contain;
}

.tracker-main-page .app-main-location-icon {
	display: block;
	flex: 0 0 auto;
	width: 4.2667cqw;
	height: 4.2667cqw;
	background: #ffffff;
	font-size: 0;
	-webkit-mask: url("../img/tracker-main-location.svg") no-repeat center / contain;
	mask: url("../img/tracker-main-location.svg") no-repeat center / contain;
}

.tracker-main-page .app-main-location-pill,
.tracker-main-page .contents > div.row div.today p.date.app-main-location-pill,
.tracker-main-page .app-main-location-pill span,
.tracker-main-page .contents > div.row div.today p.date.app-main-location-pill span {
	font-weight: 400;
}

.tracker-main-page .app-main-info-title {
	font-weight: 400;
}

.tracker-main-page .app-main-grade,
.tracker-main-page .app-main-current-value,
.tracker-main-page .app-main-unit {
	font-weight: 700;
}

.tracker-main-page .app-main-message,
.tracker-main-page .contents.main div.notify.absolute.app-main-message {
	font-size: 3.7333cqw;
	font-weight: 400;
}

/* 5-E-2D: location/heat filters retain GET behavior while using exact Figma icon and type geometry. */
.tracker-location-page #wrap.app-location-wrap,
.tracker-heat-page #wrap.app-heat-wrap {
	height: 100vh;
	height: 100dvh;
	overflow: hidden;
	font-family: "Tracker Gmarket Sans", sans-serif;
}

.tracker-location-page,
.tracker-heat-page {
	overflow: hidden;
}

.tracker-location-page #wrap-color.app-location-shell,
.tracker-heat-page #wrap-color.app-heat-shell {
	height: 100vh;
	height: 100dvh;
	min-height: 0;
}

.tracker-location-page .app-location-date-field input,
.tracker-heat-page .app-heat-date-field input {
	color: #858585;
	font-size: 4.2667cqw;
	font-weight: 400;
}

.tracker-location-page .app-location-date-icon,
.tracker-heat-page .app-heat-date-icon {
	width: 3.2cqw;
	height: 3.4667cqw;
	background: #858585;
	font-size: 0;
}

.tracker-location-page .app-location-date-icon {
	right: 4.5333cqw;
	-webkit-mask: url("../img/tracker-location-calendar.svg") no-repeat center / contain;
	mask: url("../img/tracker-location-calendar.svg") no-repeat center / contain;
}

.tracker-heat-page .app-heat-date-icon {
	right: 4.5333cqw;
	-webkit-mask: url("../img/tracker-heat-calendar.svg") no-repeat center / contain;
	mask: url("../img/tracker-heat-calendar.svg") no-repeat center / contain;
}

.tracker-location-page .app-location-search-button,
.tracker-heat-page .app-heat-search-button {
	font-weight: 400;
}

.tracker-location-page .app-location-sheet {
	border-radius: 4cqw 4cqw 0 0;
}

.tracker-location-page .app-location-sheet-summary strong,
.tracker-location-page .app-location-count,
.tracker-location-page .app-location-row-time,
.tracker-location-page .app-location-row-date,
.tracker-location-page .app-location-row-address,
.tracker-location-page .app-location-row-chip,
.tracker-location-page .app-location-row-map {
	font-weight: 400;
}

.tracker-location-page .app-location-row-map {
	color: #151515;
	font-size: 3.4667cqw;
}

.tracker-location-page .app-location-row-map i {
	width: 4.2667cqw;
	height: 4.2667cqw;
	margin-bottom: 0.8cqw;
	background: #151515;
	font-size: 0;
	-webkit-mask: url("../img/tracker-main-location.svg") no-repeat center / contain;
	mask: url("../img/tracker-main-location.svg") no-repeat center / contain;
}

/* dailyMap has no dedicated Figma frame: only shared shell, type, nav spacing, and exact refresh asset are applied. */
.tracker-daily-map-page {
	min-height: 100vh;
	min-height: 100dvh;
	margin: 0;
	background: #eef7f8;
}

.tracker-daily-map-page #wrap.app-daily-map-wrap {
	--daily-header-tabs-height: 7rem;
	position: relative;
	width: 100%;
	max-width: var(--app-shell-max-width);
	height: 100vh;
	height: 100dvh;
	min-height: 100vh;
	min-height: 100dvh;
	margin: 0 auto;
	background: #ffffff;
	container-type: inline-size;
	overflow: hidden;
	font-family: "Tracker Gmarket Sans", sans-serif;
}

.tracker-daily-map-page #wrap-color.app-daily-map-shell {
	position: relative;
	width: 100%;
	height: 100vh;
	height: 100dvh;
	min-height: 0;
	padding: 0 0 calc(var(--app-bottom-nav-height) + var(--app-bottom-safe-area)) !important;
	overflow: hidden;
	background: #ffffff !important;
	box-sizing: border-box;
}

.tracker-daily-map-page .app-daily-map-header h2,
.tracker-daily-map-page .app-daily-map-tabs a {
	font-family: "Tracker Gmarket Sans", sans-serif;
}

.tracker-daily-map-page .app-daily-map-refresh {
	position: absolute;
	top: 1.3125rem;
	right: 7.2%;
	display: block;
	width: 4.8cqw;
	height: 4.8cqw;
	font-size: 0;
}

.tracker-daily-map-page .app-daily-map-refresh::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: transparent url("../img/tracker-daily-refresh.svg") no-repeat center / contain;
}

.tracker-daily-map-page .app-daily-map-tabs {
	width: 100%;
	height: var(--daily-header-tabs-height);
	margin: 0;
	box-sizing: border-box;
}

.tracker-daily-map-page .app-daily-map-content {
	width: 100%;
	height: calc(100dvh - var(--daily-header-tabs-height) - var(--app-bottom-nav-height) - var(--app-bottom-safe-area));
	min-height: 0;
	padding: 0 !important;
	overflow: hidden;
	box-sizing: border-box;
}

.tracker-daily-map-page .app-daily-map-view {
	width: 100%;
	height: 100% !important;
	min-height: 0;
	margin: 0;
}

/* Keep fixed navigation from covering content on short-height devices. */
.tracker-main-page #wrap.app-shell-enabled > div#wrap-color {
	height: calc(100dvh - var(--app-bottom-nav-height) - var(--app-bottom-safe-area));
	min-height: 0;
	padding-bottom: 0 !important;
	overflow-y: auto;
	overscroll-behavior-y: contain;
}

.tracker-location-page #wrap.app-shell-enabled > div#wrap-color.app-location-shell,
.tracker-heat-page #wrap.app-shell-enabled > div#wrap-color.app-heat-shell {
	height: 100dvh;
	min-height: 0;
}

/* Batch 5-F-1: scoped residual UI parity fixes. */
.app-bottom-menu-link .app-bottom-menu-icon.app-bottom-menu-icon-location,
#wrap > .app-bottom-menu .app-bottom-menu-icon.app-bottom-menu-icon-location,
#wrap.app-shell-enabled > .app-bottom-menu .app-bottom-menu-icon.app-bottom-menu-icon-location {
	width: clamp(0.875rem, 3.7333cqw, 0.9375rem) !important;
	height: clamp(1.375rem, 5.8667cqw, 1.5rem) !important;
}

.tracker-config-page:not(.is-member-edit):not(.is-onboarding-member),
.tracker-config-page:not(.is-member-edit):not(.is-onboarding-member) #wrap.app-config-wrap {
	--app-shell-max-width: 26.875rem;
	background: #d8edf7;
	font-family: "Tracker Gmarket Sans", sans-serif;
}

.tracker-config-page:not(.is-member-edit):not(.is-onboarding-member) #wrap-color.app-config-shell {
	background: linear-gradient(180deg, #d8edf7 0%, #d8edf7 33.9%, #ffffff 34%, #ffffff 100%) !important;
}

.tracker-config-page:not(.is-member-edit):not(.is-onboarding-member) .app-config-logout,
.tracker-config-page:not(.is-member-edit):not(.is-onboarding-member) .app-config-profile strong,
.tracker-config-page:not(.is-member-edit):not(.is-onboarding-member) .app-config-menu-row {
	font-family: "Tracker Gmarket Sans", sans-serif;
	font-weight: 400;
}

.tracker-config-page:not(.is-member-edit):not(.is-onboarding-member) .app-config-topbar {
	padding-right: 2.1333cqw;
	padding-left: 2.1333cqw;
}

.tracker-config-page:not(.is-member-edit):not(.is-onboarding-member) .app-config-topbar h1 {
	font-family: "Tracker Gmarket Sans", sans-serif;
	font-weight: 700;
}

.tracker-config-page:not(.is-member-edit):not(.is-onboarding-member) .app-config-menu-row {
	border-bottom-color: #c6deef;
	color: #151515;
}

.tracker-config-page.is-location-consent #wrap-color.app-config-shell {
	background: linear-gradient(180deg, #d8edf7 0%, #d8edf7 43cqw, #ffffff 43cqw, #ffffff 100%) !important;
}

.tracker-config-page.is-location-consent .app-location-consent-settings,
.tracker-config-page.is-location-consent .app-location-consent-status-card,
.tracker-config-page.is-location-consent .app-location-consent-actions button {
	font-family: "Tracker Gmarket Sans", sans-serif;
}

.tracker-config-page.is-location-consent .app-location-consent-status-card {
	border: 0.2667cqw solid rgba(143, 195, 232, 0.45);
	box-shadow: 0 2.1333cqw 8cqw rgba(96, 151, 189, 0.12);
}

.tracker-config-page.is-location-consent .app-location-consent-status-card > strong {
	color: #5b9fce;
	font-weight: 400;
}

.tracker-config-page.is-location-consent .app-location-consent-actions button:not(.is-danger) {
	border-color: #8fc3e8;
	background: #8fc3e8;
	color: #ffffff;
	font-weight: 400;
}

.tracker-config-page.is-location-consent .app-location-consent-actions button.is-danger {
	border-color: #d5a8a8;
	background: #ffffff;
	color: #a94442;
}

.tracker-config-page .app-common-modal-panel,
.tracker-config-page .app-common-modal-actions button {
	font-family: "Tracker Gmarket Sans", sans-serif;
}

.tracker-config-page .app-common-modal-icon {
	background: #eef7fd;
	color: #6baedb;
}

.tracker-config-page .app-common-modal-actions button {
	background: #8fc3e8;
	font-weight: 400;
}

.tracker-config-page .app-common-modal-actions .app-common-modal-cancel {
	border-color: #8fc3e8;
	background: #ffffff;
	color: #5b9fce;
}

.tracker-config-page.is-member-edit .daterangepicker,
.tracker-location-page .daterangepicker,
.tracker-heat-page .daterangepicker {
	font-family: "Tracker Gmarket Sans", sans-serif;
}

.tracker-config-page.is-member-edit .daterangepicker .drp-buttons .cancelBtn,
.tracker-location-page .daterangepicker .drp-buttons .cancelBtn,
.tracker-heat-page .daterangepicker .drp-buttons .cancelBtn {
	border-color: #8fc3e8;
	background: #ffffff;
	color: #5b9fce;
}

.tracker-config-page.is-member-edit .daterangepicker .drp-buttons .applyBtn,
.tracker-location-page .daterangepicker .drp-buttons .applyBtn,
.tracker-heat-page .daterangepicker .drp-buttons .applyBtn {
	border-color: #8fc3e8;
	background: #8fc3e8;
	color: #ffffff;
}

.tracker-config-page.is-member-edit .daterangepicker td.active,
.tracker-config-page.is-member-edit .daterangepicker td.active:hover,
.tracker-location-page .daterangepicker td.active,
.tracker-location-page .daterangepicker td.active:hover,
.tracker-heat-page .daterangepicker td.active,
.tracker-heat-page .daterangepicker td.active:hover {
	background-color: #8fc3e8;
	color: #ffffff;
}

.tracker-config-page.is-member-edit .daterangepicker .drp-buttons .applyBtn:disabled,
.tracker-location-page .daterangepicker .drp-buttons .applyBtn:disabled,
.tracker-heat-page .daterangepicker .drp-buttons .applyBtn:disabled {
	opacity: 0.55;
}

.tracker-timeline-page.tracker-timeline-accidents-page,
.tracker-timeline-page.tracker-timeline-internal-page {
	--app-shell-max-width: 26.875rem;
	font-family: "Tracker Gmarket Sans", sans-serif;
}

.tracker-timeline-page.tracker-timeline-accidents-page .app-timeline-header h1,
.tracker-timeline-page.tracker-timeline-accidents-page .app-timeline-header p,
.tracker-timeline-page.tracker-timeline-accidents-page .app-timeline-accident-card,
.tracker-timeline-page.tracker-timeline-accidents-page .app-timeline-primary-button,
.tracker-timeline-page.tracker-timeline-internal-page .app-timeline-header h1,
.tracker-timeline-page.tracker-timeline-internal-page .app-timeline-summary-card,
.tracker-timeline-page.tracker-timeline-internal-page .app-timeline-notice,
.tracker-timeline-page.tracker-timeline-internal-page .app-timeline-upload-form {
	font-family: "Tracker Gmarket Sans", sans-serif;
}

.tracker-timeline-page.tracker-timeline-accidents-page .app-timeline-header h1,
.tracker-timeline-page.tracker-timeline-accidents-page .app-timeline-accident-content strong,
.tracker-timeline-page.tracker-timeline-accidents-page .app-timeline-accident-time,
.tracker-timeline-page.tracker-timeline-accidents-page .app-timeline-accident-address,
.tracker-timeline-page.tracker-timeline-accidents-page .app-timeline-accident-chemical {
	font-weight: 400;
}

.tracker-timeline-page.tracker-timeline-accidents-page .app-timeline-accident-card {
	border-color: rgba(143, 195, 232, 0.72);
	box-shadow: 0 1.6cqw 5.3333cqw rgba(96, 151, 189, 0.08);
}

.tracker-timeline-page.tracker-timeline-upload-body.tracker-timeline-internal-page .app-timeline-upload-page {
	background: #d8edf7;
}

.tracker-timeline-page.tracker-timeline-upload-body.tracker-timeline-internal-page .app-timeline-summary-card {
	min-height: 51.4667cqw;
	border-color: #8fc3e8;
}

.tracker-timeline-page.tracker-timeline-upload-body.tracker-timeline-internal-page .app-timeline-summary-card h2,
.tracker-timeline-page.tracker-timeline-upload-body.tracker-timeline-internal-page .app-timeline-summary-label,
.tracker-timeline-page.tracker-timeline-upload-body.tracker-timeline-internal-page .app-timeline-summary-value,
.tracker-timeline-page.tracker-timeline-upload-body.tracker-timeline-internal-page .app-timeline-notice,
.tracker-timeline-page.tracker-timeline-upload-body.tracker-timeline-internal-page .app-timeline-form-row label,
.tracker-timeline-page.tracker-timeline-upload-body.tracker-timeline-internal-page .app-timeline-form-row input,
.tracker-timeline-page.tracker-timeline-upload-body.tracker-timeline-internal-page .app-timeline-form-row select,
.tracker-timeline-page.tracker-timeline-upload-body.tracker-timeline-internal-page .app-timeline-file-label,
.tracker-timeline-page.tracker-timeline-upload-body.tracker-timeline-internal-page .app-timeline-agree-row {
	font-weight: 400;
}

.tracker-timeline-page.tracker-timeline-upload-body.tracker-timeline-internal-page .app-timeline-notice {
	margin: 9.6cqw -6.4cqw 0;
	padding: 9.6cqw 6.4cqw 3.2cqw;
	border-radius: 4cqw 4cqw 0 0;
	background: #ffffff;
	color: #151515;
	font-size: 4.2667cqw;
	box-sizing: border-box;
}

.tracker-timeline-page.tracker-timeline-upload-body.tracker-timeline-internal-page .app-timeline-upload-form {
	width: calc(100% + 12.8cqw);
	margin: 0 -6.4cqw;
	padding: 0 6.4cqw 8cqw;
	background: #ffffff;
	box-shadow: 0 100dvh 0 #ffffff;
	box-sizing: border-box;
}

.tracker-timeline-page.tracker-timeline-upload-body.tracker-timeline-internal-page .app-timeline-form-row {
	min-height: 13.6cqw;
}

.tracker-timeline-page.tracker-timeline-upload-body.tracker-timeline-internal-page .app-timeline-form-row input,
.tracker-timeline-page.tracker-timeline-upload-body.tracker-timeline-internal-page .app-timeline-form-row select,
.tracker-timeline-page.tracker-timeline-upload-body.tracker-timeline-internal-page .app-timeline-gender-trigger {
	border-color: #f2f2f7;
	color: #151515;
	font-family: "Tracker Gmarket Sans", sans-serif;
}

.tracker-timeline-page.tracker-timeline-upload-body.tracker-timeline-internal-page .app-timeline-file-label,
.tracker-timeline-page.tracker-timeline-upload-body.tracker-timeline-internal-page .app-timeline-primary-button {
	border-color: #8fc3e8;
	color: #8fc3e8;
	font-family: "Tracker Gmarket Sans", sans-serif;
}

.tracker-timeline-page.tracker-timeline-upload-body.tracker-timeline-internal-page .app-timeline-primary-button {
	background: #8fc3e8;
	color: #ffffff;
}

/* Batch 5-G-1~3: responsive canvas, internal page background, modal, and loading theme. */
body.tracker-login-page {
	background: linear-gradient(180deg, #c6deef 0%, #edf5fa 48%, #ffffff 100%);
}

.tracker-config-page.is-member-edit.is-existing-member-edit,
.tracker-config-page.is-member-edit.is-existing-member-edit #wrap.app-config-wrap {
	--app-shell-max-width: 26.875rem;
}

body.tracker-config-page:not(.is-member-edit):not(.is-onboarding-member),
body.tracker-config-page.is-location-consent,
body.tracker-config-page.is-member-edit.is-existing-member-edit,
.tracker-timeline-page.tracker-timeline-accidents-page,
.tracker-timeline-page.tracker-timeline-internal-page {
	background: linear-gradient(180deg, #c6deef 0%, #edf5fa 48%, #ffffff 100%);
}

.tracker-config-page:not(.is-member-edit):not(.is-onboarding-member) #wrap.app-config-wrap,
.tracker-config-page.is-location-consent #wrap.app-config-wrap,
.tracker-config-page.is-member-edit.is-existing-member-edit #wrap.app-config-wrap,
.tracker-timeline-page.tracker-timeline-accidents-page .app-timeline-wrap,
.tracker-timeline-page.tracker-timeline-internal-page .app-timeline-wrap {
	background: transparent;
}

.tracker-config-page:not(.is-member-edit):not(.is-onboarding-member) #wrap-color.app-config-shell,
.tracker-config-page.is-location-consent #wrap-color.app-config-shell,
.tracker-timeline-page.tracker-timeline-accidents-page .app-timeline-shell,
.tracker-timeline-page.tracker-timeline-upload-body.tracker-timeline-internal-page .app-timeline-upload-page {
	background: linear-gradient(180deg, #c6deef 0%, #edf5fa 48%, #ffffff 100%) !important;
}

.app-common-modal.is-danger .app-common-modal-icon {
	background: #f8e8ea;
	color: #b85f66;
}

.app-common-modal.is-danger .app-common-modal-confirm {
	border-color: #c97e83;
	background: #c97e83;
	color: #ffffff;
}

.app-common-modal.is-danger .app-common-modal-confirm:focus-visible {
	outline: 3px solid rgba(201, 126, 131, 0.34);
	outline-offset: 2px;
}

.tracker-login-page .app-common-modal-panel,
.tracker-login-page .app-common-modal-actions button {
	font-family: "Tracker Gmarket Sans", sans-serif;
}

.tracker-login-page .app-common-modal-icon {
	background: #eef7fd;
	color: #6baedb;
}

.tracker-login-page .app-common-modal-confirm {
	border-color: #8fc3e8;
	background: #8fc3e8;
	color: #ffffff;
}

.app-loading-overlay {
	background: rgba(143, 195, 232, 0.94);
	backdrop-filter: blur(3px);
}

.app-loading-overlay .app-loading-box,
.app-loading-overlay .app-loading-text {
	font-family: "Tracker Gmarket Sans", sans-serif;
}

.app-loading-brand {
	background: rgba(255, 255, 255, 0.24);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.38), 0 20px 38px rgba(74, 128, 165, 0.16);
}

@media (min-width: 26.875rem) {
	.tracker-config-page:not(.is-member-edit):not(.is-onboarding-member) #wrap.app-config-wrap,
	.tracker-config-page.is-location-consent #wrap.app-config-wrap,
	.tracker-config-page.is-member-edit.is-existing-member-edit #wrap.app-config-wrap,
	.tracker-timeline-page.tracker-timeline-accidents-page .app-timeline-wrap,
	.tracker-timeline-page.tracker-timeline-internal-page .app-timeline-wrap {
		box-shadow: 0 0 2rem rgba(80, 130, 164, 0.1);
	}
}

/* Batch 5-H-1~2: fluid application canvas and unified internal config theme.
 * The Figma-derived mobile geometry remains unchanged through 430px. Wider
 * viewports use explicit rem/clamp/grid values so cqw-based mobile assets do
 * not grow without bounds when the shell starts following the viewport. */
@media (min-width: 26.9375rem) {
	.tracker-main-page,
	.tracker-location-page,
	.tracker-heat-page,
	.tracker-daily-map-page,
	.tracker-config-page,
	.tracker-express-page,
	.tracker-timeline-page.tracker-timeline-internal-page,
	.tracker-timeline-page.tracker-timeline-accidents-page {
		--app-shell-max-width: 80rem;
		--app-bottom-nav-height: 5.5rem;
	}

	.tracker-main-page #wrap.app-main-wrap,
	.tracker-location-page #wrap.app-location-wrap,
	.tracker-heat-page #wrap.app-heat-wrap,
	.tracker-daily-map-page #wrap.app-daily-map-wrap,
	.tracker-config-page #wrap.app-config-wrap,
	.tracker-express-page #wrap.wrap.plus-wrap,
	.tracker-timeline-page.tracker-timeline-internal-page .app-timeline-wrap,
	.tracker-timeline-page.tracker-timeline-accidents-page .app-timeline-wrap {
		width: 100%;
		max-width: 80rem;
		margin-right: auto;
		margin-left: auto;
		box-shadow: none;
	}

	.tracker-config-page:not(.is-member-edit):not(.is-onboarding-member) #wrap.app-config-wrap,
	.tracker-config-page.is-location-consent #wrap.app-config-wrap,
	.tracker-config-page.is-member-edit.is-existing-member-edit #wrap.app-config-wrap,
	.tracker-config-page.is-onboarding-member #wrap.app-config-wrap {
		--app-shell-max-width: 80rem;
		max-width: 80rem;
	}

	#wrap > .app-bottom-menu,
	#wrap.app-shell-enabled > .app-bottom-menu,
	.tracker-main-page .app-bottom-menu,
	.tracker-location-page #wrap.app-location-wrap > .app-bottom-menu,
	.tracker-heat-page #wrap.app-shell-enabled > .app-bottom-menu,
	.tracker-config-page #wrap.app-shell-enabled > .app-bottom-menu,
	.tracker-daily-map-page .app-bottom-menu,
	.tracker-express-page .app-bottom-menu,
	.tracker-timeline-page.tracker-timeline-internal-page .app-bottom-menu,
	.tracker-timeline-page.tracker-timeline-accidents-page .app-bottom-menu {
		width: 100%;
		max-width: 80rem;
		height: calc(5.5rem + var(--app-bottom-safe-area));
		padding: 0.625rem clamp(1.5rem, 4vw, 4rem) calc(0.625rem + var(--app-bottom-safe-area));
	}

	#wrap > .app-bottom-menu .app-bottom-menu-list,
	#wrap.app-shell-enabled > .app-bottom-menu .app-bottom-menu-list {
		max-width: 60rem;
		margin-right: auto;
		margin-left: auto;
		gap: clamp(0.5rem, 2vw, 2rem);
	}

	#wrap > .app-bottom-menu .app-bottom-menu-link,
	#wrap.app-shell-enabled > .app-bottom-menu .app-bottom-menu-link {
		height: 4.25rem;
		gap: 0.5rem;
	}

	#wrap > .app-bottom-menu .app-bottom-menu-icon,
	#wrap.app-shell-enabled > .app-bottom-menu .app-bottom-menu-icon {
		width: 1.375rem;
		height: 1.375rem;
	}

	#wrap > .app-bottom-menu .app-bottom-menu-icon.app-bottom-menu-icon-location,
	#wrap.app-shell-enabled > .app-bottom-menu .app-bottom-menu-icon.app-bottom-menu-icon-location {
		width: 0.9375rem !important;
		height: 1.5rem !important;
	}

	#wrap > .app-bottom-menu .app-bottom-menu-label,
	#wrap.app-shell-enabled > .app-bottom-menu .app-bottom-menu-label {
		font-size: 0.875rem !important;
	}

	/* Main: the page itself grows and the mobile absolute composition becomes
	 * a responsive layout instead of leaving a centered 430px canvas. */
	.tracker-main-page #wrap.app-main-wrap {
		--main-nav-h: 5.5rem;
		--main-content-h: auto;
		--main-card-top: auto;
		--main-radius: 1.25rem;
		--main-stroke: 1px;
		--app-bottom-nav-height: 5.5rem;
	}

	.tracker-main-page #wrap-color,
	.tracker-main-page #wrap.app-shell-enabled > div#wrap-color {
		height: calc(100dvh - 5.5rem - var(--app-bottom-safe-area));
		min-height: 0;
		overflow-y: auto;
	}

	.tracker-main-page .header {
		height: 0;
	}

	.tracker-main-page .header a.refresh {
		top: clamp(1.75rem, 4vw, 3.25rem);
		right: clamp(1.75rem, 5vw, 5rem);
		width: 1.5rem;
		height: 1.5rem;
	}

	.tracker-main-page #main1.app-main-screen,
	.tracker-main-page .app-main-screen > .app-main-panel {
		min-height: calc(100dvh - 5.5rem - var(--app-bottom-safe-area));
	}

	.tracker-main-page #main1.app-main-screen {
		overflow: visible;
	}

	.tracker-main-page .app-main-screen > .app-main-panel {
		display: grid;
		grid-template-columns: minmax(0, 1fr);
		grid-template-areas:
			"intro"
			"value"
			"info";
		align-content: start;
		gap: clamp(1rem, 3vw, 2rem);
		padding: clamp(3.5rem, 8vw, 5.5rem) clamp(1.5rem, 7vw, 4rem) clamp(2rem, 5vw, 3rem);
		box-sizing: border-box;
		overflow: visible;
	}

	.tracker-main-page .app-main-date-block,
	.tracker-main-page .contents > div.row div.today.app-main-date-block {
		position: relative;
		inset: auto;
		grid-area: intro;
		width: 100%;
		height: auto;
		min-height: 0;
		padding: 0;
		pointer-events: auto;
	}

	.tracker-main-page .app-main-date-block p.title,
	.tracker-main-page .app-main-today-title {
		position: static;
		width: auto;
		margin: 0;
		font-size: clamp(1.125rem, 2.8vw, 1.75rem);
		line-height: 1.25;
	}

	.tracker-main-page .app-main-location-pill,
	.tracker-main-page .contents > div.row div.today p.date.app-main-location-pill {
		position: static;
		width: fit-content;
		max-width: 100%;
		height: 3rem;
		margin: 1.5rem 0 0;
		padding: 0 1.25rem;
		gap: 0.625rem;
		font-size: 0.9375rem;
	}

	.tracker-main-page .app-main-location-pill span,
	.tracker-main-page .contents > div.row div.today p.date.app-main-location-pill span {
		max-width: min(32rem, 70vw);
		font-size: 0.9375rem;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.tracker-main-page .app-main-location-icon {
		width: 1.125rem;
		height: 1.125rem;
	}

	.tracker-main-page .app-main-value-card,
	.tracker-main-page .contents > div.row div.currently.app-main-value-card {
		position: relative;
		inset: auto;
		grid-area: value;
		place-self: center;
		width: clamp(15rem, 48vw, 21rem);
		max-width: 100%;
	}

	.tracker-main-page .app-main-value-card p.title,
	.tracker-main-page .contents > div.row div.currently.app-main-value-card p.title {
		font-size: clamp(3.75rem, 9vw, 5.5rem);
		transform: none;
	}

	.tracker-main-page .app-main-info-card {
		position: relative;
		inset: auto;
		grid-area: info;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		width: 100%;
		min-height: clamp(18rem, 48dvh, 30rem);
		padding: clamp(2rem, 5vw, 4rem);
		border-radius: 1.25rem;
		box-shadow: 0 1.25rem 3rem rgba(58, 111, 121, 0.09);
	}

	.tracker-main-page .app-main-info-title,
	.tracker-main-page .app-main-status-line,
	.tracker-main-page .app-main-message,
	.tracker-main-page .contents.main div.notify.absolute.app-main-message {
		position: static;
		inset: auto;
	}

	.tracker-main-page .app-main-info-title {
		font-size: clamp(1.125rem, 2.2vw, 1.5rem);
	}

	.tracker-main-page .app-main-status-line {
		margin-top: clamp(1.5rem, 4vw, 2.5rem);
		gap: 0.5rem;
	}

	.tracker-main-page .app-main-grade,
	.tracker-main-page .app-main-current-value {
		font-size: clamp(2.25rem, 5vw, 4rem);
	}

	.tracker-main-page .app-main-unit {
		font-size: clamp(0.75rem, 1.6vw, 1rem);
	}

	.tracker-main-page .app-main-message,
	.tracker-main-page .contents.main div.notify.absolute.app-main-message,
	.tracker-main-page #wrap.app-main-wrap.green .app-main-message,
	.tracker-main-page #wrap.app-main-wrap.green .contents.main div.notify.absolute.app-main-message {
		width: min(100%, 32rem);
		height: auto;
		min-height: 3.5rem;
		margin-top: clamp(2rem, 5vw, 3.25rem);
		padding: 0.75rem 1.5rem;
		font-size: clamp(0.9375rem, 1.8vw, 1.125rem);
	}

	/* Map canvases expand with the shell. Mobile cqw controls are normalized
	 * to readable rem values, and locateData becomes a map + side sheet layout
	 * at tablet width without changing its drag/list lifecycle. */
	.tracker-location-page #wrap.app-location-wrap {
		--location-frame-h: 100dvh;
		--location-nav-h: 5.5rem;
		--location-sheet-open-top: clamp(19rem, 52dvh, 34rem);
		--location-sheet-collapsed-h: 3.5rem;
		--location-sheet-handle-zone: 3.5rem;
		--location-radius: 1.25rem;
		--app-bottom-nav-height: 5.5rem;
	}

	.tracker-heat-page #wrap.app-heat-wrap {
		--heat-frame-h: 100dvh;
		--heat-nav-h: 5.5rem;
		--heat-filter-top: 2rem;
		--heat-filter-h: 3.25rem;
		--heat-filter-radius: 1.625rem;
		--app-bottom-nav-height: 5.5rem;
	}

	.tracker-location-page #wrap-color.app-location-shell,
	.tracker-heat-page #wrap-color.app-heat-shell {
		width: 100%;
		height: 100dvh;
		min-height: 0;
	}

	.app-location-map-layer,
	.tracker-heat-page .app-heat-map-layer {
		inset: 0 0 5.5rem;
	}

	.app-location-filter,
	.tracker-heat-page .app-heat-filter {
		left: 50%;
		top: 2rem;
		width: min(calc(100% - 3rem), 42rem);
		height: 3.25rem;
		grid-template-columns: minmax(0, 1fr) 7rem;
		column-gap: 0.75rem;
		transform: translateX(-50%);
	}

	.app-location-date-field input,
	.tracker-heat-page .app-heat-date-field input {
		padding: 0 3.5rem 0 1.25rem;
		font-size: 1rem;
		box-shadow: 0 0.5rem 1.5rem rgba(56, 93, 95, 0.14);
	}

	.app-location-date-icon,
	.tracker-heat-page .app-heat-date-icon {
		right: 1.25rem;
		width: 1rem;
		height: 1.125rem;
	}

	.app-location-search-button,
	.tracker-heat-page .app-heat-search-button {
		font-size: 1rem;
		box-shadow: 0 0.5rem 1.5rem rgba(70, 125, 154, 0.18);
	}

	.app-location-map-message,
	.tracker-heat-page .app-heat-map-message {
		top: 6.25rem;
		min-height: 3rem;
		padding: 0.75rem 1rem;
		border-radius: 0.75rem;
		font-size: 0.9375rem;
		box-shadow: 0 0.5rem 1.5rem rgba(56, 93, 95, 0.14);
	}

	.app-location-sheet {
		bottom: 5.5rem;
		height: 3.5rem;
		min-height: 3.5rem;
		border-radius: 1.25rem 1.25rem 0 0;
		box-shadow: 0 -0.5rem 1.5rem rgba(45, 63, 68, 0.1);
	}

	.app-location-sheet.is-expanded,
	.app-location-sheet.is-partial {
		top: var(--location-sheet-open-top);
		bottom: 5.5rem;
	}

	.app-location-sheet-handle {
		height: 3.5rem;
		padding: 0.75rem 46% 0;
	}

	.app-location-sheet-handle span {
		height: 0.25rem;
	}

	.app-location-sheet-body {
		inset: 3.5rem 0 0;
	}

	.app-location-sheet-summary {
		height: 3.75rem;
		margin: 0 1.5rem 0.5rem;
		padding: 0 1rem;
		border-radius: 0.75rem;
		box-shadow: 0 -1.5rem 0 1.5rem #fff, 0 1rem 0 1rem #fff;
	}

	.app-location-sheet-summary strong {
		font-size: 1rem;
	}

	.app-location-sheet-summary small,
	.app-location-sheet-summary div > span {
		margin-top: 0.25rem;
		font-size: 0.8125rem;
	}

	.app-location-count {
		min-width: 5rem;
		height: 2.5rem;
		font-size: 0.875rem;
		box-shadow: inset 0 0 0 1px rgba(143, 195, 232, 0.35);
	}

	.app-location-list {
		padding: 1.5rem;
	}

	.app-location-row {
		grid-template-columns: minmax(0, 1fr) 4rem;
		column-gap: 1rem;
		min-height: 5.5rem;
		padding: 0.75rem;
		border-bottom-width: 1px;
		border-radius: 0.75rem;
	}

	.app-location-row.is-selected {
		box-shadow: inset 0 0 0 2px rgba(143, 195, 232, 0.55);
	}

	.app-location-row-primary,
	.app-location-row-sub {
		gap: 0.75rem;
	}

	.app-location-row-sub {
		margin-top: 0.5rem;
	}

	.app-location-row-time {
		font-size: 1.125rem;
	}

	.app-location-row-date,
	.app-location-row-address {
		font-size: 0.875rem;
	}

	.app-location-row-chip {
		min-width: 3rem;
		height: 1.75rem;
		padding: 0 0.625rem;
		font-size: 0.75rem;
	}

	.app-location-row-map {
		height: 4rem;
		border-radius: 0.75rem;
		font-size: 0.75rem;
	}

	.tracker-location-page .app-location-row-map i {
		width: 1.125rem;
		height: 1.125rem;
		margin-bottom: 0.25rem;
	}

	.app-location-empty {
		margin-top: 2rem;
		font-size: 0.9375rem;
	}

	/* Config: use the same canvas/font vocabulary as the internal timeline,
	 * while keeping forms bounded and introducing responsive columns. */
	.tracker-config-page,
	.tracker-config-page #wrap.app-config-wrap,
	.tracker-config-page #wrap-color.app-config-shell {
		background: linear-gradient(180deg, #c6deef 0%, #edf5fa 48%, #ffffff 100%) !important;
		font-family: "Tracker Gmarket Sans", sans-serif;
	}

	.tracker-config-page #wrap.app-config-wrap {
		overflow: hidden;
	}

	.tracker-config-page #wrap-color.app-config-shell {
		height: 100dvh;
		min-height: 0;
		overflow-y: auto !important;
	}

	.tracker-config-page .app-config-scroll,
	.tracker-config-page.is-member-edit.is-existing-member-edit .app-config-scroll,
	.tracker-config-page.is-onboarding-member .app-config-scroll {
		width: 100%;
		max-width: none;
		min-height: 100%;
		margin: 0;
		padding: 0 clamp(1.5rem, 5vw, 4rem) calc(5.5rem + var(--app-bottom-safe-area) + 2rem);
		background: linear-gradient(180deg, #c6deef 0%, #edf5fa 48%, #ffffff 100%);
		font-family: "Tracker Gmarket Sans", sans-serif;
		box-sizing: border-box;
	}

	.tracker-config-page .app-config-hero,
	.tracker-config-page.is-member-edit.is-existing-member-edit .app-config-hero,
	.tracker-config-page.is-onboarding-member .app-config-hero {
		position: relative;
		width: 100%;
		max-width: 72rem;
		height: auto;
		min-height: 8.5rem;
		margin: 0 auto;
		padding: 3rem 0 1.5rem;
	}

	.tracker-config-page .app-config-topbar,
	.tracker-config-page.is-member-edit.is-existing-member-edit .app-config-topbar,
	.tracker-config-page.is-onboarding-member .app-config-topbar {
		position: relative;
		height: auto;
		min-height: 2rem;
		padding: 0;
	}

	.tracker-config-page .app-config-topbar h1,
	.tracker-config-page.is-member-edit.is-existing-member-edit .app-config-topbar h1,
	.tracker-config-page.is-onboarding-member .app-config-topbar h1 {
		position: static;
		margin: 0;
		color: #0e2530;
		font-family: "Tracker Gmarket Sans", sans-serif;
		font-size: clamp(1.25rem, 2.5vw, 1.75rem);
		font-weight: 700;
		line-height: 1.25;
	}

	.tracker-config-page .app-config-logout {
		gap: 0.5rem;
		font-size: 0.9375rem;
	}

	.tracker-config-page .app-config-logout i {
		font-size: 1.375rem;
	}

	.tracker-config-page .app-config-close,
	.tracker-config-page.is-member-edit.is-existing-member-edit .app-config-close,
	.tracker-config-page.is-onboarding-member .app-config-close {
		position: absolute;
		top: 0;
		right: 0;
		width: 1.625rem;
		height: 1.625rem;
	}

	.tracker-config-page .app-config-close {
		font-size: 1.625rem;
	}

	.tracker-config-page .app-config-profile {
		padding: 2rem 0 0.5rem;
	}

	.tracker-config-page .app-config-avatar {
		width: 7rem;
		height: 7rem;
		border-width: 2px;
		font-size: 4.5rem;
	}

	.tracker-config-page .app-config-profile strong {
		margin-top: 1rem;
		font-size: 1.125rem;
	}

	.tracker-config-page .app-config-menu-card {
		width: 100%;
		max-width: 72rem;
		margin: 0 auto 2rem;
		padding: 1.25rem clamp(1.5rem, 4vw, 3rem);
		border-radius: 1rem;
		box-shadow: 0 1rem 2.5rem rgba(80, 130, 164, 0.08);
	}

	.tracker-config-page .app-config-menu-row {
		height: 3.75rem;
		border-bottom-width: 1px;
		font-family: "Tracker Gmarket Sans", sans-serif;
		font-size: 1rem;
	}

	.tracker-config-page .app-config-menu-row i {
		font-size: 1.25rem;
	}

	.tracker-config-page .app-config-form {
		width: 100%;
		max-width: 72rem;
		margin: 0 auto;
	}

	.tracker-config-page.is-member-edit.is-existing-member-edit .app-config-form {
		display: grid;
		grid-template-columns: minmax(0, 1fr);
		gap: clamp(1.5rem, 4vw, 3rem);
		align-items: start;
	}

	.tracker-config-page.is-member-edit.is-existing-member-edit .app-config-summary-card {
		width: 100%;
		max-width: none;
		height: auto;
		min-height: 24rem;
		margin: 0;
		padding: 1.5rem;
		border-radius: 1rem;
	}

	.tracker-config-page.is-member-edit.is-existing-member-edit .app-config-summary-card h2,
	.tracker-config-page.is-member-edit.is-existing-member-edit .app-config-edit-card h2,
	.tracker-config-page.is-onboarding-member .app-config-edit-card h2 {
		height: 2.75rem;
		margin: 0 0 1rem;
		font-size: 1.125rem;
	}

	.tracker-config-page.is-member-edit.is-existing-member-edit .app-config-summary-card dl > div {
		height: 3.25rem;
	}

	.tracker-config-page.is-member-edit.is-existing-member-edit .app-config-summary-card dt,
	.tracker-config-page.is-member-edit.is-existing-member-edit .app-config-summary-card dd {
		font-size: 0.9375rem;
	}

	.tracker-config-page.is-member-edit.is-existing-member-edit .app-config-edit-card,
	.tracker-config-page.is-onboarding-member .app-config-edit-card {
		width: 100%;
		margin: 0;
		padding: 1.75rem clamp(1.5rem, 4vw, 3rem) 2rem;
		border-radius: 1rem;
		box-shadow: 0 1rem 2.5rem rgba(80, 130, 164, 0.08);
	}

	.tracker-config-page.is-onboarding-member .app-config-form {
		max-width: 52rem;
	}

	.tracker-config-page.is-member-edit.is-existing-member-edit .app-config-field,
	.tracker-config-page.is-onboarding-member .app-config-field {
		grid-template-columns: minmax(7.5rem, 30%) minmax(0, 1fr);
		height: auto;
		min-height: 3.75rem;
	}

	.tracker-config-page.is-onboarding-member .app-config-birth-field {
		height: auto;
		min-height: 4.5rem;
	}

	.tracker-config-page.is-member-edit.is-existing-member-edit .app-config-field > label,
	.tracker-config-page.is-onboarding-member .app-config-field > label {
		min-height: 2.75rem;
		font-size: 0.9375rem;
	}

	.tracker-config-page.is-member-edit.is-existing-member-edit .app-config-field input,
	.tracker-config-page.is-member-edit.is-existing-member-edit .app-config-field select,
	.tracker-config-page.is-member-edit.is-existing-member-edit .app-config-gender-trigger,
	.tracker-config-page.is-member-edit.is-existing-member-edit .app-config-weight-row,
	.tracker-config-page.is-onboarding-member .app-config-field input,
	.tracker-config-page.is-onboarding-member .app-config-field select,
	.tracker-config-page.is-onboarding-member .app-config-gender-trigger,
	.tracker-config-page.is-onboarding-member .app-config-weight-row {
		height: 2.75rem;
		font-size: 0.9375rem;
	}

	.tracker-config-page.is-member-edit.is-existing-member-edit .app-config-birth-line .app-config-birth-row,
	.tracker-config-page.is-member-edit.is-existing-member-edit .app-config-birth-picker-wrap,
	.tracker-config-page.is-onboarding-member .app-config-birth-line .app-config-birth-row,
	.tracker-config-page.is-onboarding-member .app-config-birth-picker-wrap {
		height: 2.75rem;
	}

	.tracker-config-page.is-member-edit.is-existing-member-edit .app-config-birth-row input.app-config-birth-picker,
	.tracker-config-page.is-onboarding-member .app-config-birth-row input.app-config-birth-picker {
		padding-right: 2.75rem;
		font-size: 0.9375rem;
	}

	.tracker-config-page.is-member-edit.is-existing-member-edit .app-config-birth-line .app-config-age,
	.tracker-config-page.is-onboarding-member .app-config-birth-line .app-config-age {
		top: 2.875rem;
		font-size: 0.75rem;
	}

	.tracker-config-page.is-onboarding-member .app-config-birth-line .app-config-age {
		left: 30%;
	}

	.tracker-config-page.is-member-edit.is-existing-member-edit .app-config-birth-icon,
	.tracker-config-page.is-onboarding-member .app-config-birth-icon {
		right: 0.75rem;
		width: 1rem;
		height: 1.125rem;
	}

	.tracker-config-page.is-member-edit.is-existing-member-edit .app-config-gender-trigger,
	.tracker-config-page.is-onboarding-member .app-config-gender-trigger {
		padding: 0 0.75rem;
	}

	.tracker-config-page.is-member-edit.is-existing-member-edit .app-config-weight-row,
	.tracker-config-page.is-onboarding-member .app-config-weight-row {
		padding-right: 0.75rem;
	}

	.tracker-config-page.is-member-edit.is-existing-member-edit .app-config-weight-row span,
	.tracker-config-page.is-onboarding-member .app-config-weight-row span {
		font-size: 0.9375rem;
	}

	.tracker-config-page.is-member-edit.is-existing-member-edit .app-config-submit,
	.tracker-config-page.is-onboarding-member .app-config-submit {
		height: 3rem;
		margin-top: 1rem;
		border-radius: 0.625rem;
		font-size: 1.125rem;
	}

	.tracker-config-page.is-onboarding-member .app-config-consent-field {
		margin-top: 1rem;
	}

	.tracker-config-page.is-onboarding-member .app-config-consent-open {
		min-height: 3rem;
		border-radius: 0.625rem;
		font-size: 0.875rem;
	}

	.tracker-config-page .app-location-consent-settings {
		display: grid;
		grid-template-columns: minmax(0, 1fr);
		gap: clamp(1.5rem, 4vw, 3rem);
		width: 100%;
		max-width: 72rem;
		margin: 1.5rem auto 0;
	}

	.tracker-config-page .app-location-consent-status-card {
		height: fit-content;
		padding: clamp(1.5rem, 4vw, 2.5rem);
		border: 1px solid rgba(143, 195, 232, 0.45);
		border-radius: 1rem;
		box-shadow: 0 1rem 2.5rem rgba(96, 151, 189, 0.1);
	}

	.tracker-config-page .app-location-consent-status-card > span {
		font-size: 0.875rem;
	}

	.tracker-config-page .app-location-consent-status-card > strong {
		margin-top: 0.75rem;
		font-size: clamp(1.5rem, 3vw, 2.25rem);
	}

	.tracker-config-page .app-location-consent-status-card > p {
		margin-top: 1rem;
		font-size: 0.8125rem;
	}

	.tracker-config-page .app-location-consent-actions {
		margin-top: 0;
	}

	.tracker-config-page .app-location-consent-actions form {
		margin-bottom: 0.75rem;
	}

	.tracker-config-page .app-location-consent-actions button {
		height: 3.25rem;
		border-width: 1px;
		border-radius: 0.75rem;
		font-size: 1rem;
	}

	/* Internal timeline: full-width canvas with bounded readable content.
	 * Accident cards become a grid; upload stays a wide form rather than a
	 * mobile column stretched through cqw values. */
	.tracker-timeline-page.tracker-timeline-internal-page .app-timeline-wrap,
	.tracker-timeline-page.tracker-timeline-accidents-page .app-timeline-wrap {
		--app-bottom-nav-height: 5.5rem;
	}

	.tracker-timeline-page.tracker-timeline-internal-page .app-timeline-shell,
	.tracker-timeline-page.tracker-timeline-accidents-page .app-timeline-shell {
		padding: 0 clamp(1.5rem, 5vw, 4rem) calc(5.5rem + var(--app-bottom-safe-area));
		background: linear-gradient(180deg, #c6deef 0%, #edf5fa 48%, #ffffff 100%) !important;
	}

	.tracker-timeline-page.tracker-timeline-internal-page .app-timeline-page,
	.tracker-timeline-page.tracker-timeline-accidents-page .app-timeline-page {
		width: 100%;
		max-width: 72rem;
		margin: 0 auto;
		padding-top: 3rem;
	}

	.tracker-timeline-page .app-timeline-header {
		padding-bottom: 1.5rem;
	}

	.tracker-timeline-page .app-timeline-header h1,
	.tracker-timeline-page.tracker-timeline-upload-body .app-timeline-header h1 {
		padding-top: 1rem;
		font-size: clamp(1.25rem, 2.5vw, 1.75rem);
	}

	.tracker-timeline-page .app-timeline-header p {
		margin-top: 0.75rem;
		font-size: 0.9375rem;
	}

	.tracker-timeline-page .app-timeline-back,
	.tracker-timeline-page .app-timeline-main-link {
		min-height: 2.5rem;
		font-size: 0.9375rem;
	}

	.tracker-timeline-page.tracker-timeline-upload-body .app-timeline-main-link {
		top: 0;
		width: 2.5rem;
		height: 2.5rem;
		font-size: 1.75rem;
	}

	.tracker-timeline-page .app-timeline-accident-list {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		align-content: start;
		gap: 1rem;
		margin: 0;
		padding: 0.5rem 0 1.5rem;
	}

	.tracker-timeline-page .app-timeline-accident-card {
		margin: 0;
		padding: 1.25rem 3.5rem 1.25rem 1.25rem;
		border-width: 1px;
		border-radius: 1rem;
		box-shadow: 0 0.75rem 2rem rgba(96, 151, 189, 0.08);
	}

	.tracker-timeline-page .app-timeline-accident-card input {
		right: 1.25rem;
		width: 1.375rem;
		height: 1.375rem;
	}

	.tracker-timeline-page .app-timeline-accident-content strong {
		font-size: 1.125rem;
	}

	.tracker-timeline-page .app-timeline-accident-time,
	.tracker-timeline-page .app-timeline-accident-address,
	.tracker-timeline-page .app-timeline-accident-chemical {
		margin-top: 0.5rem;
		font-size: 0.875rem;
	}

	.tracker-timeline-page .app-timeline-primary-button,
	.tracker-timeline-page.tracker-timeline-upload-body .app-timeline-primary-button {
		height: 3.25rem;
		margin-top: 1.5rem;
		border-radius: 0.75rem;
		font-size: 1.125rem;
	}

	.tracker-timeline-page.tracker-timeline-upload-body .app-timeline-page {
		padding-top: 2.5rem;
		padding-bottom: 2rem;
	}

	.tracker-timeline-page.tracker-timeline-upload-body .app-timeline-header {
		min-height: 5rem;
	}

	.tracker-timeline-page.tracker-timeline-upload-body .app-timeline-summary-card {
		width: 100%;
		height: auto !important;
		min-height: 8.75rem !important;
		margin: 1rem auto 0;
		padding: 1.5rem;
		border-width: 2px;
		border-radius: 1rem;
	}

	.tracker-timeline-page.tracker-timeline-upload-body .app-timeline-summary-card h2 {
		margin-bottom: 1rem;
		font-size: 1.125rem;
	}

	.tracker-timeline-page.tracker-timeline-upload-body .app-timeline-summary-row {
		grid-template-columns: minmax(7.5rem, 24%) minmax(0, 1fr);
		gap: 1rem;
		height: auto !important;
		min-height: 2.75rem;
		padding-top: 0.5rem;
		border-top-width: 1px;
		font-size: 0.9375rem;
	}

	.tracker-timeline-page.tracker-timeline-upload-body.tracker-timeline-internal-page .app-timeline-notice {
		margin: 2rem 0 0;
		padding: 1.5rem 0 1rem;
		border-radius: 0;
		font-size: 1rem;
	}

	.tracker-timeline-page.tracker-timeline-upload-body.tracker-timeline-internal-page .app-timeline-upload-form {
		width: 100%;
		margin: 0;
		padding: 1.5rem;
		border-radius: 1rem;
		box-shadow: 0 1rem 2.5rem rgba(80, 130, 164, 0.08);
	}

	.tracker-timeline-page.tracker-timeline-upload-body .app-timeline-form-row {
		grid-template-columns: minmax(8.5rem, 28%) minmax(0, 1fr);
		gap: 1rem;
		height: auto !important;
		min-height: 3.75rem !important;
	}

	.tracker-timeline-page.tracker-timeline-upload-body .app-timeline-form-row label,
	.tracker-timeline-page.tracker-timeline-upload-body .app-timeline-form-row input,
	.tracker-timeline-page.tracker-timeline-upload-body .app-timeline-form-row select {
		font-size: 0.9375rem;
	}

	.tracker-timeline-page.tracker-timeline-upload-body .app-timeline-form-row input,
	.tracker-timeline-page.tracker-timeline-upload-body .app-timeline-form-row select {
		height: 2.75rem;
		padding: 0 0.75rem;
		border-width: 1px;
	}

	.tracker-timeline-page.tracker-timeline-upload-body .app-timeline-file-label {
		height: auto;
		min-height: 3.25rem;
		margin-top: 1.25rem;
		padding: 0.75rem 1rem;
		border-width: 1px;
		border-radius: 0.75rem;
		font-size: 0.9375rem;
		line-height: 1.4;
	}

	.tracker-timeline-page.tracker-timeline-upload-body .app-timeline-agree-row {
		margin-top: 1.25rem;
		gap: 0.75rem;
		font-size: 0.875rem;
	}

	.tracker-timeline-page.tracker-timeline-upload-body .app-timeline-agree-row + .app-timeline-agree-row {
		margin-top: 0.75rem;
	}

	.tracker-timeline-page.tracker-timeline-upload-body .app-timeline-agree-row input {
		flex-basis: 1.125rem;
		width: 1.125rem;
		height: 1.125rem;
		margin-top: 0.125rem;
	}

	/* Daily map and dormant express chart wrappers share the fluid shell. */
	.tracker-daily-map-page #wrap.app-daily-map-wrap {
		--app-bottom-nav-height: 5.5rem;
	}

	.tracker-daily-map-page #wrap-color.app-daily-map-shell {
		padding-bottom: calc(5.5rem + var(--app-bottom-safe-area)) !important;
	}

	.tracker-daily-map-page .app-daily-map-content {
		height: calc(100dvh - var(--daily-header-tabs-height) - 5.5rem - var(--app-bottom-safe-area));
	}

	.tracker-daily-map-page .app-daily-map-refresh {
		right: clamp(1.75rem, 5vw, 5rem);
		width: 1.5rem;
		height: 1.5rem;
	}

	.app-express-chart-track {
		width: 100%;
		min-width: 0;
		height: 80%;
		overflow: hidden;
	}

	.tracker-express-page #wrap.wrap.plus-wrap {
		--app-bottom-nav-height: 5.5rem;
		width: 100%;
		max-width: 80rem;
		margin-right: auto;
		margin-left: auto;
	}

	.tracker-express-page #wrap.wrap.plus-wrap > div#wrap-color {
		height: calc(100dvh - 5.5rem - var(--app-bottom-safe-area)) !important;
		padding-bottom: 1rem;
		overflow-y: auto;
		box-sizing: border-box;
	}

	.tracker-express-page .contents.sub,
	.tracker-express-page .info-view,
	.tracker-express-page .graph-overflow,
	.tracker-express-page .graph-overflow > div {
		width: 100%;
		min-width: 0;
	}
}

@media (min-width: 48rem) {
	.tracker-config-page.is-member-edit.is-existing-member-edit .app-config-form {
		grid-template-columns: minmax(18rem, 0.78fr) minmax(26rem, 1.22fr);
	}

	.tracker-config-page .app-location-consent-settings {
		grid-template-columns: minmax(18rem, 0.9fr) minmax(18rem, 1.1fr);
	}

	.tracker-main-page .app-main-screen > .app-main-panel {
		grid-template-columns: minmax(18rem, 0.9fr) minmax(22rem, 1.1fr);
		grid-template-areas:
			"intro info"
			"value info";
		align-items: center;
		align-content: center;
		padding: clamp(3rem, 5vw, 5rem);
	}

	.tracker-main-page .app-main-value-card,
	.tracker-main-page .contents > div.row div.currently.app-main-value-card {
		width: clamp(17rem, 30vw, 23rem);
	}

	.tracker-main-page .app-main-info-card {
		min-height: min(66dvh, 34rem);
	}

	.tracker-location-page .app-location-sheet {
		left: auto;
		right: clamp(1rem, 2.5vw, 2rem);
		bottom: calc(5.5rem + 1rem);
		width: min(38vw, 30rem);
		border-radius: 1.25rem;
	}

	.tracker-location-page .app-location-sheet.is-expanded,
	.tracker-location-page .app-location-sheet.is-partial {
		top: 7rem;
		bottom: calc(5.5rem + 1rem);
	}

	.tracker-location-page .app-location-sheet-body {
		border-radius: 0 0 1.25rem 1.25rem;
	}
}

@media (min-width: 64rem) {
	.tracker-config-page .app-config-menu-card {
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 1rem;
		padding: 1.5rem;
	}

	.tracker-config-page .app-config-menu-row {
		height: auto;
		min-height: 6rem;
		padding: 1.25rem;
		border: 1px solid rgba(143, 195, 232, 0.45);
		border-radius: 0.875rem;
		background: rgba(255, 255, 255, 0.82);
	}

	.tracker-timeline-page.tracker-timeline-upload-body .app-timeline-summary-card,
	.tracker-timeline-page.tracker-timeline-upload-body.tracker-timeline-internal-page .app-timeline-notice,
	.tracker-timeline-page.tracker-timeline-upload-body.tracker-timeline-internal-page .app-timeline-upload-form {
		max-width: 62rem;
		margin-right: auto;
		margin-left: auto;
	}
}

/* Batch 5-I: responsive UI polish and interaction feedback.
 * Mobile geometry remains proportional through 430px. Wide application
 * canvases can use the full desktop viewport through 1920px while readable
 * cards and forms keep their existing content limits. */
.tracker-config-page:not(.is-member-edit):not(.is-onboarding-member) .app-config-scroll,
.tracker-config-page.is-location-consent .app-config-scroll,
.tracker-timeline-page.tracker-timeline-accidents-page .app-timeline-shell,
.tracker-timeline-page.tracker-timeline-upload-body.tracker-timeline-internal-page .app-timeline-shell {
	background: linear-gradient(180deg, #c6deef 0%, #edf5fa 48%, #ffffff 100%) !important;
}

.tracker-timeline-page.tracker-timeline-accidents-page .app-timeline-page,
.tracker-timeline-page.tracker-timeline-upload-body.tracker-timeline-internal-page .app-timeline-upload-page {
	background: transparent !important;
}

.tracker-location-page .app-location-row-map {
	font-size: clamp(0.625rem, 3.2cqw, 0.875rem);
}

.tracker-timeline-page.tracker-timeline-upload-body.tracker-timeline-internal-page .app-timeline-gender-trigger,
.tracker-timeline-page.tracker-timeline-upload-body.tracker-timeline-internal-page .app-timeline-gender-options button {
	font-size: clamp(0.625rem, 3.2cqw, 0.9375rem);
}

.tracker-timeline-page.tracker-timeline-upload-body.tracker-timeline-internal-page .app-timeline-summary-card,
.tracker-timeline-page.tracker-timeline-upload-body.tracker-timeline-internal-page .app-timeline-notice,
.tracker-timeline-page.tracker-timeline-upload-body.tracker-timeline-internal-page .app-timeline-upload-form {
	flex: 0 0 auto;
	width: calc(100% - clamp(2rem, 12.8cqw, 4rem)) !important;
	max-width: 62rem !important;
	margin-right: auto !important;
	margin-left: auto !important;
	box-sizing: border-box;
}

.tracker-timeline-page.tracker-timeline-upload-body.tracker-timeline-internal-page .app-timeline-summary-card {
	height: auto !important;
	min-height: 0 !important;
	padding: clamp(1rem, 4.8cqw, 1.5rem);
}

.tracker-timeline-page.tracker-timeline-upload-body.tracker-timeline-internal-page .app-timeline-summary-row {
	display: grid;
	grid-template-columns: minmax(5.5rem, 28%) minmax(0, 1fr);
	gap: clamp(0.5rem, 3.2cqw, 1rem);
	align-items: center;
	height: auto !important;
	min-height: clamp(2.75rem, 11.7333cqw, 3.25rem);
	padding: 0.5rem 0;
}

.tracker-timeline-page.tracker-timeline-upload-body.tracker-timeline-internal-page .app-timeline-summary-label,
.tracker-timeline-page.tracker-timeline-upload-body.tracker-timeline-internal-page .app-timeline-summary-value {
	min-width: 0;
	font-size: clamp(0.625rem, 3.2cqw, 0.9375rem);
	line-height: 1.45;
	white-space: normal;
	overflow-wrap: anywhere;
	word-break: break-word;
}

.tracker-timeline-page.tracker-timeline-upload-body.tracker-timeline-internal-page .app-timeline-notice {
	height: auto !important;
	min-height: clamp(3.5rem, 18.6667cqw, 5rem);
	margin-top: clamp(1rem, 6.4cqw, 2rem);
	padding: clamp(0.875rem, 4.2667cqw, 1.5rem);
	font-size: clamp(0.75rem, 3.2cqw, 1rem);
	line-height: 1.5;
	white-space: normal;
	overflow-wrap: anywhere;
}

.tracker-timeline-page.tracker-timeline-upload-body.tracker-timeline-internal-page .app-timeline-form-row > *,
.tracker-timeline-page.tracker-timeline-upload-body.tracker-timeline-internal-page .app-timeline-gender-control {
	min-width: 0;
}

.tracker-timeline-page.tracker-timeline-upload-body.tracker-timeline-internal-page .app-timeline-form-row {
	grid-template-columns: clamp(5.5rem, 28%, 8.5rem) minmax(0, 1fr);
	gap: clamp(0.5rem, 2cqw, 1rem);
}

.tracker-timeline-page.tracker-timeline-upload-body.tracker-timeline-internal-page .app-timeline-gender-control,
.tracker-timeline-page.tracker-timeline-upload-body.tracker-timeline-internal-page .app-timeline-gender-trigger {
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
}

.app-bottom-menu-link,
#wrap > .app-bottom-menu .app-bottom-menu-link,
#wrap.app-shell-enabled > .app-bottom-menu .app-bottom-menu-link {
	display: grid;
	grid-template-rows: clamp(1.25rem, 4.8cqw, 1.375rem) clamp(0.875rem, 3.2cqw, 1rem);
	place-items: center;
	align-content: center;
	row-gap: clamp(0.375rem, 1.6cqw, 0.5rem);
}

.app-bottom-menu-link .app-bottom-menu-icon,
#wrap > .app-bottom-menu .app-bottom-menu-icon,
#wrap.app-shell-enabled > .app-bottom-menu .app-bottom-menu-icon,
.app-bottom-menu-link .app-bottom-menu-icon.app-bottom-menu-icon-location,
#wrap > .app-bottom-menu .app-bottom-menu-icon.app-bottom-menu-icon-location,
#wrap.app-shell-enabled > .app-bottom-menu .app-bottom-menu-icon.app-bottom-menu-icon-location {
	grid-row: 1;
	align-self: center;
	width: clamp(1.25rem, 4.8cqw, 1.375rem) !important;
	height: clamp(1.25rem, 4.8cqw, 1.375rem) !important;
	margin: 0 !important;
}

.app-bottom-menu-link .app-bottom-menu-label,
#wrap > .app-bottom-menu .app-bottom-menu-label,
#wrap.app-shell-enabled > .app-bottom-menu .app-bottom-menu-label {
	grid-row: 2;
	align-self: center;
	margin: 0 !important;
}

.app-bottom-menu-link:focus:not(:focus-visible) {
	outline: 0;
}

.app-bottom-menu-link:focus-visible {
	outline: 3px solid rgba(143, 195, 232, 0.92);
	outline-offset: -2px;
	border-radius: 0.75rem;
}

.app-bottom-menu-link.is-pointer-pressed {
	border-radius: 0.75rem;
	box-shadow: inset 0 0 0 2px rgba(143, 195, 232, 0.55);
}

.tracker-config-page .app-config-hero,
.tracker-config-page.is-member-edit.is-existing-member-edit .app-config-hero,
.tracker-config-page.is-onboarding-member .app-config-hero {
	box-sizing: border-box;
	padding-right: clamp(1.25rem, 6.4cqw, 2rem) !important;
	padding-left: clamp(1.25rem, 6.4cqw, 2rem) !important;
	padding-top: clamp(3rem, 13.3333cqw, 4rem) !important;
}

.tracker-config-page .app-config-topbar,
.tracker-config-page.is-member-edit.is-existing-member-edit .app-config-topbar,
.tracker-config-page.is-onboarding-member .app-config-topbar {
	position: relative;
	height: auto;
	min-height: 2rem;
}

.tracker-config-page .app-config-topbar h1,
.tracker-config-page.is-member-edit.is-existing-member-edit .app-config-topbar h1,
.tracker-config-page.is-onboarding-member .app-config-topbar h1 {
	position: static;
	inset: auto;
	margin: 0;
	font-size: clamp(1.125rem, 4.8cqw, 1.75rem);
	line-height: 1.25;
}

.tracker-config-page .app-config-close,
.tracker-config-page.is-member-edit.is-existing-member-edit .app-config-close,
.tracker-config-page.is-onboarding-member .app-config-close {
	position: absolute;
	top: 0 !important;
	right: 0 !important;
	width: clamp(1.5rem, 6.4cqw, 1.625rem);
	height: clamp(1.5rem, 6.4cqw, 1.625rem);
	font-size: 0;
}

.tracker-config-page .app-config-close i,
.tracker-config-page.is-member-edit.is-existing-member-edit .app-config-close i,
.tracker-config-page.is-onboarding-member .app-config-close i {
	display: block;
	width: 100%;
	height: 100%;
	background: #151515;
	-webkit-mask: url("../img/tracker-config-close.svg") no-repeat center / contain;
	mask: url("../img/tracker-config-close.svg") no-repeat center / contain;
}

@media (max-width: 26.875rem) {
	.tracker-config-page.is-location-consent .app-config-hero {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
}

.tracker-timeline-page.tracker-timeline-accidents-page .app-timeline-header {
	position: relative;
}

.tracker-timeline-page.tracker-timeline-accidents-page .app-timeline-back.app-timeline-main-link {
	position: absolute;
	top: 0;
	right: 0;
	left: auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: clamp(1.5rem, 6.4cqw, 1.625rem);
	height: clamp(1.5rem, 6.4cqw, 1.625rem);
	min-height: 0;
	color: #151515;
	font-size: clamp(1.5rem, 6.4cqw, 1.625rem);
	line-height: 1;
	text-decoration: none;
}

.tracker-main-page .app-main-panel,
.tracker-main-page .app-main-value-card .title,
.tracker-main-page .app-main-current-value,
.tracker-main-page .app-main-grade,
.tracker-main-page .app-main-message {
	transition:
		opacity 160ms ease,
		transform 220ms ease,
		color 220ms ease,
		background-color 220ms ease;
}

.tracker-main-page .app-main-panel.is-refreshing .app-main-value-card .title,
.tracker-main-page .app-main-panel.is-refreshing .app-main-current-value {
	opacity: 0.18;
	transform: scale(0.96);
}

.tracker-main-page .app-main-panel.is-refresh-placeholder .app-main-value-card .title,
.tracker-main-page .app-main-panel.is-refresh-placeholder .app-main-current-value {
	opacity: 0.72;
	transform: scale(1);
}

.tracker-main-page .app-main-panel.is-refresh-swapping {
	opacity: 0;
	transform: translateY(0.35rem);
}

.tracker-main-page .app-main-panel.is-refresh-revealing {
	animation: app-main-refresh-reveal 260ms ease both;
}

.tracker-main-page .header a.refresh.is-refreshing {
	pointer-events: none;
	animation: app-main-refresh-spin 800ms linear infinite;
}

@keyframes app-main-refresh-reveal {
	from {
		opacity: 0;
		transform: translateY(0.35rem);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes app-main-refresh-spin {
	to {
		transform: rotate(360deg);
	}
}

@media (prefers-reduced-motion: reduce) {
	.tracker-main-page .app-main-panel,
	.tracker-main-page .app-main-value-card .title,
	.tracker-main-page .app-main-current-value,
	.tracker-main-page .app-main-grade,
	.tracker-main-page .app-main-message {
		transition-duration: 1ms;
	}

	.tracker-main-page .app-main-panel.is-refresh-revealing,
	.tracker-main-page .header a.refresh.is-refreshing {
		animation-duration: 1ms;
	}
}

@media (min-width: 26.9375rem) {
	.tracker-main-page,
	.tracker-location-page,
	.tracker-heat-page,
	.tracker-daily-map-page,
	.tracker-config-page,
	.tracker-express-page,
	.tracker-timeline-page.tracker-timeline-internal-page,
	.tracker-timeline-page.tracker-timeline-accidents-page {
		--app-shell-max-width: 120rem;
	}

	.tracker-main-page #wrap.app-main-wrap,
	.tracker-location-page #wrap.app-location-wrap,
	.tracker-heat-page #wrap.app-heat-wrap,
	.tracker-daily-map-page #wrap.app-daily-map-wrap,
	.tracker-config-page #wrap.app-config-wrap,
	.tracker-config-page:not(.is-member-edit):not(.is-onboarding-member) #wrap.app-config-wrap,
	.tracker-config-page.is-location-consent #wrap.app-config-wrap,
	.tracker-config-page.is-member-edit.is-existing-member-edit #wrap.app-config-wrap,
	.tracker-config-page.is-onboarding-member #wrap.app-config-wrap,
	.tracker-express-page #wrap.wrap.plus-wrap,
	.tracker-timeline-page.tracker-timeline-internal-page .app-timeline-wrap,
	.tracker-timeline-page.tracker-timeline-accidents-page .app-timeline-wrap,
	#wrap > .app-bottom-menu,
	#wrap.app-shell-enabled > .app-bottom-menu,
	.tracker-main-page .app-bottom-menu,
	.tracker-location-page #wrap.app-location-wrap > .app-bottom-menu,
	.tracker-heat-page #wrap.app-shell-enabled > .app-bottom-menu,
	.tracker-config-page #wrap.app-shell-enabled > .app-bottom-menu,
	.tracker-daily-map-page .app-bottom-menu,
	.tracker-express-page .app-bottom-menu,
	.tracker-timeline-page.tracker-timeline-internal-page .app-bottom-menu,
	.tracker-timeline-page.tracker-timeline-accidents-page .app-bottom-menu {
		max-width: 120rem;
	}

	.tracker-location-page #datepicker {
		font-size: 1rem !important;
	}

	.tracker-location-page .app-location-row-map {
		font-size: 0.875rem;
	}

	.tracker-timeline-page.tracker-timeline-upload-body.tracker-timeline-internal-page .app-timeline-gender-trigger,
	.tracker-timeline-page.tracker-timeline-upload-body.tracker-timeline-internal-page .app-timeline-gender-options button {
		height: 2.75rem;
		min-height: 2.75rem;
		font-size: 0.9375rem;
	}

	.tracker-config-page .app-config-hero,
	.tracker-config-page.is-member-edit.is-existing-member-edit .app-config-hero,
	.tracker-config-page.is-onboarding-member .app-config-hero {
		padding-top: 3rem !important;
	}
}

/* Batch 5-J: align internal page headings/close controls and cap the
 * locateData calendar icon to the already-stable heatMap geometry. */
.tracker-config-page.is-location-consent .app-config-hero {
	padding-right: 0 !important;
	padding-left: 0 !important;
}

.tracker-config-page.is-location-consent:not(.is-member-edit):not(.is-onboarding-member) .app-config-topbar {
	padding-right: 0;
	padding-left: 0;
}

.tracker-config-page.is-location-consent:not(.is-member-edit):not(.is-onboarding-member) .app-config-topbar h1,
.tracker-timeline-page.tracker-timeline-accidents-page .app-timeline-header h1,
.tracker-timeline-page.tracker-timeline-upload-body.tracker-timeline-internal-page .app-timeline-header h1 {
	font-family: "Tracker Gmarket Sans", sans-serif;
	font-size: clamp(1.125rem, 4.8cqw, 1.75rem);
	font-weight: 400;
	line-height: 1.25;
}

.tracker-timeline-page.tracker-timeline-accidents-page .app-timeline-header h1,
.tracker-timeline-page.tracker-timeline-upload-body.tracker-timeline-internal-page .app-timeline-header h1 {
	position: relative;
	top: calc((2rem - 1.25em) / 2);
	padding-top: 0;
}

.tracker-timeline-page.tracker-timeline-accidents-page .app-timeline-page,
.tracker-timeline-page.tracker-timeline-upload-body.tracker-timeline-internal-page .app-timeline-page {
	padding-top: clamp(3rem, 13.3333cqw, 4rem);
}

.tracker-timeline-page.tracker-timeline-accidents-page .app-timeline-back.app-timeline-main-link,
.tracker-timeline-page.tracker-timeline-upload-body.tracker-timeline-internal-page .app-timeline-main-link {
	top: 0;
	right: 0;
	z-index: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: clamp(1.5rem, 6.4cqw, 1.625rem);
	height: clamp(1.5rem, 6.4cqw, 1.625rem);
	min-height: 0;
	border-radius: 0;
	color: #151515;
	font-size: 0;
	line-height: 0;
	pointer-events: auto;
}

.tracker-timeline-page.tracker-timeline-accidents-page .app-timeline-main-link span,
.tracker-timeline-page.tracker-timeline-upload-body.tracker-timeline-internal-page .app-timeline-main-link span {
	display: block;
	width: 100%;
	height: 100%;
	background: #151515;
	font-size: 0;
	-webkit-mask: url("../img/tracker-config-close.svg") no-repeat center / contain;
	mask: url("../img/tracker-config-close.svg") no-repeat center / contain;
}

@media (min-width: 26.9375rem) {
	.tracker-config-page.is-location-consent .app-config-hero {
		padding-right: clamp(1.25rem, 6.4cqw, 2rem) !important;
		padding-left: clamp(1.25rem, 6.4cqw, 2rem) !important;
	}

	.tracker-config-page.is-location-consent:not(.is-member-edit):not(.is-onboarding-member) .app-config-topbar h1,
	.tracker-timeline-page.tracker-timeline-accidents-page .app-timeline-header h1,
	.tracker-timeline-page.tracker-timeline-upload-body.tracker-timeline-internal-page .app-timeline-header h1 {
		font-weight: 700;
	}

	.tracker-timeline-page.tracker-timeline-accidents-page .app-timeline-page,
	.tracker-timeline-page.tracker-timeline-upload-body.tracker-timeline-internal-page .app-timeline-page {
		padding-top: 3rem;
		padding-right: clamp(1.25rem, 6.4cqw, 2rem);
		padding-left: clamp(1.25rem, 6.4cqw, 2rem);
	}

	.tracker-timeline-page.tracker-timeline-accidents-page .app-timeline-header h1,
	.tracker-timeline-page.tracker-timeline-upload-body.tracker-timeline-internal-page .app-timeline-header h1 {
		top: 0;
	}

	.tracker-location-page .app-location-date-icon {
		right: 1.25rem;
		width: 1rem;
		height: 1.125rem;
	}
}

/* Batch 5-K: keep internal gender controls aligned with member-edit geometry. */
.tracker-timeline-page.tracker-timeline-upload-body.tracker-timeline-internal-page .app-timeline-gender-trigger,
.tracker-timeline-page.tracker-timeline-upload-body.tracker-timeline-internal-page .app-timeline-gender-options button {
	font-weight: 400;
	line-height: 1;
}

.tracker-timeline-page.tracker-timeline-upload-body.tracker-timeline-internal-page .app-timeline-gender-trigger i {
	flex: 0 0 auto;
	width: clamp(0.625rem, 2.6667cqw, 0.7167rem);
	height: clamp(0.4375rem, 1.8667cqw, 0.5017rem);
	background: #151515;
	font-size: 0;
	line-height: 0;
	-webkit-mask: url("../img/tracker-config-chevron.svg") no-repeat center / contain;
	mask: url("../img/tracker-config-chevron.svg") no-repeat center / contain;
}

/* Batch 5-M: keep every internal close control on the same light-blue feedback. */
.tracker-config-page.is-member-edit.is-existing-member-edit .app-config-close,
.tracker-config-page.is-location-consent:not(.is-member-edit):not(.is-onboarding-member) .app-config-close,
.tracker-timeline-page.tracker-timeline-accidents-page .app-timeline-main-link,
.tracker-timeline-page.tracker-timeline-upload-body.tracker-timeline-internal-page .app-timeline-main-link {
	background: transparent !important;
	-webkit-tap-highlight-color: transparent;
}

.tracker-config-page.is-member-edit.is-existing-member-edit .app-config-close:focus:not(:focus-visible),
.tracker-config-page.is-location-consent:not(.is-member-edit):not(.is-onboarding-member) .app-config-close:focus:not(:focus-visible),
.tracker-timeline-page.tracker-timeline-accidents-page .app-timeline-main-link:focus:not(:focus-visible),
.tracker-timeline-page.tracker-timeline-upload-body.tracker-timeline-internal-page .app-timeline-main-link:focus:not(:focus-visible) {
	outline: 0;
}

.tracker-config-page.is-member-edit.is-existing-member-edit .app-config-close:focus-visible,
.tracker-config-page.is-location-consent:not(.is-member-edit):not(.is-onboarding-member) .app-config-close:focus-visible,
.tracker-timeline-page.tracker-timeline-accidents-page .app-timeline-main-link:focus-visible,
.tracker-timeline-page.tracker-timeline-upload-body.tracker-timeline-internal-page .app-timeline-main-link:focus-visible {
	border-radius: 0.75rem;
	outline: 3px solid rgba(143, 195, 232, 0.92);
	outline-offset: -2px;
}

.tracker-config-page.is-member-edit.is-existing-member-edit .app-config-close:active,
.tracker-config-page.is-member-edit.is-existing-member-edit .app-config-close.is-pointer-pressed,
.tracker-config-page.is-location-consent:not(.is-member-edit):not(.is-onboarding-member) .app-config-close:active,
.tracker-config-page.is-location-consent:not(.is-member-edit):not(.is-onboarding-member) .app-config-close.is-pointer-pressed,
.tracker-timeline-page.tracker-timeline-accidents-page .app-timeline-main-link:active,
.tracker-timeline-page.tracker-timeline-upload-body.tracker-timeline-internal-page .app-timeline-main-link:active {
	border-radius: 0.75rem;
	box-shadow: inset 0 0 0 2px rgba(143, 195, 232, 0.55);
}
