:root{
	--rgb-color-base:255,255,255;
	--rgb-color-primary:32,113,255;
	--rgb-color-accent:139,92,246;

	--transition:.25s ease;

	--header-bg:rgba(10,14,39,0.85);
	--header-drawer-w:320px;
	--header-color:rgba(255,255,255,0.9);
	--header-color-muted:rgba(255,255,255,0.55);
	--footer-bg:#060a1e;
	--footer-color:rgba(255,255,255,0.9);
	--footer-color-muted:rgba(255,255,255,0.45);

	--bg-primary:#0a0e27;
	--bg-secondary:#0d1130;
	--bg-card:rgba(255,255,255,0.03);
	--border-subtle:rgba(255,255,255,0.08);
}
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,"Segoe UI","PingFang SC","Hiragino Sans GB","Microsoft YaHei",sans-serif;color:rgba(255,255,255,0.9);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-weight:400;-webkit-tap-highlight-color:transparent;scroll-behavior:smooth;scroll-padding-top:80px}
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:#60a5fa}
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}
body{background:var(--bg-primary)}

/*return top*/
.return-top{width:70px;height:70px;background:rgba(59,130,246,0.2);backdrop-filter:blur(10px);position:fixed;bottom:1%;right:10px;cursor:pointer;display:none;z-index:1;color:#60a5fa;font-size:12px;border:1px solid rgba(59,130,246,0.2);border-radius:16px;transition:all var(--transition)}
.return-top:hover{background:rgba(59,130,246,0.35);color:#fff;border-color:rgba(59,130,246,0.4)}
.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:10px;font-weight:500;font-size:.9rem;line-height:1;text-decoration:none;white-space:nowrap;overflow:hidden;background:transparent;border:1px solid rgba(255,255,255,0.2);color:rgba(255,255,255,0.9);transition:all var(--transition)}
.default-btn:hover{-webkit-filter:brightness(1.05);filter:brightness(1.05);background:rgba(255,255,255,0.05);border-color:rgba(255,255,255,0.3)}
.default-btn.primary-btn{background:linear-gradient(135deg,rgb(var(--rgb-color-primary)),rgb(var(--rgb-color-accent)));color:#fff;border:none}
.default-btn.primary-btn:hover{box-shadow:0 4px 20px rgba(59,130,246,0.4);transform:translateY(-1px)}

.section{padding:6rem 0}
.section-header{text-align:center}
.section-tag{display:inline-block;padding:6px 16px;background:rgba(59,130,246,0.1);color:#60a5fa;border-radius:20px;font-size:14px;font-weight:500;margin-bottom:16px}
.section-title{font-size:3rem;font-weight:700;line-height:1.2;background:linear-gradient(135deg,#fff 0%,rgba(255,255,255,0.7) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.section-desc{font-size:1.125rem;margin:.25rem 0 0;color:rgba(255,255,255,0.5)}
.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{position:relative;z-index:1000;height:72px;background:var(--header-bg);border-bottom:1px solid rgba(255,255,255,0.06);transition:all var(--transition)}
.header.scrolled{background:rgba(10,14,39,0.95);box-shadow:0 4px 20px rgba(0,0,0,0.3)}
.header .header-inner{display:flex;align-items:center;gap:8px;height:100%}
.header .logo{display:flex;align-items:center;gap:10px;text-decoration:none;flex-shrink:0;margin-right:24px}
.header .logo-icon{width:192px;height:48px;object-fit:contain;border-radius:8px}
.header .logo-text{font-size:1.25rem;font-weight:700;color:#fff;letter-spacing:-0.02em}
.header .main-nav{flex:1;display:flex;align-items:center}
.header .nav-list{display:flex;align-items:center;gap:4px;list-style:none}
.header .nav-link{display:flex;align-items:center;gap:5px;padding:10px 18px;border-radius:8px;font-size:.9rem;font-weight:500;color:var(--header-color-muted);text-decoration:none;background:0 0;border:none;cursor:pointer;white-space:nowrap;transition:color var(--transition),background var(--transition);line-height:1}
.header .nav-item.active>.nav-link,
.header .nav-link:hover{color:rgb(var(--rgb-color-primary))}
.header .chevron{width:10px;height:6px;stroke:currentColor;flex-shrink:0;transition:transform var(--transition)}
.header .nav-item.open>.nav-toggle .chevron{transform:rotate(180deg)}
.header .dropdown{list-style:none;position:absolute;top:calc(100% + 6px);left:0;min-width:200px;background:#0d1130;border:1px solid rgba(255,255,255,0.08);border-radius:12px;box-shadow:0 8px 32px rgba(0,0,0,0.4);padding:12px;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-6px);transition:opacity var(--transition),transform var(--transition),visibility 0s var(--transition)}
.header .dropdown .dropdown{top:-6px;left:calc(100% + 6px)}
.header .nav-item.open>.dropdown{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0);transition:opacity var(--transition),transform var(--transition)}
.header .nav-item{position:relative}
.header .dropdown .nav-link{width:100%;padding:10px 12px;border-radius:8px;font-size:.85rem;justify-content:space-between;color:rgba(255,255,255,0.6)}
.header .dropdown .nav-link:hover{color:#fff;background:rgba(255,255,255,0.06)}
.header .dropdown .nav-item.has-dropdown>.nav-toggle .chevron{transform:rotate(-90deg)}
.header .dropdown .nav-item.open>.nav-toggle .chevron{transform:rotate(-90deg) rotate(180deg)}
.header .header-actions{display:flex;align-items:center;gap:8px;margin-left:auto;flex-shrink:0}
.header .hamburger{display:none;flex-direction:column;justify-content:center;gap:5px;width:40px;height:40px;border:none;background:0 0;cursor:pointer;padding:8px;border-radius:8px;margin-left:auto;flex-shrink:0;transition:background var(--transition)}
.header .hamburger:hover{background:rgba(255,255,255,0.06)}
.header .hamburger span{display:block;height:1.5px;background:#fff;border-radius:2px;transform-origin:center;transition:transform var(--transition),opacity var(--transition),width var(--transition)}
.header .hamburger span:nth-child(3){width:65%}
.header .hamburger.active span:first-child{transform:translateY(6.5px) rotate(45deg)}
.header .hamburger.active span:nth-child(2){opacity:0;transform:scaleX(0)}
.header .hamburger.active span:nth-child(3){width:100%;transform:translateY(-6.5px) rotate(-45deg)}
.header .mobile-drawer{position:fixed;top:0;left:0;width:var(--header-drawer-w);max-width:90vw;height:100vh;background:#0d1130;border-left:1px solid rgba(255,255,255,0.06);box-shadow:0 2px 8px rgba(0,0,0,0.4);z-index:1100;display:flex;flex-direction:column;padding:80px 16px 32px;overflow-y:auto;transform:translateX(-100%);transition:transform var(--transition)}
.header .mobile-drawer.open{transform:translateX(0)}
.header .mobile-drawer nav{flex:1}
.header .drawer-overlay{position:fixed;inset:0;background:rgba(0,0,0,0.5);backdrop-filter:blur(4px);z-index:1050;opacity:0;pointer-events:none;transition:opacity var(--transition)}
.header .drawer-overlay.active{opacity:1;pointer-events:auto}
.header .mobile-drawer .nav-list{flex-direction:column;align-items:stretch;gap:4px}
.header .mobile-drawer .nav-item{width:100%}
.header .mobile-drawer .nav-link{width:100%;justify-content:space-between;padding:12px 16px;color:rgba(255,255,255,0.8);font-size:.95rem;border-radius:8px}
.header .mobile-drawer .nav-link:hover{background:rgba(255,255,255,0.06);color:#fff}
.header .mobile-drawer .dropdown{position:static;opacity:1;visibility:visible;pointer-events:auto;transform:none;box-shadow:none;border:none;border-left:2px solid rgba(255,255,255,0.08);border-radius:0;padding:2px 0 2px 12px;background:0 0;max-height:0;overflow:hidden;transition:max-height .3s ease}
.header .mobile-drawer .nav-item.open>.dropdown{max-height:1000px}
.header .mobile-drawer .nav-item.has-dropdown>.nav-toggle .chevron{transform:none}
.header .mobile-drawer .nav-item.open>.nav-toggle .chevron{transform:rotate(180deg)}
.header .mobile-actions{display:flex;flex-direction:column;gap:8px;padding-top:20px;border-top:1px solid rgba(255,255,255,0.06);margin-top:8px}
.header .mobile-actions .default-btn{width:100%}
.header .default-btn:focus-visible,
.header .hamburger:focus-visible,
.header .nav-link:focus-visible{outline:2px solid #60a5fa;outline-offset:2px}

/* Footer */
.footer{background:var(--footer-bg);color:var(--footer-color);font-size:.9rem;line-height:1.6}
.footer .footer-top{padding:80px 15px 60px}
.footer .footer-top-inner{display:flex;justify-content:space-between;align-items:start;gap:48px 80px}
.footer .footer-brand{display:flex;flex-direction:column;gap:12px;width:25%}
.footer .footer-logo{display:inline-flex;align-items:center;gap:10px;text-decoration:none;width:fit-content}
.footer .footer-logo .logo-icon{width:192px;height:48px;object-fit:contain;border-radius:8px}
.footer .footer-logo .logo-text{font-size:1.25rem;font-weight:700;color:#fff}
.footer .footer-desc{color:var(--footer-color-muted);font-size:.875rem;font-weight:300;line-height:1.8}
.footer .footer-social{display:flex;justify-content:start;align-items:center;flex-wrap:wrap;gap:8px;margin-top:16px}
.footer .footer-social a{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:10px;border:1px solid rgba(255,255,255,0.08);color:var(--footer-color-muted);text-decoration:none;transition:all var(--transition)}
.footer .footer-social a:hover{border-color:rgba(59,130,246,0.3);color:#60a5fa;background:rgba(59,130,246,0.08);transform:translateY(-2px)}
.footer .footer-social svg{width:16px;height:16px}
.footer .footer-nav{display:flex;justify-content:space-around;gap:32px 80px;width:66%}
.footer .footer-nav-group{display:flex;flex-direction:column;gap:14px;width:100%;max-width:180px}
.footer .footer-nav-group .footer-nav-title{font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:0.05em;color:rgba(255,255,255,0.4)}
.footer .footer-nav-group ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}
.footer .footer-nav-group ul li{color:var(--footer-color-muted);font-weight:300;font-size:.875rem;transition:all var(--transition)}
.footer .footer-nav-group ul li a{color:inherit;text-decoration:none;transition:inherit}
.footer .footer-nav-group ul li:hover{color:#fff;transform:translateX(4px)}
.footer .footer-bottom{padding:20px 15px;border-top:1px solid rgba(255,255,255,0.06)}
.footer .footer-bottom-inner{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}
.footer .footer-copyright{color:var(--footer-color-muted);font-size:.82rem;font-weight:300}
.footer .footer-legal{display:flex;align-items:center;gap:0 12px;flex-wrap:wrap}
.footer .footer-legal span{color:rgba(255,255,255,0.15)}
.footer .footer-legal a{color:var(--footer-color-muted);font-size:.82rem;font-weight:300;text-decoration:none;transition:color var(--transition)}
.footer .footer-legal a:hover{color:#60a5fa}
@media (max-width:768px){
	.header{height:60px}
	.header .main-nav,
	.header .header-actions{display:none}
	.header .hamburger{display:flex}
	.footer .footer-top-inner{flex-wrap:wrap}
	.footer .footer-brand{width:100%}
	.footer .footer-nav{justify-content:start;flex-wrap:wrap;width:100%}
}
@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:rgba(255,255,255,0.04);border:1px solid rgba(255,255,255,0.1);border-radius:10px;overflow:hidden;transition:all .3s ease}
#searchform>div:focus-within,
#searchform>div:hover{border-color:rgba(59,130,246,0.3)}
#searchform #s{flex:1;border:none;padding:12px;font-size:14px;color:rgba(255,255,255,0.9);background:0 0;outline:0;width:100%}
#searchform #searchsubmit{background:linear-gradient(135deg,rgb(var(--rgb-color-primary)),rgb(var(--rgb-color-accent)));color:#fff;border:none;padding:0 25px;font-size:14px;font-weight:500;cursor:pointer;transition:all .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 rgba(255,255,255,0.06);border-radius:12px;padding:16px;background:rgba(255,255,255,0.02)}
.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:rgba(255,255,255,0.7)}
.xl-sidebar .xl-recent-posts .item:hover .item-title{color:#60a5fa}
.xl-sidebar .xl-recent-posts .item-cont .item-datetime{font-size:13px;color:rgba(255,255,255,0.35)}
.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:8px}
.xl-sidebar .wp-block-tag-cloud a{background:rgba(255,255,255,0.04);color:rgba(255,255,255,0.6);font-size:13px!important;padding:6px 14px;border-radius:8px;transition:all ease .3s;border:1px solid rgba(255,255,255,0.06)}
.xl-sidebar .wp-block-tag-cloud a:hover{background:rgba(59,130,246,0.15);color:#60a5fa;border-color:rgba(59,130,246,0.3)}

#xl-paginator{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:10px;margin:16px auto 0;padding:16px;background:rgba(255,255,255,0.02);border-radius:12px;border:1px solid rgba(255,255,255,0.06)}
#xl-paginator .aft,
#xl-paginator .pre{width:66px;height:36px;border-radius:8px;color:rgba(255,255,255,0.6);background-color:rgba(255,255,255,0.04);text-align:center;font-size:14px;transition:all ease .3s;line-height:36px;padding:0 10px;margin:0;display:block;text-transform:uppercase;border:1px solid rgba(255,255,255,0.06)}
#xl-paginator .aft:hover,
#xl-paginator .pre:hover{background:rgba(59,130,246,0.15);color:#60a5fa;border-color:rgba(59,130,246,0.3)}
#xl-paginator .page{height:36px;width:36px;border-radius:8px;text-align:center;line-height:36px;margin:0;font-size:15px;font-weight:400;color:rgba(255,255,255,0.6);border:1px solid rgba(255,255,255,0.06);background:transparent}
#xl-paginator .page.actived,
#xl-paginator .page:hover{background:linear-gradient(135deg,rgb(var(--rgb-color-primary)),rgb(var(--rgb-color-accent)));color:#fff;border-color:transparent}
#xl-paginator .jump-group{margin:0 10px;color:rgba(255,255,255,0.4)}
#xl-paginator .jump{width:40px;padding:0 5px;border-radius:8px;border:1px solid rgba(255,255,255,0.1);background:rgba(255,255,255,0.04);line-height:34px;color:rgba(255,255,255,0.7)}
