:root{--jx-navy-dark:#0F3155;--jx-navy:#173F69;--jx-blue:#2D678F;--jx-red:#C9232D;--jx-page:#F5F7FA;--jx-line:#DCE3EA;--jx-ink:#172B3A;--jx-muted:#5F6F7E;--jx-white:#FFFFFF;--jx-mobile-edge:12px}

html,body{max-width:100%;overflow-x:hidden}
body{background:var(--jx-page);color:var(--jx-ink);padding-bottom:calc(64px + env(safe-area-inset-bottom))}
img,video,table{max-width:100%}

.jx-mobile-header{
	box-sizing:border-box;
	display:flex;
	align-items:center;
	justify-content:space-between;
	position:sticky;
	top:0;
	z-index:30;
	width:100%;
	height:56px;
	padding:0 var(--jx-mobile-edge);
	background:var(--jx-navy-dark);
	border-bottom:1px solid rgba(255,255,255,.14);
}
.jx-mobile-brand{display:flex;align-items:center;flex:0 0 auto;height:56px}
.jx-mobile-brand img{display:block;width:135px;height:45px;object-fit:contain}
.jx-mobile-actions{display:flex;align-items:center;justify-content:flex-end;gap:4px;min-width:0}
.jx-mobile-actions a,.jx-mobile-actions button{
	box-sizing:border-box;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	min-width:44px;
	min-height:44px;
	padding:0 8px;
	border:0;
	background:transparent;
	color:var(--jx-white);
	font:inherit;
	font-size:14px;
	text-decoration:none;
}
.jx-mobile-actions a:focus-visible,.jx-mobile-actions button:focus-visible{outline:2px solid var(--jx-white);outline-offset:-3px;border-radius:4px}
#head-bar .head-bar{top:56px}
.head-ico-left,.head-ico-right,.head-ico-left-wh,.head-ico-right-wh,.head-ico-right-wh1{top:66px}
.list-menu{top:104px}
.ui-pop{top:92px}

.jx-mobile-home{box-sizing:border-box;min-width:0;padding:12px}
.jx-mobile-section{
	box-sizing:border-box;
	min-width:0;
	margin:0 0 12px;
	padding:12px;
	border:1px solid var(--jx-line);
	border-radius:6px;
	background:var(--jx-white);
}
.jx-mobile-section:last-child{margin-bottom:0}
.jx-mobile-section-head{display:flex;align-items:center;justify-content:space-between;gap:12px;min-width:0;margin:0 0 8px}
.jx-mobile-section-head h2{min-width:0;margin:0;color:var(--jx-navy-dark);font-size:18px;line-height:1.4}
.jx-mobile-section-head a{display:inline-flex;align-items:center;flex:0 0 auto;min-height:44px;color:var(--jx-blue);font-size:14px;text-decoration:none}

.jx-mobile-market-list{min-width:0;border-top:1px solid var(--jx-line)}
.jx-mobile-market-row{
	box-sizing:border-box;
	display:grid;
	grid-template-columns:minmax(0,1fr) minmax(64px,auto) minmax(64px,auto);
	align-items:center;
	gap:8px;
	min-width:0;
	min-height:44px;
	border-bottom:1px solid var(--jx-line);
	color:var(--jx-ink);
	font-size:14px;
	text-decoration:none;
}
.jx-mobile-market-row:last-child{border-bottom:0}
.jx-mobile-market-name{min-width:0;overflow:hidden;font-weight:600;text-overflow:ellipsis;white-space:nowrap}
.jx-mobile-market-price,.jx-mobile-market-change{min-width:0;text-align:right;font-variant-numeric:tabular-nums}
.jx-mobile-market-price{color:var(--jx-navy);font-size:15px}
.jx-mobile-market-change{color:var(--jx-muted)}
.jx-mobile-market-change.jx-up{color:var(--jx-red)}
.jx-mobile-market-change.jx-down{color:var(--jx-blue)}
.jx-mobile-empty{display:flex;align-items:center;min-height:44px;color:var(--jx-muted);font-size:14px}

.jx-mobile-news,.jx-mobile-news .list-set,.jx-mobile-services{min-width:0}
.jx-mobile-quick{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;min-width:0}
.jx-mobile-quick a{
	box-sizing:border-box;
	display:flex;
	align-items:center;
	justify-content:center;
	min-width:0;
	min-height:44px;
	padding:8px;
	border:1px solid var(--jx-line);
	border-radius:6px;
	background:var(--jx-page);
	color:var(--jx-navy);
	font-weight:600;
	text-align:center;
	text-decoration:none;
}
.jx-mobile-quick a:focus-visible,.jx-mobile-section-head a:focus-visible,.jx-mobile-market-row:focus-visible{outline:2px solid var(--jx-blue);outline-offset:2px}
.jx-mobile-quick .jx-mobile-quick-publish{border-color:var(--jx-red);background:var(--jx-red);color:var(--jx-white)}

.jx-mobile-bottom{
	box-sizing:border-box;
	display:grid;
	grid-template-columns:repeat(4,minmax(0,1fr));
	position:fixed;
	z-index:40;
	left:0;
	right:0;
	bottom:0;
	width:100%;
	height:calc(56px + env(safe-area-inset-bottom));
	padding:0 0 env(safe-area-inset-bottom);
	overflow:visible;
	border-top:1px solid var(--jx-line);
	background:var(--jx-white);
	box-shadow:0 -2px 10px rgba(15,49,85,.08);
}
.jx-mobile-bottom a{
	box-sizing:border-box;
	display:flex;
	align-items:center;
	justify-content:center;
	min-width:0;
	min-height:56px;
	color:var(--jx-navy);
	font-size:14px;
	font-weight:600;
	text-align:center;
	text-decoration:none;
}
.jx-mobile-bottom a:focus-visible{outline:2px solid var(--jx-blue);outline-offset:-3px}
.jx-mobile-bottom .jx-mobile-publish{background:var(--jx-red);color:var(--jx-white)}
.jx-mobile-bottom span{display:block;min-width:0}

@media (max-width:359px){
	.jx-mobile-actions a,.jx-mobile-actions button{padding:0 5px}
	.jx-mobile-market-row{grid-template-columns:minmax(0,1fr) minmax(58px,auto) minmax(58px,auto);gap:5px;font-size:13px}
}
