.project-detail {
  max-width: 1200px;
  margin: 0 auto;
  padding: 96px 32px;
}
.project-detail > div[role=region] {
  text-align: center;
  margin-bottom: 64px;
}
.project-detail > div[role=region] h1 {
  margin-bottom: 24px;
  color: #333;
}
.project-detail > div[role=region] time {
  color: #333;
  font-size: 16px;
  font-weight: 500;
}
.project-detail section {
  margin-bottom: 60px;
}
.project-detail section[aria-labelledby=preview-heading] {
  margin-top: 40px;
}
.project-detail section h2 {
  margin-bottom: 24px;
  color: #333;
  border-bottom: 2px solid #007bff;
  padding-bottom: 16px;
}
.project-detail section .overview-container ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.project-detail section .overview-container ul li {
  margin-bottom: 16px;
  padding-left: 0;
  position: relative;
  font-size: 16px;
  color: #333;
}
.project-detail section .overview-container ul li ul {
  margin-top: 8px;
  padding-left: 24px;
  list-style: none;
}
.project-detail section .overview-container ul li ul li {
  margin-bottom: 8px;
  font-size: 16px;
  padding-left: 24px;
  position: relative;
  color: #333;
}
.project-detail section .overview-container ul li ul li::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #007bff;
  position: absolute;
  left: 0;
  font-size: 14px;
  line-height: 1.5;
}
.project-detail .preview {
  padding: 0;
  background: none;
  box-shadow: 0 0 0 0;
  border: none;
}
.project-detail figure {
  margin: 64px auto;
  text-align: center;
}
.project-detail figure img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.project-detail figure figcaption {
  margin-top: 16px;
  color: #333;
  font-size: 14px;
  font-weight: 500;
}
.project-detail .tags-container {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}
.project-detail .tags-container .tag-link {
  display: inline-block;
  padding: 8px 16px;
  background: #1a1f36;
  color: #fff;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
}
.project-detail .tags-container .tag-link:hover {
  background: #007bff;
  color: #fff;
  transform: translateY(-2px);
}
.project-detail .btn-link {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 64px;
}
.project-detail .btn-link a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  background-color: #007bff;
  color: #fff;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.3s ease;
  text-decoration: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  position: relative;
  border: 2px solid transparent;
}
.project-detail .btn-link a:focus {
  outline: none;
  border-color: #17a2b8;
  box-shadow: 0 0 0 3px rgba(23, 162, 184, 0.5);
}
.project-detail .btn-link a:focus-visible {
  outline: none;
  border-color: #17a2b8;
  box-shadow: 0 0 0 3px rgba(23, 162, 184, 0.5);
}
.project-detail .btn-link a:hover {
  background-color: #0062cc;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.project-detail .btn-link a:active {
  transform: translateY(1px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.project-detail .btn-link a i {
  font-size: 14px;
  transition: transform 0.3s ease;
}
.project-detail .btn-link a:hover i {
  transform: translateX(4px);
}
@media (forced-colors: active) {
  .project-detail .btn-link a {
    border: 2px solid currentColor;
  }
}
@media (prefers-reduced-motion: reduce) {
  .project-detail .btn-link a {
    transition: none;
    transform: none;
  }
  .project-detail .btn-link a:hover {
    transform: none;
  }
  .project-detail .btn-link a i {
    transition: none;
  }
  .project-detail .btn-link a:hover i {
    transform: none;
  }
}
.project-detail .project-nav {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  margin-bottom: 64px;
  padding: 0 32px;
}
.project-detail .project-nav a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  background-color: #1a1f36;
  color: #fff;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s ease;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.project-detail .project-nav a:hover {
  background-color: #007bff;
  color: #fff;
  transform: translateY(-2px);
}
.project-detail .project-nav a i {
  font-size: 14px;
  color: inherit;
}
.project-detail .project-nav a.prev i {
  margin-right: 8px;
}
.project-detail .project-nav a.next i {
  margin-left: 8px;
}
.project-detail .task-item {
  margin-bottom: 4rem;
  padding: 2rem;
  background-color: #f5f5f7;
  border-radius: 12px;
  background-image: linear-gradient(to bottom, #ffffff, #f5f5f7);
}
.project-detail .task-item h3 {
  font-size: 16px;
  color: #333;
  margin: 16px 0 8px;
  line-height: 1.4;
}
.project-detail .task-item p {
  font-size: 14px;
  color: #333;
  line-height: 1.6;
  margin-bottom: 24px;
  padding: 0;
}
.project-detail .task-item figure {
  margin: 0;
  text-align: left;
  max-width: 480px;
}
.project-detail .task-item figure img {
  width: 100%;
  height: auto;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.16);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .project-detail {
    padding: 64px 16px;
  }
  .project-detail > div[role=region] {
    margin-bottom: 48px;
  }
  .project-detail > div[role=region] h1 {
    font-size: 25.6px;
  }
  .project-detail > div[role=region] time {
    font-size: 14px;
  }
  .project-detail section {
    padding: 0;
    margin-bottom: 48px;
  }
  .project-detail section h2 {
    font-size: 19.2px;
    padding-bottom: 12px;
  }
  .project-detail section .overview-container ul li {
    font-size: 14px;
    margin-bottom: 12px;
    line-height: 1.5;
  }
  .project-detail section .overview-container ul li p {
    font-size: 14px;
    line-height: 1.5;
  }
  .project-detail section .overview-container ul li ul li {
    font-size: 14px;
    margin-bottom: 8px;
    padding-left: 20px;
    line-height: 1.5;
  }
  .project-detail section .overview-container ul li ul li::before {
    font-size: 12px;
  }
  .project-detail section .task-item {
    margin-bottom: 48px;
    padding: 0 16px 16px;
  }
  .project-detail section .task-item h3 {
    font-size: 14.4px;
  }
  .project-detail section .task-item p {
    margin-bottom: 20px;
  }
  .project-detail section .task-item figure {
    max-width: 90%;
    margin: 0;
    text-align: left;
  }
  .project-detail figure {
    margin: 24px auto;
  }
  .project-detail figure img {
    width: 100%;
    max-width: 100%;
  }
  .project-detail figure figcaption {
    font-size: 12px;
    margin-top: 12px;
  }
  .project-detail .tags-container {
    gap: 8px;
    margin-top: 20px;
  }
  .project-detail .tags-container .tag-link {
    padding: 6px 12px;
    font-size: 12px;
  }
  .project-detail .btn-link {
    margin-top: 32px;
    margin-bottom: 48px;
  }
  .project-detail .btn-link a {
    padding: 10px 20px;
    font-size: 14px;
  }
  .project-detail .project-nav {
    flex-direction: row;
    gap: 12px;
    padding: 0 16px;
    margin-top: 32px;
    margin-bottom: 48px;
  }
  .project-detail .project-nav a {
    flex: 1;
    justify-content: center;
    padding: 10px 16px;
    font-size: 14px;
  }
  .project-detail .project-nav a i {
    margin: 0;
  }
  .project-detail .project-nav a.prev i, .project-detail .project-nav a.next i {
    margin: 0;
  }
}/*# sourceMappingURL=project.css.map */