:root{
   --rgb-color-base:230,236,255;
   --rgb-color-primary:77,107,254;

   --transition:.2s ease;

   --header-bg:rgba(10,15,30,.72);
   --header-drawer-w:320px;
   --header-color:rgb(var(--rgb-color-base));
   --header-color-muted:rgba(var(--rgb-color-base),.5);
   --footer-bg:#080b16;
   --footer-color:#edecea;
   --footer-color-muted:#9a9896;

   --bg-deep:#0a0f1e;
   --bg-section:#0d1428;
   --bg-card:#121a2e;
   --bg-card-hover:#182242;
   --border-card:rgba(255,255,255,.08);
   --gradient-primary:linear-gradient(90deg,#4d6bfe,#8b5cf6);
   --gradient-soft:linear-gradient(135deg,rgba(77,107,254,.18),rgba(139,92,246,.18));
   --text-body:#c6ccdd;
   --text-muted:#8a93a8;
}
html{line-height:1.6;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;box-sizing:border-box;font-size:16px;font-family:"Poppins","PingFang SC","Microsoft YaHei",sans-serif;color:#e8eaf2;background:var(--bg-deep);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-weight:400;-webkit-tap-highlight-color:transparent;scroll-behavior:smooth;scroll-padding-top:70px}
html,body{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:#7c8fff}
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:52px;height:52px;background:rgba(12,18,36,.9);border:1px solid var(--border-card);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);position:fixed;bottom:2%;right:16px;cursor:pointer;display:none;z-index:99;color:var(--text-body);font-size:12px;border-radius:12px}
.return-top:hover{background:rgba(77,107,254,.85);color:#fff}
.return-top svg{margin-bottom:4px}
.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:10px;flex-wrap:wrap}
.default-btn{position:relative;display:inline-flex;justify-content:center;align-items:center;gap:8px;padding:12px 30px;border-radius:10px;font-weight:600;font-size:1rem;line-height:1;text-decoration:none;white-space:nowrap;overflow:hidden;background:rgba(255,255,255,.04);border:1px solid rgba(77,107,254,.55);color:#fff;transition:all var(--transition)}
.default-btn:hover{-webkit-filter:brightness(1.1);filter:brightness(1.1);transform:translateY(-2px);color:#fff}
.default-btn.primary-btn{background:var(--gradient-primary);border-color:transparent;color:#fff}
.default-btn.primary-btn:hover{background:linear-gradient(90deg,#5a76ff,#9a6cff)}

/* section style */
.section{padding:6rem 0;position:relative}
.section-header{text-align:center;max-width:760px;margin:0 auto}
.section-title{font-size:2.75rem;font-weight:800;line-height:1.2;letter-spacing:.02em}
.section-desc{font-size:1.125rem;margin:.25rem 0 0;color:var(--text-muted)}
.section-desc:first-of-type{margin-top:1rem}
.section-body{margin-top:3rem}
@media (max-width:768px){
	.section{padding:4rem 0}
	.section-title{font-size:2rem}
	.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);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);transition:var(--transition);z-index:100;border-bottom:1px solid transparent}
.header.scrolled{background:rgba(8,11,22,.94);border-bottom-color:rgba(255,255,255,.07);box-shadow:0 10px 30px rgba(0,0,0,.4)}
.header .header-inner{display:flex;align-items:center;justify-content:space-between;height:74px}
.header .logo{display:inline-flex;align-items:center}
.header .logo img{height:34px;width:auto;display:block}
.header .main-nav{display:flex;align-items:center;gap:38px}
.header .nav-link{position:relative;font-size:1rem;font-weight:500;color:var(--header-color);padding:8px 0;transition:color .2s ease}
.header .nav-link:hover{color:#fff;text-shadow:0 0 16px rgba(77,107,254,.6)}
.header .nav-link::after{content:"";position:absolute;left:0;bottom:0;width:0;height:2px;border-radius:2px;background:var(--gradient-primary);transition:width .25s ease}
.header .nav-link:hover::after{width:100%}
.header .download-btn{display:inline-flex;align-items:center;gap:6px;background:var(--gradient-primary);border:none;color:#fff;font-weight:700;font-size:.9rem;padding:10px 22px;border-radius:10px;transition:all .2s ease}
.header .download-btn:hover{color:#fff;transform:translateY(-2px);background:linear-gradient(90deg,#5a76ff,#9a6cff)}
.header .mobile-menu-toggle{display:none;position:relative;width:40px;height:40px;background:transparent;border:none;cursor:pointer;z-index:1002}
.header .mobile-menu-toggle span{position:absolute;left:8px;right:8px;height:2px;border-radius:2px;background:#e8eaf2;transition:var(--transition)}
.header .mobile-menu-toggle span:nth-child(1){top:13px}
.header .mobile-menu-toggle span:nth-child(2){top:19px}
.header .mobile-menu-toggle span:nth-child(3){top:25px}
.header .mobile-menu-toggle.actived span:nth-child(1){top:19px;transform:rotate(45deg)}
.header .mobile-menu-toggle.actived span:nth-child(2){opacity:0}
.header .mobile-menu-toggle.actived span:nth-child(3){top:19px;transform:rotate(-45deg)}
/* header desktop end */
/* footer desktop start */
.footer{background:var(--footer-bg);color:var(--footer-color);position:relative;overflow:hidden}
.footer::before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(77,107,254,.6),rgba(139,92,246,.6),transparent)}
.footer::after{content:"";position:absolute;width:520px;height:520px;border-radius:50%;background:radial-gradient(circle,rgba(77,107,254,.16),transparent 70%);top:-200px;right:-140px;pointer-events:none}
.footer .footer-main{padding:64px 0 48px;position:relative}
.footer .footer-grid{display:grid;grid-template-columns:1.7fr 1fr 1fr 1fr;gap:44px}
.footer .footer-brand .footer-logo{display:inline-flex;align-items:center}
.footer .footer-brand .footer-logo img{height:32px;width:auto}
.footer .footer-desc{color:var(--footer-color-muted);line-height:1.9;margin-top:16px;max-width:340px;font-size:.95rem}
.footer .footer-col-title{font-size:1rem;font-weight:700;margin-bottom:18px;color:#fff;position:relative;padding-bottom:10px}
.footer .footer-col-title::after{content:"";position:absolute;left:0;bottom:0;width:28px;height:2px;border-radius:2px;background:var(--gradient-primary)}
.footer .footer-col a{display:block;color:var(--footer-color-muted);padding:6px 0;font-size:.95rem;transition:var(--transition)}
.footer .footer-col a:hover{color:#7c8fff;transform:translateX(4px)}
.footer .footer-bottom{border-top:1px solid rgba(255,255,255,.08);padding:22px 0;color:var(--footer-color-muted);font-size:.85rem}
.footer .footer-bottom-inner{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:10px}
.footer .footer-bottom .footer-copy a{color:#7c8fff}
/* footer desktop end */
@media (max-width:768px){
	/* header mobile start */
	.header .header-inner{height:60px}
	.header .logo img{height:28px}
	.header .main-nav{position:fixed;top:0;right:0;width:var(--header-drawer-w);height:100vh;background:#0c1326;flex-direction:column;align-items:flex-start;gap:0;padding:80px 30px 30px;transition:transform .3s ease;z-index:1001;transform:translateX(100%)}
	.header .main-nav.actived{transform:translateX(0);box-shadow:-10px 0 40px rgba(0,0,0,.5)}
	.header .nav-link{display:block;width:100%;font-size:1.1rem;padding:16px 0;border-bottom:1px solid rgba(255,255,255,.07)}
	.header .nav-link::after{display:none}
	.header .nav-link:hover{text-shadow:none;color:#7c8fff}
	.header .download-btn{display:inline-flex;margin-top:26px;padding:13px 0;width:100%;justify-content:center}
	.header .mobile-menu-toggle{display:block}
	/* header mobile end */
	/* footer mobile start */
	.footer .footer-main{padding:48px 0 32px}
	.footer .footer-grid{grid-template-columns:1fr 1fr;gap:32px}
	.footer .footer-brand{grid-column:1/-1}
	.footer .footer-bottom-inner{flex-direction:column;text-align:center}
	/* 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:260px;width:100%}
#searchform>div{position:relative;display:flex;justify-content:center;align-items:stretch;background:var(--bg-card);border:1px solid var(--border-card);border-radius:10px;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 14px;font-size:14px;color:#e8eaf2;background:0 0;outline:0;width:100%}
#searchform #s::placeholder{color:var(--text-muted)}
#searchform #searchsubmit{background:var(--gradient-primary);color:#fff;border:none;padding:0 25px;font-size:14px;font-weight:600;cursor:pointer;transition:background .2s ease}
#searchform #searchsubmit:hover{-webkit-filter:brightness(1.1);filter:brightness(1.1)}
@media (max-width:768px){
	#searchform #s{padding:10px}
	#searchform #searchsubmit{padding:0 16px}
}


.sidebar{border:1px solid var(--border-card);border-radius:12px;padding:16px;background:var(--bg-card)}
.xl-sidebar{margin:0 auto 16px}
.xl-sidebar .wp-block-heading{font-size:18px;color:#fff}
.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;color:var(--text-body)}
.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:var(--text-muted)}
.xl-sidebar .xl-recent-posts .item-img{width:80px;height:80px;overflow:hidden;border-radius:10px}
.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:rgba(255,255,255,.06);color:var(--text-body);font-size:14px!important;padding:5px 10px;border-radius:8px;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:var(--bg-card);border:1px solid var(--border-card);border-radius:12px}
#xl-paginator .aft,
#xl-paginator .pre{width:66px;height:32px;border-radius:8px;color:#e8eaf2;background-color:rgba(255,255,255,.07);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 .aft:hover,
#xl-paginator .pre:hover{background:rgb(var(--rgb-color-primary));color:#fff}
#xl-paginator .page{height:32px;width:32px;border-radius:8px;text-align:center;line-height:32px;margin:0;font-size:16px;font-weight:400;border:1px solid var(--border-card);color:var(--text-body)}
#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;color:var(--text-muted)}
#xl-paginator .jump{width:40px;padding:0 5px;border-radius:8px;border:1px solid var(--border-card);background:var(--bg-card);line-height:30px;color:#e8eaf2}
