.mjsk-fs-card {
	position: relative;
	overflow: hidden;
	max-width: 100%;
	background: linear-gradient(165deg, #003D2E 0%, #006A4E 38%, #005544 100%);
	border-radius: 28px;
	padding: 28px 26px 22px;
	color: #e9f5ee;
	font-family: inherit;
	box-shadow: 0 32px 80px rgba(0, 45, 34, .35), inset 0 1px 0 rgba(255, 255, 255, .08);
	border: 1px solid rgba(255, 255, 255, .07);
	transition: transform .4s cubic-bezier(.22, 1, .36, 1), box-shadow .4s ease, border-color .4s ease
}

.mjsk-fs-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 40px 90px rgba(0, 45, 34, .45), inset 0 1px 0 rgba(255, 255, 255, .08);
	border-color: rgba(255, 255, 255, .14)
}

.mjsk-fs-card::before {
	content: "";
	position: absolute;
	top: -40%;
	right: -20%;
	width: 420px;
	height: 420px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(244, 42, 65, .18), transparent 65%);
	pointer-events: none
}

.mjsk-fs-card::after {
	content: "";
	position: absolute;
	bottom: -30%;
	left: -10%;
	width: 280px;
	height: 280px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(0, 143, 104, .2), transparent 70%);
	pointer-events: none
}

.mjsk-fs-card>* {
	position: relative;
	z-index: 1
}

.mjsk-fs-head {
	display: flex;
	gap: 14px;
	align-items: flex-start;
	margin-bottom: 22px
}

.mjsk-fs-head-icon {
	flex: 0 0 auto;
	width: 48px;
	height: 48px;
	border-radius: 16px;
	background: rgba(255, 255, 255, .1);
	border: 1px solid rgba(255, 255, 255, .12);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
	backdrop-filter: blur(8px)
}

.mjsk-fs-title-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	flex-wrap: wrap
}

.mjsk-fs-title {
	margin: 0;
	font-size: 22px;
	font-weight: 800;
	color: #fff;
	line-height: 1.2
}

.mjsk-fs-live {
	display: inline-flex;
	flex-shrink: 0;
	white-space: nowrap;
	align-items: center;
	gap: 8px;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
	background: rgba(255, 255, 255, .07);
	border: 1px solid rgba(74, 222, 128, .25);
	color: rgba(255, 255, 255, .92);
	padding: 8px 14px 8px 10px;
	border-radius: 999px
}

.mjsk-fs-dot {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #4ade80;
	animation: mjskFsPulse 1.6s infinite
}

@keyframes mjskFsPulse {
	0%, 100% {
		opacity: 1
	}

	50% {
		opacity: .35
	}
}

@media (prefers-reduced-motion:reduce) {
	.mjsk-fs-dot {
		animation: none
	}
}

.mjsk-fs-sub {
	margin: 6px 0 0;
	font-size: 13.5px;
	line-height: 1.5;
	color: rgba(233, 245, 238, .75)
}

.mjsk-fs-search {
	display: flex;
	align-items: stretch;
	background: transparent !important;
	border: 0 !important;
	padding: 0 !important;
	gap: 10px;
	margin-bottom: 16px;
	box-shadow: none !important
}

.mjsk-fs-search-field {
	box-sizing: border-box;
	flex: 1;
	min-width: 0;
	display: flex;
	align-items: center;
	gap: 8px;
	background: #FFF8F0 !important;
	border: 2px solid rgba(0, 61, 46, .12) !important;
	border-radius: 16px !important;
	padding: 0 16px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, .14), inset 0 1px 0 rgba(255, 255, 255, .95);
	transition: border-color .3s, box-shadow .3s
}

.mjsk-fs-search-field:focus-within {
	border-color: rgba(0, 106, 78, .4) !important;
	box-shadow: 0 0 0 4px rgba(0, 106, 78, .12), 0 12px 28px rgba(0, 0, 0, .14)
}

.mjsk-fs-search-ico {
	flex: 0 0 auto;
	opacity: .45;
	font-size: 14px
}

.mjsk-fs-search input {
	flex: 1;
	min-width: 0;
	border: 0 !important;
	outline: 0;
	background: transparent !important;
	height: 48px;
	font-size: 16px;
	padding: 0;
	color: #0A2E22 !important;
	font-weight: 700;
	letter-spacing: .02em;
	font-variant-numeric: tabular-nums
}

.mjsk-fs-search input::placeholder {
	color: #9aa8a0;
	font-weight: 500
}

