#lcww-widget {
	--lcww-navy: #09214b;
	--lcww-ink: #14233d;
	--lcww-muted: #68788d;
	--lcww-line: #cbd7e1;
	--lcww-line-light: #e2e9ee;
	--lcww-canvas: #f8fafc;
	--lcww-white: #ffffff;
	--lcww-blue-soft: #e8f2ff;
	--lcww-teal: #008f8c;
	--lcww-trigger-visible-width: 58px;
	position: fixed;
	right: 0;
	bottom: 24px;
	width: var(--lcww-trigger-visible-width);
	height: 56px;
	z-index: 99999;
	color: var(--lcww-ink);
	font-family: "Segoe UI", Arial, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
}

#lcww-widget,
#lcww-widget * {
	box-sizing: border-box;
}

#lcww-widget [hidden] {
	display: none !important;
}

#lcww-widget button {
	margin: 0;
	appearance: none;
	-webkit-appearance: none;
	font: inherit;
	text-transform: none;
}

#lcww-widget .lcww-trigger {
	position: absolute;
	right: 0;
	bottom: 0;
	min-height: 56px;
	display: inline-flex;
	align-items: center;
	gap: 11px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 999px 0 0 999px;
	padding: 10px 19px 10px 10px;
	background: rgba(
		var(--lcww-trigger-rgb, 9, 33, 75),
		var(--lcww-trigger-opacity, 0.76)
	);
	-webkit-backdrop-filter: blur(12px);
	backdrop-filter: blur(12px);
	box-shadow:
		0 16px 42px rgba(5, 23, 53, 0.22),
		0 3px 10px rgba(5, 23, 53, 0.12);
	color: var(--lcww-white);
	cursor: pointer;
	font-size: 0.94rem;
	font-weight: 690;
	line-height: 1.1;
	white-space: nowrap;
	transform: translateX(
		calc(100% - var(--lcww-trigger-visible-width))
	);
	transition:
		background-color 180ms ease-out,
		box-shadow 180ms ease-out,
		transform 240ms ease-out;
	will-change: transform;
}

#lcww-widget .lcww-trigger:hover,
#lcww-widget .lcww-trigger:focus-visible,
#lcww-widget.lcww-trigger-expanded .lcww-trigger {
	background: rgba(
		var(--lcww-trigger-rgb, 9, 33, 75),
		var(--lcww-trigger-hover-opacity, 0.86)
	);
	box-shadow:
		0 20px 48px rgba(5, 23, 53, 0.26),
		0 4px 12px rgba(5, 23, 53, 0.14);
	transform: translateX(0);
}

#lcww-widget .lcww-trigger:focus-visible,
#lcww-widget .lcww-close:focus-visible,
#lcww-widget .lcww-retry:focus-visible {
	outline: 3px solid rgba(0, 143, 140, 0.34);
	outline-offset: 3px;
}

#lcww-widget .lcww-trigger-icon {
	width: 38px;
	height: 38px;
	flex: 0 0 auto;
	display: grid;
	place-items: center;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.12);
	font-size: 1.25rem;
	line-height: 1;
}

#lcww-widget .lcww-popover {
	position: absolute;
	right: 16px;
	bottom: calc(100% + 14px);
	width: min(382px, calc(100vw - 32px));
	max-width: none;
	overflow: hidden;
	border: 1px solid var(--lcww-line-light);
	border-radius: 18px;
	background: var(--lcww-white);
	box-shadow: 0 24px 70px rgba(5, 23, 53, 0.24);
	color: var(--lcww-ink);
	animation: lcww-popover-in 180ms ease-out both;
}

@keyframes lcww-popover-in {
	from {
		opacity: 0;
		transform: translateY(8px) scale(0.985);
	}

	to {
		opacity: 1;
		transform: translateY(0) scale(1);
	}
}

#lcww-widget .lcww-popover-heading {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 20px;
	padding: 20px 20px 17px;
	background: var(--lcww-navy);
	color: var(--lcww-white);
}

#lcww-widget .lcww-popover-heading p {
	margin: 4px 0 0;
	color: rgba(255, 255, 255, 0.68);
	font-size: 0.78rem;
	font-weight: 400;
	letter-spacing: normal;
	line-height: 1.4;
}

#lcww-widget .lcww-kicker {
	display: block;
	margin: 0;
	color: var(--lcww-white);
	font-size: 1.05rem;
	font-weight: 730;
	letter-spacing: -0.02em;
	line-height: 1.4;
}

