@media (min-width: 1025px) {
	.ykm-overlay {
		position: fixed;
		inset: 0;
		z-index: 9988;
		background: rgba(5, 17, 35, .58);
		backdrop-filter: blur(1px);
	}

	.ykm-panel {
		position: fixed;
		display: grid;
		grid-template-columns: clamp(230px, 19vw, 290px) minmax(0, 1fr);
		z-index: 9992;
		min-width: 650px;
		max-width: 1460px;
		overflow: hidden;
		background: #fff;
		border: 1px solid #e7ebf0;
		border-radius: 14px 0 0 14px;
		box-shadow: 0 22px 65px rgba(0, 17, 42, .22);
		color: #152238;
		font-family: inherit;
	}

	.ykm-panel[hidden],
	.ykm-overlay[hidden] {
		display: none !important;
	}

	.wd-sticky-nav {
		z-index: 9993 !important;
	}

	.wd-sticky-nav.ykm-nav-open {
		width: 275px !important;
		transform: translate3d(0, 0, 0) !important;
	}

	.wd-sticky-nav.ykm-nav-open .wd-sticky-nav-title,
	.wd-sticky-nav.ykm-nav-open > .wd-nav-sticky {
		width: 275px !important;
	}

	.wd-sticky-nav.ykm-nav-open .wd-sticky-nav-title > span,
	.wd-sticky-nav.ykm-nav-open .nav-link-text {
		display: flex !important;
		width: auto !important;
		max-width: none !important;
		opacity: 1 !important;
		visibility: visible !important;
	}

	.wd-sticky-nav.ykm-nav-open .nav-link-text {
		flex: 1 1 auto !important;
		min-width: 0 !important;
	}

	.wd-sticky-nav.ykm-nav-open > .wd-nav-sticky > li > a .wd-nav-img {
		display: block !important;
		flex: 0 0 24px !important;
		width: 24px !important;
		height: 24px !important;
		min-width: 24px !important;
		max-width: 24px !important;
		margin: 0 0 0 10px !important;
		opacity: 1 !important;
		visibility: visible !important;
		transform: none !important;
		object-fit: contain !important;
	}

	.wd-sticky-nav > ul > li.ykm-active > .wd-dropdown-menu {
		display: none !important;
		visibility: hidden !important;
		opacity: 0 !important;
		pointer-events: none !important;
	}

	.wd-sticky-nav > ul > li.ykm-active > a {
		color: #0b7ff2 !important;
		background: #f1f7ff;
	}

	.ykm-second,
	.ykm-third {
		min-width: 0;
		overflow-y: auto;
		overscroll-behavior: contain;
		scrollbar-width: thin;
		scrollbar-color: #c5d1df transparent;
	}

	.ykm-second {
		background: #f7f9fc;
		border-left: 1px solid #e7ebf0;
	}

	.ykm-second-head {
		position: sticky;
		top: 0;
		z-index: 2;
		padding: 22px 20px 14px;
		background: rgba(247, 249, 252, .96);
		border-bottom: 1px solid #e7ebf0;
		backdrop-filter: blur(7px);
	}

	.ykm-root-title {
		margin: 0 0 7px;
		font-size: 19px;
		font-weight: 800;
		line-height: 1.5;
	}

	.ykm-root-all,
	.ykm-third-head > a {
		display: inline-flex;
		align-items: center;
		gap: 8px;
		font-size: 12px;
		font-weight: 700;
		color: #f28a00;
		white-space: nowrap;
	}

	.ykm-third-actions {
		display: flex;
		align-items: center;
		gap: 14px;
		min-width: 0;
	}

	.ykm-scroll-cue {
		display: inline-flex;
		align-items: center;
		gap: 7px;
		padding: 3px;
		border: 1px solid #d8e5f4;
		border-radius: 999px;
		background: #f3f8ff;
		box-shadow: 0 4px 14px rgba(15, 63, 110, .08);
		color: #315373;
		font-size: 11.5px;
		font-weight: 750;
		white-space: nowrap;
	}

	.ykm-scroll-cue[hidden] {
		display: none !important;
	}

	.ykm-panel button.ykm-scroll-button {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 34px !important;
		height: 34px !important;
		min-width: 34px !important;
		min-height: 34px !important;
		padding: 0 !important;
		border: 0 !important;
		border-radius: 50% !important;
		background: #0878e7 !important;
		color: #fff !important;
		cursor: pointer;
		transition: background-color .18s ease, transform .18s ease;
	}

	.ykm-panel button.ykm-scroll-button:hover,
	.ykm-panel button.ykm-scroll-button:focus-visible {
		outline: 2px solid rgba(8, 120, 231, .25);
		outline-offset: 2px;
		background: #065fae !important;
	}

	.ykm-panel button.ykm-scroll-button:active {
		transform: scale(.94);
	}

	.ykm-panel button.ykm-scroll-button i {
		display: block !important;
		width: 8px !important;
		height: 8px !important;
		min-width: 8px !important;
		border: 0 !important;
		border-bottom: 2px solid currentColor !important;
		border-left: 2px solid currentColor !important;
	}

	.ykm-scroll-button.is-next i {
		transform: rotate(45deg);
	}

	.ykm-scroll-button.is-previous i {
		transform: rotate(225deg);
	}

	.ykm-root-all::after,
	.ykm-third-head > a i {
		display: inline-block;
		width: 7px;
		height: 7px;
		border-bottom: 2px solid currentColor;
		border-left: 2px solid currentColor;
		transform: rotate(45deg);
		content: '';
	}

	.ykm-second-list {
		padding: 10px;
	}

	.ykm-panel .ykm-child {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: flex-start !important;
		width: 100%;
		min-height: 47px;
		padding: 10px 14px;
		border: 0;
		border-radius: 9px;
		background: transparent;
		font: inherit;
		font-size: 14px;
		font-weight: 700;
		color: #36465b;
		text-align: right !important;
		cursor: pointer;
		transition: color .16s ease, background-color .16s ease, transform .16s ease;
	}

	.ykm-panel .ykm-child > span {
		flex: 1 1 auto;
		min-width: 0;
		text-align: right !important;
	}

	.ykm-panel .ykm-child > i {
		margin-right: auto;
	}

	.ykm-child i,
	.ykm-group-title i,
	.ykm-leaf-link i {
		width: 8px;
		height: 8px;
		flex: 0 0 auto;
		border-bottom: 2px solid currentColor;
		border-left: 2px solid currentColor;
		transform: rotate(45deg);
	}

	.ykm-child:hover,
	.ykm-child:focus-visible,
	.ykm-child.is-active {
		outline: none;
		color: #0878e7;
		background: #fff;
		box-shadow: 0 5px 18px rgba(15, 63, 110, .08);
	}

	.ykm-child.is-active {
		transform: translateX(-2px);
	}

	.ykm-third {
		display: flex;
		flex-direction: column;
		padding: 22px clamp(20px, 2.2vw, 36px) 34px;
		overflow: hidden;
		background: #fff;
	}

	.ykm-third-head {
		flex: 0 0 auto;
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 20px;
		margin-bottom: 20px;
		padding-bottom: 14px;
		border-bottom: 1px solid #e7ebf0;
	}

	.ykm-third-head h3 {
		margin: 0;
		font-size: 20px;
		font-weight: 850;
		color: #102c52;
	}

	.ykm-third-grid {
		--ykm-column-width: 220px;
		display: flex;
		align-items: flex-start;
		flex: 1 1 auto;
		min-height: 0;
		height: 100%;
		padding: 0 2px 8px;
		overflow-x: auto;
		overflow-y: hidden;
		gap: 34px;
		scrollbar-width: thin;
		scrollbar-color: #c5d1df transparent;
		overscroll-behavior-inline: contain;
	}

	.ykm-column,
	.ykm-third-grid > .ykm-group {
		flex: 0 0 var(--ykm-column-width);
		width: var(--ykm-column-width);
		min-width: 0;
	}

	.ykm-column {
		display: flex;
		flex-direction: column;
		align-items: stretch;
	}

	.ykm-group {
		display: block;
		width: 100%;
		min-width: 0;
		margin: var(--ykm-group-gap, 0) 0 0;
	}

	.ykm-group-title,
	.ykm-leaf-link {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 12px;
		padding: 0 0 9px;
		border-bottom: 1px solid #edf0f4;
		font-size: 15px;
		font-weight: 800;
		line-height: 1.65;
		color: #18283c;
	}

	.ykm-group-title.is-leaf {
		justify-content: flex-start;
		padding: 5px 0;
		border-bottom: 0;
		font-size: 13.5px;
		font-weight: 500;
		color: #5e6d7f;
	}

	.ykm-group-title.is-leaf > span {
		order: 1;
	}

	.ykm-group-title.is-leaf > i {
		order: 2;
		width: 6px;
		height: 6px;
		margin-left: 2px;
		color: #0878e7;
	}

	.ykm-group-title.has-children {
		padding-bottom: 11px;
		font-weight: 800;
	}

	.ykm-group-title:hover,
	.ykm-leaf-link:hover,
	.ykm-deep-link:hover {
		color: #0878e7;
	}

	.ykm-depth-four {
		margin: 12px 0 0;
		padding: 0;
		list-style: none;
	}

	.ykm-depth-four .ykm-depth-four {
		margin: 4px 10px 5px 0;
		padding-right: 9px;
		border-right: 1px solid #e8edf3;
	}

	.ykm-deep-link {
		display: block;
		position: relative;
		padding: 6px 13px 6px 2px;
		font-size: 13px;
		line-height: 1.65;
		color: #5e6d7f;
	}

	.ykm-deep-link::before {
		content: '';
		position: absolute;
		right: 1px;
		top: 15px;
		width: 5px;
		height: 5px;
		border-bottom: 1.5px solid #0878e7;
		border-left: 1.5px solid #0878e7;
		transform: rotate(45deg);
	}

	.ykm-empty {
		max-width: 360px;
	}

	@media (max-width: 1280px) {
		.ykm-panel {
			grid-template-columns: 230px minmax(0, 1fr);
			left: 8px !important;
		}

		.ykm-third-grid {
			--ykm-column-width: 190px;
			gap: 24px;
		}

	}
}

@media (prefers-reduced-motion: reduce) {
	.ykm-panel button.ykm-scroll-button {
		transition: none !important;
	}
}