.mjsk-fs-track-btn {
	flex: 0 0 auto;
	border: 0 !important;
	cursor: pointer;
	background: linear-gradient(135deg, #F42A41 0%, #FF4D5E 100%) !important;
	color: #fff !important;
	font-weight: 800;
	font-size: 14px;
	height: 48px;
	padding: 0 28px;
	border-radius: 14px !important;
	box-shadow: 0 8px 28px rgba(244, 42, 65, .35) !important;
	transition: transform .2s, box-shadow .2s
}

.mjsk-fs-track-btn:hover {
	transform: translateY(-1px);
	box-shadow: 0 12px 32px rgba(244, 42, 65, .45) !important
}

.mjsk-fs-track-btn:focus-visible, .mjsk-fs-row:focus-visible, .mjsk-fs-chip:focus-visible,
.mjsk-fs-back:focus-visible, .mjsk-fs-tab:focus-visible {
	outline: 2px solid #4ade80;
	outline-offset: 2px
}

.mjsk-fs-board {
	background: rgba(0, 0, 0, .18);
	border: 1px solid rgba(255, 255, 255, .07);
	border-radius: 18px;
	padding: 20px;
	transition: background .35s, border-color .35s
}

.mjsk-fs-tabs {
	display: flex;
	gap: 8px;
	margin-bottom: 16px;
	background: rgba(0, 0, 0, .22);
	padding: 5px;
	border-radius: 13px
}

.mjsk-fs-tab {
	flex: 1;
	border: 1px solid transparent !important;
	background: transparent !important;
	color: rgba(233, 245, 238, .65) !important;
	font-family: inherit;
	font-size: 13.5px;
	font-weight: 800;
	padding: 10px 8px;
	border-radius: 10px !important;
	cursor: pointer;
	transition: background .15s, border-color .15s, color .15s
}

.mjsk-fs-tab:hover:not(.is-active) {
	border-color: rgba(255, 255, 255, .12) !important
}

.mjsk-fs-tab.is-active {
	background: rgba(255, 255, 255, .14) !important;
	border-color: rgba(255, 255, 255, .18) !important;
	color: #fff !important
}

.mjsk-fs-board-label {
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .13em;
	text-transform: uppercase;
	color: rgba(233, 245, 238, .6);
	margin-bottom: 12px
}

.mjsk-fs-row {
	box-sizing: border-box !important;
	display: flex !important;
	align-items: center !important;
	justify-content: flex-start;
	gap: 16px !important;
	width: 100% !important;
	max-width: 100%;
	text-align: left;
	background: rgba(255, 255, 255, .04) !important;
	border: 1px solid rgba(255, 255, 255, .06) !important;
	border-radius: 14px !important;
	padding: 15px 18px !important;
	margin: 0 0 10px !important;
	color: inherit;
	cursor: pointer;
	font-family: inherit;
	transition: background .15s, border-color .15s
}

.mjsk-fs-row:hover {
	background: rgba(255, 255, 255, .1) !important;
	border-color: rgba(255, 255, 255, .14) !important
}

.mjsk-fs-flightno {
	flex: 0 0 auto;
	margin-right: 4px;
	font-weight: 800;
	font-size: 15px;
	color: #fff;
	min-width: 66px
}

.mjsk-fs-route {
	flex: 1 1 auto;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 13px;
	color: rgba(233, 245, 238, .8);
	font-weight: 600
}

.mjsk-fs-time {
	flex: 0 0 auto;
	margin-left: auto;
	padding-right: 4px;
	font-size: 14px;
	font-weight: 700;
	white-space: nowrap
}

.mjsk-fs-badge {
	flex: 0 0 auto;
	font-size: 10.5px;
	font-weight: 800;
	letter-spacing: .06em;
	padding: 6px 11px;
	border-radius: 999px !important;
	white-space: nowrap
}

.mjsk-fs-badge--now {
	background: rgba(244, 42, 65, .28) !important;
	color: #FF8A97 !important
}

.mjsk-fs-badge--soon {
	background: rgba(244, 42, 65, .18) !important;
	color: #FFC1C9 !important
}

.mjsk-fs-badge--done {
	background: rgba(110, 231, 183, .15) !important;
	color: #6EE7B7 !important
}

.mjsk-fs-badge--sched {
	background: rgba(255, 255, 255, .12) !important;
	color: rgba(233, 245, 238, .85) !important
}

.mjsk-fs-badge--green {
	background: rgba(74, 222, 128, .18) !important;
	color: #86efac !important;
	border: 1px solid rgba(74, 222, 128, .35) !important
}

.mjsk-fs-chips {
	display: flex;
	align-items: center;
	gap: 8px;
	flex-wrap: wrap;
	margin-top: 12px
}

.mjsk-fs-chips-label {
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: rgba(233, 245, 238, .55)
}

.mjsk-fs-chip {
	border: 1px solid rgba(255, 255, 255, .14) !important;
	background: rgba(255, 255, 255, .06) !important;
	color: #fff !important;
	font-size: 12.5px;
	font-weight: 700;
	padding: 7px 15px;
	border-radius: 999px !important;
	cursor: pointer;
	font-family: inherit;
	transition: background .15s, border-color .15s
}

.mjsk-fs-chip:hover {
	background: rgba(255, 255, 255, .12) !important;
	border-color: rgba(255, 255, 255, .22) !important
}

/* detail view */
.mjsk-fs-back {
	background: none;
	border: 0;
	color: #a7d9bd;
	font-weight: 700;
	font-size: 13px;
	cursor: pointer;
	padding: 0;
	margin-bottom: 16px;
	font-family: inherit
}

.mjsk-fs-back:hover {
	color: #fff
}

.mjsk-fs-d-top {
	display: flex;
	align-items: center;
	gap: 14px;
	flex-wrap: wrap;
	margin-bottom: 22px
}

.mjsk-fs-d-logo {
	width: 52px;
	height: 52px;
	border-radius: 16px;
	background: linear-gradient(145deg, #F42A41, #C41E32);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 800;
	font-size: 18px;
	box-shadow: 0 8px 24px rgba(244, 42, 65, .35)
}

.mjsk-fs-d-name {
	flex: 1;
	min-width: 140px
}

.mjsk-fs-d-flight {
	font-size: 19px;
	font-weight: 800;
	color: #fff
}

.mjsk-fs-d-airline {
	font-size: 13px;
	color: rgba(233, 245, 238, .7);
	margin-top: 2px
}

.mjsk-fs-d-route {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-bottom: 22px
}

.mjsk-fs-d-port {
	text-align: center
}

.mjsk-fs-d-iata {
	font-size: 34px;
	font-weight: 900;
	color: #fff;
	line-height: 1
}

.mjsk-fs-d-city {
	font-size: 10.5px;
	font-weight: 700;
	letter-spacing: .13em;
	text-transform: uppercase;
	color: rgba(233, 245, 238, .55);
	margin-top: 6px
}

.mjsk-fs-d-track {
	flex: 1;
	position: relative;
	height: 22px
}

.mjsk-fs-d-line {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	height: 3px;
	border-radius: 3px;
	background: rgba(255, 255, 255, .18);
	transform: translateY(-50%)
}

.mjsk-fs-d-line-fill {
	position: absolute;
	top: 50%;
	left: 0;
	height: 3px;
	border-radius: 3px;
	background: #F42A41;
	transform: translateY(-50%)
}

.mjsk-fs-d-plane {
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
	color: #F42A41;
	font-size: 15px
}

.mjsk-fs-d-cards {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 12px
}

.mjsk-fs-d-cell {
	background: rgba(255, 255, 255, .06);
	border: 1px solid rgba(255, 255, 255, .09);
	border-radius: 16px;
	padding: 14px 16px;
	backdrop-filter: blur(8px);
	transition: background .2s
}

.mjsk-fs-d-cell:hover {
	background: rgba(255, 255, 255, .09)
}

.mjsk-fs-d-cell-label {
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .13em;
	text-transform: uppercase;
	color: rgba(233, 245, 238, .5);
	margin-bottom: 8px
}

.mjsk-fs-d-cell-value {
	font-size: 16px;
	font-weight: 800;
	color: #fff
}

.mjsk-fs-muted {
	font-size: 13.5px;
	color: rgba(233, 245, 238, .65);
	padding: 4px 2px
}

.mjsk-fs-foot {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-top: 16px;
	padding-top: 14px;
	border-top: 1px solid rgba(255, 255, 255, .08);
	font-size: 12.5px;
	line-height: 1.5;
	color: rgba(233, 245, 238, .55)
}

.mjsk-fs-foot::before {
	content: "\24D8";
	flex-shrink: 0;
	font-size: 13px;
	opacity: .6
}

@media (max-width:425px) {
	.mjsk-fs-card {
		padding: 22px;
		border-radius: 20px
	}

	.mjsk-fs-route {
		display: none
	}

	.mjsk-fs-d-cards {
		grid-template-columns: 1fr 1fr
	}

	.mjsk-fs-d-iata {
		font-size: 27px
	}
}