/*
Theme Name: Picsi
Theme URI: https://wordpress.org/themes/twentytwentythree
Author: the WordPress team
Author URI: https://wordpress.org
Description: Twenty Twenty-Three is designed to take advantage of the new design tools introduced in WordPress 6.1. With a clean, blank base as a starting point, this default theme includes ten diverse style variations created by members of the WordPress community. Whether you want to build a complex or incredibly simple website, you can do it quickly and intuitively through the bundled styles or dive into creation and full customization yourself.
Requires at least: 6.1
Tested up to: 6.7
Requires PHP: 5.6
Version: 1.6
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
Text Domain: picsi
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/
@font-face {
  font-family: "Montserrat";
  src: url("./assets/fonts/montserrat/Montserrat-Bold.ttf");
}
body {
  background-image: url("./assets/images/backgound.jpg");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}
.wp-site-blocks {
  padding-top: 0;
  padding-bottom: 0;
}
/* 动画 */
@keyframes headerBadgeAnimation {
  0% {
    transform: translateY(2px);
  }
  50% {
    transform: translateY(-2px);
  }
  100% {
    transform: translateY(2px);
  }
}
/* 通用 */
.picsi-button {
  align-items: center;
  display: flex;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.8px;
  line-height: 28px;
  text-align: left;
  border-radius: 8px;
  gap: 8px;
  padding: 6px 10px;
}
.picsi-button svg {
  width: 27px;
  height: 27px;
}
/* 头部通用 */
.picsi-header .seperator {
  align-self: center;
  background: linear-gradient(0deg, #fff0, #fff 55.21%, #fff0 100%, #fff0 0);
  height: 20px;
  width: 1px;
}
.picsi-header .left, .picsi-header .right {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.picsi-header a {
  text-decoration: none;
}
.picsi-header .badge {
  background-color: red;
  font-size: 8px;
  border-radius: 4px;
  padding: 3px 6px;
  line-height: 12px;
  transform: translateY(2px);
  animation: headerBadgeAnimation 1s infinite;
}

/* 头部布局 */
.picsi-header .banner {
  background-color: rgb(0, 120, 140);
  display: flex;
  gap: 10px;
  padding: 10px 30px;
  align-items: center;
  justify-content: space-between;
}
.picsi-header .picsi-button.document {
  background-color: rgb(255, 255, 255);
  color: rgb(88, 101, 242);
}
.picsi-header .picsi-button.discord {
  background-color: rgb(78, 102, 241);
  color: rgb(255, 255, 255);
}
.picsi-header .picsi-button.patreon {
  background-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
}
.picsi-header .menu {
  background-color: #019db8;
  border-radius: 0 0 26px 26px;
  padding: 20px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.picsi-header .menu .left {
  background: url("./assets/logo.png") no-repeat;
  background-size: contain;
}
.picsi-header .menu .right {
  flex-direction: column;
}
.picsi-header .menu .line {
  align-self: flex-start;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 20px;
}
.picsi-header .menu a {
  align-items: center;
  color: #fefcff;
  cursor: pointer;
  display: flex;
  font-family: Inter;
  font-size: 16px;
  font-weight: 600;
  gap: 8px;
  line-height: 28px;
  text-align: left;
}
/* 底部通用 */
.picsi-footer a {
  text-decoration: none;
}
/* 底部布局 */
.picsi-footer {
  padding: 95px 0 25px;
  max-width: 100%;
}
.picsi-footer::before {
  background-position: top;
  background-image: url(./assets/images/footer.svg);
  background-size: cover;
  position: absolute;
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  right: 0;
  width: 100%;
  background-repeat: no-repeat;
  max-height: 100%;
  z-index: -1;
}
.picsi-footer .container {
  width: 1340px;
  max-width: 100%;
  position: relative;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
  box-sizing: border-box;
}
.picsi-footer .banner {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 25px;
}
.picsi-footer .logo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 9px;
  flex: 1;
  width: 36%;
}
.picsi-footer .logo img {
  width: 69px;
  height: 69px;
}
.picsi-footer .logo h3 {
  font-size: 40px;
  color: #fff;
  font-family: "Nunito" !important;
  font-style: normal;
  font-weight: 700;
  margin: 0;
  line-height: normal;
}
.picsi-footer .logo p {
  font-size: 12px;
  color: #fff;
  font-family: "Nunito" !important;
  font-style: normal;
  font-weight: 700;
  margin: 0;
  line-height: normal;
}
.picsi-footer .link {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  width: 16%;
}
.picsi-footer .link h3 {
  color: #e8e8e8;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
  position: relative;
}
.picsi-footer .link h3::before {
  background: #fff;
  bottom: -6px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 37px;
}
.picsi-footer .link div {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.picsi-footer .link .social {
  align-items: center;
  flex-direction: row;
  gap: 20px;
  justify-content: flex-start;
}
.picsi-footer .link .social img {
  height: 28px;
  min-width: 28px;
}
.picsi-footer .link a {
  color: #e8e8e8;
  align-items: center;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  justify-content: center;
  margin-bottom: 15px;
}
.picsi-footer .copyright {
  width: 100%;
  padding-top: 33px;
  border-top: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.picsi-footer .copyright span {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-family: "Inter" !important;
  font-weight: 400;
  line-height: 38px;
  letter-spacing: -0.5px;
  text-align: center;
}
/* 首页文章列表样式 */
.wp-block-post-title {
  font-family: Nunito !important;
}
.wp-block-post-excerpt {
  font-family: Manrope !important;
}
