:root{
	--rgb-color-base:17,24,39;
	--rgb-color-primary:58,142,230;
	--rgb-color-primary-deep:37,99,235;
	--rgb-color-accent:0,198,255;

	--transition:.2s ease;

	--header-bg:rgba(255,255,255,.92);
	--header-drawer-w:300px;
	--header-color:rgb(var(--rgb-color-base));
	--header-color-muted:rgba(var(--rgb-color-base),.55);
	--footer-bg:#0e1a2b;
	--footer-color:#e7eef8;
	--footer-color-muted:#8fa3bd;

	--text:rgb(var(--rgb-color-base));
	--text-muted:rgba(var(--rgb-color-base),.55);
	--border:#e7ebf3;
	--bg-soft:#f5f8fc;
	--gradient:linear-gradient(135deg,rgb(var(--rgb-color-primary)) 0%,rgb(var(--rgb-color-accent)) 100%);
}
html{line-height:1.6;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;box-sizing:border-box;font-size:16px;font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei","Helvetica Neue",Arial,sans-serif;color:var(--text);-webkit-font-smoothing:subpixel-antialiased;-moz-osx-font-smoothing:grayscale;font-weight:400;-webkit-tap-highlight-color:transparent;overflow-x:hidden;scroll-behavior:smooth;scroll-padding-top:70px}
body{overflow-x:hidden;overflow-x:clip}
body,dd,dl,figure,form,h1,h2,h3,h4,h5,h6,input,menu,p{margin:0}
button,input,ol,textarea,ul{margin:0;padding:0}
:after,:before,a,abbr,address,article,aside,body,button,dd,details,div,dl,dt,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,img,input,label,li,main,menu,nav,ol,p,picture,section,select,span,strong,summary,table,td,textarea,th,tr,ul{box-sizing:border-box}
ol li,ul li{list-style:none}
picture{font-size:0;display:block}
a{background-color:transparent;text-decoration:none;-webkit-text-decoration-skip:objects;transition:all ease .15s;color:inherit}
a:hover{outline:0;text-decoration:none;color:rgb(var(--rgb-color-primary))}
a,button,input[type=button],input[type=reset],input[type=submit],summary{cursor:pointer}
audio,video{display:inline-block}
img{border-style:none;max-width:100%}
textarea{resize:vertical}
button,input,select,textarea{font-family:inherit;font-size:100%;line-height:1.15}
a,a:focus,button,button:focus,input,input:focus,optgroup,optgroup:focus,select,select:focus,summary,summary:focus,textarea,textarea:focus{outline:0}

/*return top*/
.return-top{width:70px;height:70px;background:rgba(0,0,0,.5);position:fixed;bottom:1%;right:10px;cursor:pointer;display:none;z-index:1;color:#fff;font-size:12px}
.return-top:hover{background:rgba(0,0,0,.86);color:#fff}
.return-top svg{margin-bottom:5px}
.return-top.actived{display:inline-flex;flex-direction:column;justify-content:center;align-items:center}

/*flex*/
.flex{display:flex}
.inline-flex{display:inline-flex}
.flex-direction-row{flex-direction:row}
.flex-direction-column{flex-direction:column}
.flex-wrap-nowrap{flex-wrap:nowrap}
.flex-wrap-wrap{flex-wrap:wrap}
.flex-wrap-reverse{flex-wrap:wrap-reverse}
.flex-justify-start{justify-content:flex-start}
.flex-justify-end{justify-content:flex-end}
.flex-justify-center{justify-content:center}
.flex-justify-around{justify-content:space-around}
.flex-justify-between{justify-content:space-between}
.flex-align-start{align-items:flex-start}
.flex-align-end{align-items:flex-end}
.flex-align-center{align-items:center}

.btn-group{display:flex;justify-content:start;align-items:center;gap:8px;flex-wrap:wrap}
.default-btn{position:relative;display:inline-flex;justify-content:center;align-items:center;gap:8px;padding:10px 24px;border-radius:20px;font-weight:500;font-size:1rem;line-height:1;text-decoration:none;white-space:nowrap;overflow:hidden;background:#fff;border:1px solid rgb(var(--rgb-color-primary));color:rgb(var(--rgb-color-primary))}
.default-btn:hover{-webkit-filter:brightness(1.05);filter:brightness(1.05)}
.default-btn.primary-btn{background:rgb(var(--rgb-color-primary));color:#fff}

/* section style */
.section{padding:6rem 0}
.section-header{text-align:center}
.section-title{font-size:3rem;font-weight:700;line-height:1.2}
.section-desc{font-size:1.125rem;margin:.25rem 0 0}
.section-desc:first-of-type{margin-top:1rem}
.section-body{margin-top:2.5rem}
@media (max-width:768px){
	.section{padding:4rem 0}
	.section-title{font-size:2.25rem}
	.section-desc{font-size:1rem}
}

.container{max-width:1230px;margin:0 auto;padding:0 15px;position:relative;z-index:0}
body.header-sticky .header{position:sticky;left:0;top:0}
/* header desktop start */
.header{background:var(--header-bg);border-bottom:1px solid rgba(17,24,39,.06);position:relative;z-index:60}
.header.scrolled{box-shadow:0 6px 24px rgba(17,24,39,.06)}
.header .container{display:flex;align-items:center;justify-content:space-between;height:72px}
.header .brand{display:inline-flex;align-items:center;color:var(--header-color)}
.header .brand-logo{height:32px;width:auto;display:block}
.header .nav{display:flex;align-items:center;gap:4px}
.header .nav a{position:relative;display:inline-flex;align-items:center;font-size:.95rem;font-weight:500;color:var(--header-color-muted);padding:9px 16px;border-radius:10px;transition:var(--transition)}
.header .nav a:hover{color:var(--header-color);background:rgba(17,24,39,.05)}
.header .nav a.btn-download{margin-left:10px;padding:10px 24px;border-radius:22px;background:var(--gradient);color:#fff;font-weight:600;box-shadow:0 6px 16px rgba(var(--rgb-color-primary),.3)}
.header .nav a.btn-download:hover{color:#fff;transform:translateY(-1px);box-shadow:0 10px 22px rgba(var(--rgb-color-primary),.4)}
.nav-toggle{display:none}
.nav-overlay{display:none}
.header .hamburger{display:none}
/* header desktop end */
/* footer desktop start */
.footer{background:var(--footer-bg);color:var(--footer-color)}
.footer-top{display:flex;justify-content:space-between;align-items:flex-start;gap:64px;padding:64px 0 48px;flex-wrap:wrap}
.footer-brand{max-width:400px}
.footer-logo{display:inline-flex;align-items:center;color:var(--footer-color)}
.footer-logo .brand-logo{height:32px;width:auto;display:block;filter:brightness(0) invert(1)}
.footer-desc{color:var(--footer-color-muted);font-size:.92rem;line-height:1.9;margin:18px 0 0}
.footer-nav{display:flex;gap:72px;flex-wrap:wrap}
.footer-nav-col h4{font-size:1rem;font-weight:600;color:var(--footer-color);margin:0 0 18px}
.footer-nav-col a{display:block;color:var(--footer-color-muted);font-size:.92rem;margin:0 0 13px;transition:var(--transition)}
.footer-nav-col a:hover{color:var(--footer-color);transform:translateX(3px)}
.footer-bottom{border-top:1px solid rgba(255,255,255,.08);padding:24px 0;text-align:center;color:var(--footer-color-muted);font-size:.85rem}
.footer-bottom a{color:var(--footer-color-muted)}
.footer-bottom a:hover{color:var(--footer-color)}
/* footer desktop end */
@media (max-width:768px){
	/* header mobile start */
	.header .container{height:60px}
	.header .brand-logo{height:28px}
	.header .hamburger{display:inline-flex;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:42px;height:42px;border:none;background:transparent;border-radius:10px;cursor:pointer;z-index:70;position:relative}
	.header .hamburger span{display:block;width:22px;height:2px;border-radius:2px;background:var(--header-color);transition:transform .3s ease,opacity .3s ease}
	.drawer-wrap{position:fixed;top:0;right:0;bottom:0;width:var(--header-drawer-w);max-width:82vw;overflow:hidden;z-index:65;pointer-events:none}
	.header .nav{position:absolute;top:0;right:0;bottom:0;left:0;background:#fff;flex-direction:column;align-items:stretch;gap:2px;padding:84px 18px 28px;transform:translateX(100%);transition:transform .32s cubic-bezier(.4,0,.2,1);box-shadow:-12px 0 40px rgba(17,24,39,.14);overflow-y:auto}
	.header .nav a{width:100%;font-size:1.02rem;padding:13px 16px;border-radius:12px}
	.header .nav a.btn-download{margin:14px 0 0;justify-content:center;text-align:center}
	.nav-toggle:checked~.drawer-wrap{pointer-events:auto}
	.nav-toggle:checked~.drawer-wrap .nav{transform:translateX(0)}
	.nav-toggle:checked~.nav-overlay{display:block}
	.nav-overlay{position:fixed;inset:0;background:rgba(17,24,39,.45);z-index:60}
	.nav-toggle:checked~.hamburger span:nth-child(1){transform:translateY(7px) rotate(45deg)}
	.nav-toggle:checked~.hamburger span:nth-child(2){opacity:0}
	.nav-toggle:checked~.hamburger span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
	/* header mobile end */
	/* footer mobile start */
	.footer-top{flex-direction:column;gap:40px;padding:44px 0 36px}
	.footer-nav{gap:40px;width:100%}
	.footer-nav-col{min-width:44%}
	.footer-bottom{padding:20px 0}
	/* footer mobile end */
}
@media (min-width:601px){
	body.customize-support.header-sticky .header{top:var(--wp-admin--admin-bar--height)}
}


#searchform.searchform{position:relative;max-width:250px}
#searchform>div{position:relative;display:flex;justify-content:center;align-items:stretch;background:#fff;border:1px solid #ddd;border-radius:8px;overflow:hidden;transition:all .3s ease}
#searchform>div:focus-within,
#searchform>div:hover{border-color:rgb(var(--rgb-color-primary))}
#searchform #s{flex:1;border:none;padding:12px;font-size:14px;color:#333;background:0 0;outline:0;width:100%}
#searchform #searchsubmit{background:rgb(var(--rgb-color-primary));color:#fff;border:none;padding:0 25px;font-size:14px;font-weight:500;cursor:pointer;transition:background .2s ease}
#searchform #searchsubmit:hover{-webkit-filter:brightness(1.05);filter:brightness(1.05)}
@media (max-width:768px){
	#searchform #s{padding:10px}
	#searchform #searchsubmit{padding:0 15px}
}


.sidebar{border:1px solid #e5e7eb;border-radius:8px;padding:16px}
.xl-sidebar{margin:0 auto 16px}
.xl-sidebar .wp-block-heading{font-size:18px}
.xl-sidebar .xl-recent-posts .item{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin:0 0 15px}
.xl-sidebar .xl-recent-posts .item-cont{width:calc(100% - 100px)}
.xl-sidebar .xl-recent-posts .item-cont .item-title{display:block;font-size:14px;font-weight:400;margin:0 0 5px;transition:all ease .2s}
.xl-sidebar .xl-recent-posts .item:hover .item-title{color:rgb(var(--rgb-color-primary))}
.xl-sidebar .xl-recent-posts .item-cont .item-datetime{font-size:14px;color:#6b7280}
.xl-sidebar .xl-recent-posts .item-img{width:80px;height:80px;overflow:hidden;border-radius:8px}
.xl-sidebar .xl-recent-posts .item-img img{width:100%;height:100%;object-fit:cover}
.xl-sidebar .wp-block-tag-cloud{display:flex;align-items:center;justify-content:start;flex-wrap:wrap;row-gap:10px;column-gap:5px}
.xl-sidebar .wp-block-tag-cloud a{background:#f0f0f0;color:#2a2e4a;font-size:14px!important;padding:5px 10px;border-radius:4px;transition:all ease .3s}
.xl-sidebar .wp-block-tag-cloud a:hover{background-color:rgb(var(--rgb-color-primary));color:#fff}

#xl-paginator{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:10px;margin:16px auto 0;padding:16px;background:#fff;border-radius:8px}
#xl-paginator .aft,
#xl-paginator .pre{width:66px;height:32px;border-radius:6px;color:#2a2e4a;background-color:rgba(42,46,74,.1);text-align:center;font-size:14px;transition:all ease .3s;line-height:32px;padding:0 10px;margin:0;display:block;text-transform:uppercase}
#xl-paginator .page{height:32px;width:32px;border-radius:6px;text-align:center;line-height:32px;margin:0;font-size:16px;font-weight:400;border:1px solid #e9eaec}
#xl-paginator .page.actived,
#xl-paginator .page:hover{background:rgb(var(--rgb-color-primary));color:#fff;border-color:rgb(var(--rgb-color-primary))}
#xl-paginator .jump-group{margin:0 10px}
#xl-paginator .jump{width:40px;padding:0 5px;border-radius:6px;border:1px solid #e9eaec;background:#fff;line-height:30px}
