*, *::before, *::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Space Grotesk", "DM Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  color: #ffffff;
  background: #000000;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  background: repeating-linear-gradient(to bottom, transparent 0, transparent 3px, rgba(0, 0, 0, 0.04) 3px, rgba(0, 0, 0, 0.04) 4px);
  pointer-events: none;
  z-index: 9999;
}

a {
  color: #7A82FF;
  text-decoration: none;
}
a:hover {
  text-shadow: 0 0 8px #7A82FF;
}

img {
  max-width: 100%;
  height: auto;
}

code {
  font-family: "Lucida Console", "Courier New", monospace;
  font-size: 0.875em;
  color: #F0C324;
  background: #111111;
  padding: 0.1em 0.4em;
  border: 1px solid rgba(240, 195, 36, 0.2);
  border-radius: 2px;
}

pre {
  font-family: "Lucida Console", "Courier New", monospace;
  font-size: 0.875em;
  background: #111111;
  padding: 1.5rem;
  overflow-x: auto;
  border-left: 2px solid #F0C324;
}
pre code {
  background: none;
  border: none;
  padding: 0;
  color: #ffffff;
}

::selection {
  background: rgba(240, 195, 36, 0.2);
  color: #ffffff;
}

.container {
  max-width: 760px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.site-header {
  background: #000000;
  padding: 1.5rem 0;
  border-bottom: 1px solid rgba(240, 195, 36, 0.2);
  box-shadow: 0 1px 0 rgba(240, 195, 36, 0.1), 0 4px 30px rgba(240, 195, 36, 0.04);
}
.site-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.site-header__brand {
  display: flex;
  align-items: baseline;
  gap: 1rem;
}

.site-title {
  font-family: "Sora", "Trebuchet MS", "Segoe UI", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: 0.08em;
  color: #F0C324;
  text-shadow: 0 0 10px rgba(240, 195, 36, 0.6), 0 0 30px rgba(240, 195, 36, 0.2);
}
.site-title:hover {
  color: #F0C324;
  text-shadow: 0 0 15px rgba(240, 195, 36, 0.9), 0 0 40px rgba(240, 195, 36, 0.4);
}

.site-tagline {
  font-size: 0.65rem;
  color: #747989;
  font-family: "Sora", "Trebuchet MS", "Segoe UI", sans-serif;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.site-nav a {
  margin-left: 1.5rem;
  color: #747989;
  font-family: "Sora", "Trebuchet MS", "Segoe UI", sans-serif;
  font-size: 0.65rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.site-nav a:hover {
  color: #F0C324;
  text-shadow: 0 0 8px rgba(240, 195, 36, 0.6);
}

main.container {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.site-footer {
  background: #000000;
  padding: 1.5rem 0;
  color: #747989;
  font-size: 0.75rem;
  font-family: "Sora", "Trebuchet MS", "Segoe UI", sans-serif;
  letter-spacing: 0.06em;
  border-top: 1px solid rgba(240, 195, 36, 0.15);
}

.category-badge {
  display: inline-block;
  font-family: "Sora", "Trebuchet MS", "Segoe UI", sans-serif;
  font-size: 0.6rem;
  font-weight: 400;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 0.2em 0.6em;
  border: 1px solid #F0C324;
  color: #F0C324;
  background: transparent;
}
.category-badge--announcement {
  color: #F0C324;
  border-color: #F0C324;
  text-shadow: 0 0 6px rgba(240, 195, 36, 0.7);
  box-shadow: 0 0 8px rgba(240, 195, 36, 0.15), inset 0 0 8px rgba(240, 195, 36, 0.05);
}
.category-badge--news {
  color: #7A82FF;
  border-color: #7A82FF;
  text-shadow: 0 0 6px rgba(122, 130, 255, 0.7);
  box-shadow: 0 0 8px rgba(122, 130, 255, 0.15), inset 0 0 8px rgba(122, 130, 255, 0.05);
}
.category-badge--meeting {
  color: #FCCA13;
  border-color: #FCCA13;
  text-shadow: 0 0 6px rgba(252, 202, 19, 0.7);
  box-shadow: 0 0 8px rgba(252, 202, 19, 0.15), inset 0 0 8px rgba(252, 202, 19, 0.05);
}
.category-badge--ctf {
  color: #ffffff;
  border-color: #ffffff;
  text-shadow: 0 0 6px rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.15), inset 0 0 8px rgba(255, 255, 255, 0.05);
}

.post-feed {
  list-style: none;
  padding: 0;
  margin: 0;
}

.post-item {
  padding: 1.875rem 0;
  border-bottom: 1px solid rgba(240, 195, 36, 0.15);
}
.post-item:first-child {
  padding-top: 0;
}

.post-item__title {
  margin: 0.4rem 0 0.3rem;
  font-family: "Sora", "Trebuchet MS", "Segoe UI", sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}
.post-item__title a {
  color: #ffffff;
}
.post-item__title a:hover {
  color: #F0C324;
  text-shadow: 0 0 8px rgba(240, 195, 36, 0.5);
}

.post-item__meta {
  margin: 0 0 0.5rem;
  font-size: 0.75rem;
  color: #747989;
  letter-spacing: 0.06em;
}

.post-item__excerpt {
  margin: 0 0 0.6rem;
  color: rgb(209.1, 209.1, 209.1);
  font-size: 0.9rem;
  line-height: 1.65;
}

.read-more {
  font-family: "Sora", "Trebuchet MS", "Segoe UI", sans-serif;
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  color: #F0C324;
  text-shadow: 0 0 6px rgba(240, 195, 36, 0.4);
}
.read-more:hover {
  text-shadow: 0 0 12px rgba(240, 195, 36, 0.8);
}

.post-header,
.page-header {
  margin-bottom: 2.25rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(240, 195, 36, 0.15);
}

.post-title,
.page-title {
  margin: 0.5rem 0 0.4rem;
  font-family: "Sora", "Trebuchet MS", "Segoe UI", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.04em;
  line-height: 1.3;
}

.post-meta {
  font-size: 0.75rem;
  color: #747989;
  margin: 0;
  letter-spacing: 0.06em;
}

.post-content h2, .post-content h3, .post-content h4,
.page-content h2,
.page-content h3,
.page-content h4 {
  font-family: "Sora", "Trebuchet MS", "Segoe UI", sans-serif;
  color: #ffffff;
  letter-spacing: 0.04em;
  margin-top: 2.25rem;
}
.post-content h2,
.page-content h2 {
  border-bottom: 1px solid rgba(240, 195, 36, 0.15);
  padding-bottom: 0.4rem;
}
.post-content p,
.page-content p {
  margin: 0 0 1.5rem;
}
.post-content ul, .post-content ol,
.page-content ul,
.page-content ol {
  margin: 0 0 1.5rem;
}
.post-content img,
.page-content img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 1.5rem auto;
  border: 1px solid rgba(240, 195, 36, 0.15);
}
.post-content a,
.page-content a {
  border-bottom: 1px solid rgba(240, 195, 36, 0.3);
}
.post-content a:hover,
.page-content a:hover {
  border-bottom-color: #F0C324;
}
.post-content table,
.page-content table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1.5rem;
  font-size: 0.875rem;
}
.post-content table th, .post-content table td,
.page-content table th,
.page-content table td {
  padding: 0.5rem 0.75rem;
  border: 1px solid rgba(240, 195, 36, 0.15);
  text-align: left;
}
.post-content table th,
.page-content table th {
  background: #111111;
  font-family: "Sora", "Trebuchet MS", "Segoe UI", sans-serif;
  font-size: 0.65rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #F0C324;
}
.post-content table tr:nth-child(even) td,
.page-content table tr:nth-child(even) td {
  background: rgba(17, 17, 17, 0.5);
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(240, 195, 36, 0.15);
}
.pagination__link {
  font-family: "Sora", "Trebuchet MS", "Segoe UI", sans-serif;
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #F0C324;
  text-decoration: none;
  padding: 0.4rem 0.9rem;
  border: 1px solid rgba(240, 195, 36, 0.4);
  transition: border-color 0.2s, box-shadow 0.2s;
}
.pagination__link:hover {
  border-color: #F0C324;
  box-shadow: 0 0 8px rgba(240, 195, 36, 0.3);
}
.pagination__link--disabled {
  color: #747989;
  border-color: rgba(116, 121, 137, 0.3);
  pointer-events: none;
}
.pagination__info {
  font-family: "Lucida Console", "Courier New", monospace;
  font-size: 0.8rem;
  color: #747989;
}

@keyframes glitch-clip-1 {
  0%, 91%, 100% {
    clip-path: inset(0 100% 0 0);
    transform: none;
  }
  92% {
    clip-path: inset(10% 0 75% 0);
    transform: translateX(-4px);
  }
  93% {
    clip-path: inset(55% 0 20% 0);
    transform: translateX(4px);
  }
  94% {
    clip-path: inset(30% 0 50% 0);
    transform: translateX(-3px);
  }
  95% {
    clip-path: inset(80% 0 5% 0);
    transform: translateX(3px);
  }
  96% {
    clip-path: inset(15% 0 70% 0);
    transform: translateX(-4px);
  }
  97% {
    clip-path: inset(60% 0 15% 0);
    transform: translateX(2px);
  }
  98% {
    clip-path: inset(40% 0 40% 0);
    transform: translateX(-2px);
  }
  99% {
    clip-path: inset(0 100% 0 0);
    transform: none;
  }
}
@keyframes glitch-clip-2 {
  0%, 91%, 100% {
    clip-path: inset(0 100% 0 0);
    transform: none;
  }
  92% {
    clip-path: inset(65% 0 10% 0);
    transform: translateX(3px);
  }
  93% {
    clip-path: inset(20% 0 60% 0);
    transform: translateX(-3px);
  }
  94% {
    clip-path: inset(45% 0 30% 0);
    transform: translateX(4px);
  }
  95% {
    clip-path: inset(5% 0 85% 0);
    transform: translateX(-4px);
  }
  96% {
    clip-path: inset(75% 0 15% 0);
    transform: translateX(3px);
  }
  97% {
    clip-path: inset(35% 0 45% 0);
    transform: translateX(-2px);
  }
  98% {
    clip-path: inset(50% 0 25% 0);
    transform: translateX(2px);
  }
  99% {
    clip-path: inset(0 100% 0 0);
    transform: none;
  }
}
.glitch {
  position: relative;
  display: inline-block;
}
.glitch::before, .glitch::after {
  content: attr(data-text);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
}
.glitch::before {
  color: #FCCA13;
  animation: glitch-clip-1 2s infinite;
}
.glitch::after {
  color: #7A82FF;
  animation: glitch-clip-2 2s infinite;
  animation-delay: 0.08s;
}

/*# sourceMappingURL=main.css.map */