#lcww-widget .lcww-close {
	width: 32px;
	height: 32px;
	flex: 0 0 auto;
	display: grid;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 50%;
	padding: 0 0 2px;
	background: rgba(255, 255, 255, 0.08);
	box-shadow: none;
	color: var(--lcww-white);
	cursor: pointer;
	font-size: 1.45rem;
	font-weight: 300;
	line-height: 1;
}

#lcww-widget .lcww-current {
	position: relative;
	display: grid;
	grid-template-columns: 74px minmax(0, 1fr);
	align-items: center;
	gap: 16px;
	padding: 23px 20px 18px;
}

#lcww-widget .lcww-current-symbol {
	width: 74px;
	height: 74px;
	display: grid;
	place-items: center;
	border-radius: 20px;
	background: var(--lcww-blue-soft);
	color: #efaa00;
	font-family: "Segoe UI Symbol", "Segoe UI Emoji", sans-serif;
	font-size: 2.45rem;
	line-height: 1;
}

#lcww-widget .lcww-code-03,
#lcww-widget .lcww-code-04,
#lcww-widget .lcww-code-09,
#lcww-widget .lcww-code-10,
#lcww-widget .lcww-code-50 {
	color: #5f82a6;
}

#lcww-widget .lcww-code-11 {
	color: #7651b5;
}

#lcww-widget .lcww-code-13 {
	color: #5ba5c5;
}

#lcww-widget .lcww-temperature {
	margin: 0;
	color: var(--lcww-navy);
	font-size: 2.75rem;
	font-weight: 760;
	letter-spacing: -0.07em;
	line-height: 0.95;
}

#lcww-widget .lcww-temperature span {
	margin-left: 3px;
	font-size: 1.3rem;
	font-weight: 650;
	letter-spacing: -0.03em;
}

#lcww-widget .lcww-current-copy p {
	margin: 8px 0 1px;
	color: var(--lcww-ink);
	font-size: 0.96rem;
	font-weight: 680;
	letter-spacing: normal;
	line-height: 1.25;
	text-transform: capitalize;
}

#lcww-widget .lcww-current-copy > span {
	color: var(--lcww-muted);
	font-size: 0.78rem;
}

#lcww-widget .lcww-details {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: 0 20px;
	border: 1px solid var(--lcww-line-light);
	border-radius: 12px;
	background: var(--lcww-canvas);
}

#lcww-widget .lcww-details div {
	min-width: 0;
	padding: 11px 8px;
	text-align: center;
}

#lcww-widget .lcww-details div + div {
	border-left: 1px solid var(--lcww-line-light);
}

#lcww-widget .lcww-details span,
#lcww-widget .lcww-details strong {
	display: block;
	margin: 0;
}

#lcww-widget .lcww-details span {
	margin-bottom: 2px;
	color: var(--lcww-muted);
	font-size: 0.68rem;
	font-weight: 400;
}

#lcww-widget .lcww-details strong {
	color: var(--lcww-navy);
	font-size: 0.83rem;
	font-weight: 700;
	line-height: 1.25;
}

#lcww-widget .lcww-days {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	padding: 20px 20px 17px;
}

#lcww-widget .lcww-days article {
	min-width: 0;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
	text-align: center;
}

#lcww-widget .lcww-days article + article {
	border-left: 1px solid var(--lcww-line-light);
}

#lcww-widget .lcww-days article > span,
#lcww-widget .lcww-days article > strong,
#lcww-widget .lcww-days article > em {
	display: block;
	margin: 0;
}

#lcww-widget .lcww-days article > span {
	color: var(--lcww-muted);
	font-size: 0.72rem;
	font-weight: 650;
	text-transform: capitalize;
}

#lcww-widget .lcww-day-symbol {
	display: block;
	margin: 5px 0 4px;
	font-family: "Segoe UI Symbol", "Segoe UI Emoji", sans-serif;
	font-size: 1.45rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.2;
}

#lcww-widget .lcww-days article > strong {
	color: var(--lcww-navy);
	font-size: 0.92rem;
	font-weight: 700;
	line-height: 1.5;
}

#lcww-widget .lcww-days article > strong small {
	color: var(--lcww-muted);
	font-size: inherit;
	font-weight: 550;
}

#lcww-widget .lcww-days article > em {
	margin-top: 2px;
	color: #6686a8;
	font-size: 0.68rem;
	font-style: normal;
	font-weight: 400;
}

#lcww-widget .lcww-hourly-section {
	padding: 15px 20px 17px;
	border-top: 1px solid var(--lcww-line-light);
	background: var(--lcww-canvas);
}

#lcww-widget .lcww-hourly-heading {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 10px;
}

#lcww-widget .lcww-hourly-heading strong {
	margin: 0;
	color: var(--lcww-navy);
	font-size: 0.82rem;
	font-weight: 700;
}

#lcww-widget .lcww-hourly-heading span {
	color: var(--lcww-muted);
	font-size: 0.65rem;
}

#lcww-widget .lcww-hourly {
	display: flex;
	gap: 7px;
	overflow-x: auto;
	padding-bottom: 3px;
	scrollbar-color: var(--lcww-line) transparent;
	scrollbar-width: thin;
	scroll-snap-type: x proximity;
}

#lcww-widget .lcww-hourly article {
	min-width: 61px;
	flex: 1 0 61px;
	margin: 0;
	padding: 8px 5px 7px;
	border: 1px solid var(--lcww-line-light);
	border-radius: 10px;
	background: var(--lcww-white);
	box-shadow: none;
	text-align: center;
	scroll-snap-align: start;
}

#lcww-widget .lcww-hourly time,
#lcww-widget .lcww-hourly strong,
#lcww-widget .lcww-hourly em {
	display: block;
	margin: 0;
}

#lcww-widget .lcww-hourly time {
	color: var(--lcww-muted);
	font-size: 0.66rem;
	font-weight: 650;
}

#lcww-widget .lcww-hour-symbol {
	display: block;
	margin: 3px 0 1px;
	font-family: "Segoe UI Symbol", "Segoe UI Emoji", sans-serif;
	font-size: 1.2rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.2;
}

#lcww-widget .lcww-hourly strong {
	color: var(--lcww-navy);
	font-size: 0.84rem;
	font-weight: 700;
	line-height: 1.2;
}

#lcww-widget .lcww-hourly em {
	margin-top: 1px;
	color: #6686a8;
	font-size: 0.61rem;
	font-style: normal;
	font-weight: 400;
}

#lcww-widget .lcww-hourly-empty {
	margin: 0;
	color: var(--lcww-muted);
	font-size: 0.72rem;
}

#lcww-widget .lcww-source {
	padding: 10px 20px 12px;
	border-top: 1px solid var(--lcww-line-light);
	color: var(--lcww-muted);
	font-size: 0.65rem;
	line-height: 1.4;
	text-align: center;
}

#lcww-widget .lcww-loading,
#lcww-widget .lcww-error {
	min-height: 250px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 35px 25px;
	text-align: center;
}

#lcww-widget .lcww-loading span {
	width: 34px;
	height: 34px;
	margin-bottom: 16px;
	border: 3px solid #d5efea;
	border-top-color: var(--lcww-teal);
	border-radius: 50%;
	animation: lcww-spin 750ms linear infinite;
}

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

#lcww-widget .lcww-loading p,
#lcww-widget .lcww-error p {
	margin: 0;
	color: var(--lcww-muted);
	font-size: 0.88rem;
	line-height: 1.5;
}

#lcww-widget .lcww-error strong {
	margin: 0 0 4px;
	color: var(--lcww-navy);
	font-size: 0.94rem;
}

#lcww-widget .lcww-retry {
	margin-top: 18px;
	border: 0;
	border-radius: 8px;
	padding: 9px 16px;
	background: var(--lcww-teal);
	box-shadow: none;
	color: var(--lcww-white);
	cursor: pointer;
	font-weight: 680;
	line-height: 1.3;
}

@media (max-width: 620px) {
	#lcww-widget {
		--lcww-trigger-visible-width: 52px;
		right: 0;
		bottom: 12px;
		height: 52px;
	}

	#lcww-widget .lcww-trigger {
		min-height: 52px;
		padding: 8px 16px 8px 8px;
		font-size: 0.84rem;
	}

	#lcww-widget .lcww-trigger-icon {
		width: 36px;
		height: 36px;
	}

	#lcww-widget .lcww-popover {
		position: fixed;
		right: 12px;
		bottom: 76px;
		left: 12px;
		width: auto;
		max-height: calc(100dvh - 96px);
		overflow-y: auto;
	}
}

@media (prefers-reduced-motion: reduce) {
	#lcww-widget *,
	#lcww-widget *::before,
	#lcww-widget *::after {
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
	}
}
