/* line 15, app/assets/stylesheets/variables.scss */
:root {
  --color-default: #0a101a;
  --color-primary: #18243a;
  --color-secondary: #334461;
  --color-tertiary: #55aaff;
  --color-accent: #ccffff;
  --taskbar-icon-size: 7vmin;
  --taskbar-size: 9vmin;
  --default-border: 0.3dvh solid #5d749e;
}

@media (min-width: 480px) {
  /* line 42, app/assets/stylesheets/variables.scss */
  :root {
    --taskbar-icon-size: 9vmin;
  }
}

@media (min-width: 768px) {
  /* line 42, app/assets/stylesheets/variables.scss */
  :root {
    --taskbar-icon-size: 8vmin;
  }
}

@media (min-width: 1024px) {
  /* line 42, app/assets/stylesheets/variables.scss */
  :root {
    --taskbar-icon-size: 7vmin;
  }
}

@media (min-width: 1280px) {
  /* line 42, app/assets/stylesheets/variables.scss */
  :root {
    --taskbar-icon-size: 6vmin;
  }
}

/* line 1, app/assets/stylesheets/rouge.css.erb */
.highlight table td {
  padding: 5px;
}

/* line 2, app/assets/stylesheets/rouge.css.erb */
.highlight table pre {
  margin: 0;
}

/* line 3, app/assets/stylesheets/rouge.css.erb */
.highlight {
  color: #faf6e4;
  background-color: #122b3b;
}

/* line 7, app/assets/stylesheets/rouge.css.erb */
.highlight .gl {
  color: #dee5e7;
  background-color: #4e5d62;
}

/* line 11, app/assets/stylesheets/rouge.css.erb */
.highlight .gp {
  color: #a8e1fe;
  font-weight: bold;
}

/* line 15, app/assets/stylesheets/rouge.css.erb */
.highlight .c, .highlight .ch, .highlight .cd, .highlight .cm, .highlight .cpf, .highlight .c1, .highlight .cs {
  color: #6c8b9f;
  font-style: italic;
}

/* line 19, app/assets/stylesheets/rouge.css.erb */
.highlight .cp {
  color: #b2fd6d;
  font-weight: bold;
}

/* line 23, app/assets/stylesheets/rouge.css.erb */
.highlight .err {
  color: #fefeec;
  background-color: #cc0000;
}

/* line 27, app/assets/stylesheets/rouge.css.erb */
.highlight .gr {
  color: #cc0000;
  font-weight: bold;
  font-style: italic;
}

/* line 32, app/assets/stylesheets/rouge.css.erb */
.highlight .k, .highlight .kd, .highlight .kv {
  color: #f6dd62;
  font-weight: bold;
}

/* line 36, app/assets/stylesheets/rouge.css.erb */
.highlight .o, .highlight .ow {
  color: #4df4ff;
  font-weight: bold;
}

/* line 40, app/assets/stylesheets/rouge.css.erb */
.highlight .p, .highlight .pi {
  color: #4df4ff;
}

/* line 43, app/assets/stylesheets/rouge.css.erb */
.highlight .gd {
  color: #cc0000;
}

/* line 46, app/assets/stylesheets/rouge.css.erb */
.highlight .gi {
  color: #b2fd6d;
}

/* line 49, app/assets/stylesheets/rouge.css.erb */
.highlight .ge {
  font-style: italic;
}

/* line 52, app/assets/stylesheets/rouge.css.erb */
.highlight .ges {
  font-weight: bold;
  font-style: italic;
}

/* line 56, app/assets/stylesheets/rouge.css.erb */
.highlight .gs {
  font-weight: bold;
}

/* line 59, app/assets/stylesheets/rouge.css.erb */
.highlight .gt {
  color: #dee5e7;
  background-color: #4e5d62;
}

/* line 63, app/assets/stylesheets/rouge.css.erb */
.highlight .kc {
  color: #f696db;
  font-weight: bold;
}

/* line 67, app/assets/stylesheets/rouge.css.erb */
.highlight .kn {
  color: #ffb000;
  font-weight: bold;
}

/* line 71, app/assets/stylesheets/rouge.css.erb */
.highlight .kp {
  color: #ffb000;
  font-weight: bold;
}

/* line 75, app/assets/stylesheets/rouge.css.erb */
.highlight .kr {
  color: #ffb000;
  font-weight: bold;
}

/* line 79, app/assets/stylesheets/rouge.css.erb */
.highlight .gh {
  color: #ffb000;
  font-weight: bold;
}

/* line 83, app/assets/stylesheets/rouge.css.erb */
.highlight .gu {
  color: #ffb000;
  font-weight: bold;
}

/* line 87, app/assets/stylesheets/rouge.css.erb */
.highlight .kt {
  color: #b2fd6d;
  font-weight: bold;
}

/* line 91, app/assets/stylesheets/rouge.css.erb */
.highlight .no {
  color: #b2fd6d;
  font-weight: bold;
}

/* line 95, app/assets/stylesheets/rouge.css.erb */
.highlight .nc {
  color: #b2fd6d;
  font-weight: bold;
}

/* line 99, app/assets/stylesheets/rouge.css.erb */
.highlight .nd {
  color: #b2fd6d;
  font-weight: bold;
}

/* line 103, app/assets/stylesheets/rouge.css.erb */
.highlight .nn {
  color: #b2fd6d;
  font-weight: bold;
}

/* line 107, app/assets/stylesheets/rouge.css.erb */
.highlight .bp {
  color: #b2fd6d;
  font-weight: bold;
}

/* line 111, app/assets/stylesheets/rouge.css.erb */
.highlight .ne {
  color: #b2fd6d;
  font-weight: bold;
}

/* line 115, app/assets/stylesheets/rouge.css.erb */
.highlight .nl {
  color: #ffb000;
  font-weight: bold;
}

/* line 119, app/assets/stylesheets/rouge.css.erb */
.highlight .nt {
  color: #ffb000;
  font-weight: bold;
}

/* line 123, app/assets/stylesheets/rouge.css.erb */
.highlight .m, .highlight .mb, .highlight .mf, .highlight .mh, .highlight .mi, .highlight .il, .highlight .mo, .highlight .mx {
  color: #f696db;
  font-weight: bold;
}

/* line 127, app/assets/stylesheets/rouge.css.erb */
.highlight .ld {
  color: #f696db;
  font-weight: bold;
}

/* line 131, app/assets/stylesheets/rouge.css.erb */
.highlight .ss {
  color: #f696db;
  font-weight: bold;
}

/* line 135, app/assets/stylesheets/rouge.css.erb */
.highlight .s, .highlight .sb, .highlight .dl, .highlight .sd, .highlight .s2, .highlight .sh, .highlight .sx, .highlight .sr, .highlight .s1 {
  color: #fff0a6;
  font-weight: bold;
}

/* line 139, app/assets/stylesheets/rouge.css.erb */
.highlight .sa {
  color: #f6dd62;
  font-weight: bold;
}

/* line 143, app/assets/stylesheets/rouge.css.erb */
.highlight .se {
  color: #4df4ff;
  font-weight: bold;
}

/* line 147, app/assets/stylesheets/rouge.css.erb */
.highlight .sc {
  color: #4df4ff;
  font-weight: bold;
}

/* line 151, app/assets/stylesheets/rouge.css.erb */
.highlight .si {
  color: #4df4ff;
  font-weight: bold;
}

/* line 155, app/assets/stylesheets/rouge.css.erb */
.highlight .nb {
  font-weight: bold;
}

/* line 158, app/assets/stylesheets/rouge.css.erb */
.highlight .ni {
  color: #999999;
  font-weight: bold;
}

/* line 162, app/assets/stylesheets/rouge.css.erb */
.highlight .w {
  color: #BBBBBB;
}

/* line 165, app/assets/stylesheets/rouge.css.erb */
.highlight .go {
  color: #BBBBBB;
}

/* line 168, app/assets/stylesheets/rouge.css.erb */
.highlight .nf, .highlight .fm {
  color: #a8e1fe;
}

/* line 171, app/assets/stylesheets/rouge.css.erb */
.highlight .py {
  color: #a8e1fe;
}

/* line 174, app/assets/stylesheets/rouge.css.erb */
.highlight .na {
  color: #a8e1fe;
}

/* line 177, app/assets/stylesheets/rouge.css.erb */
.highlight .nv, .highlight .vc, .highlight .vg, .highlight .vi, .highlight .vm {
  color: #a8e1fe;
  font-weight: bold;
}

/* line 1, app/assets/stylesheets/landing.scss */
#landing-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
}

@media screen and (min-width: 768px) {
  /* line 1, app/assets/stylesheets/landing.scss */
  #landing-top {
    height: 100vh;
  }
}

/* line 14, app/assets/stylesheets/landing.scss */
#landing-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 5rem;
}

/* line 24, app/assets/stylesheets/landing.scss */
.info-cards-container {
  display: flex;
  margin: 2.5rem;
  gap: 1.5rem;
}

/* line 30, app/assets/stylesheets/landing.scss */
.info-cards-container img {
  width: 8dvh;
  height: 8dvh;
}

/* line 35, app/assets/stylesheets/landing.scss */
.profile-card, .ctfteam-card, .university-card {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* line 41, app/assets/stylesheets/landing.scss */
.landing-writeup-cards {
  gap: 1.5rem;
  max-width: 100dvh;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}

@media (max-width: 600px) {
  /* line 51, app/assets/stylesheets/landing.scss */
  .info-cards-container {
    flex-direction: column;
    align-items: center;
  }
  /* line 55, app/assets/stylesheets/landing.scss */
  #landing-top {
    margin-top: 5rem;
  }
  /* line 58, app/assets/stylesheets/landing.scss */
  #scroll-down-button {
    display: none;
  }
  /* line 61, app/assets/stylesheets/landing.scss */
  .writeup-card {
    width: 70% !important;
  }
}

/* line 15, app/assets/stylesheets/variables.scss */
:root {
  --color-default: #0a101a;
  --color-primary: #18243a;
  --color-secondary: #334461;
  --color-tertiary: #55aaff;
  --color-accent: #ccffff;
  --taskbar-icon-size: 7vmin;
  --taskbar-size: 9vmin;
  --default-border: 0.3dvh solid #5d749e;
}

@media (min-width: 480px) {
  /* line 42, app/assets/stylesheets/variables.scss */
  :root {
    --taskbar-icon-size: 9vmin;
  }
}

@media (min-width: 768px) {
  /* line 42, app/assets/stylesheets/variables.scss */
  :root {
    --taskbar-icon-size: 8vmin;
  }
}

@media (min-width: 1024px) {
  /* line 42, app/assets/stylesheets/variables.scss */
  :root {
    --taskbar-icon-size: 7vmin;
  }
}

@media (min-width: 1280px) {
  /* line 42, app/assets/stylesheets/variables.scss */
  :root {
    --taskbar-icon-size: 6vmin;
  }
}

/* line 3, app/assets/stylesheets/ctf.scss */
.ctf-header-section {
  margin-top: 3dvh;
  position: relative;
  width: 100%;
  padding: 2vmin 5vmin;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 13, app/assets/stylesheets/ctf.scss */
.ctf-header-center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

/* line 19, app/assets/stylesheets/ctf.scss */
.ctf-header-right {
  position: absolute;
  right: 5vmin;
  display: flex;
  gap: 2vmin;
}

/* line 26, app/assets/stylesheets/ctf.scss */
.ctf-rss-feed, .ctf-atom-feed {
  display: inline-block;
  width: var(--taskbar-icon-size);
  height: var(--taskbar-icon-size);
}

/* line 32, app/assets/stylesheets/ctf.scss */
.ctf-rss-icon, .ctf-atom-icon {
  width: 100%;
  height: 100%;
  border-radius: 10%;
  transition: transform 0.2s ease-in-out, background-color 1s ease;
  transform: scale(1);
}

/* line 40, app/assets/stylesheets/ctf.scss */
.ctf-rss-icon:hover, .ctf-atom-icon:hover {
  transition: transform 0.2s ease-in-out, background-color 1s ease;
  transform: scale(1.1);
  background-color: #ccffff;
}

/* line 46, app/assets/stylesheets/ctf.scss */
.ctf-search-input {
  padding: 1vmin 2vmin;
  font-size: 2vmin;
  border: var(--default-border);
  border-radius: 1vmin;
  width: 50vmin;
  max-width: 90%;
}

/* line 55, app/assets/stylesheets/ctf.scss */
.ctf-cards-container {
  display: grid;
  place-items: center;
  gap: 5dvh;
  grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
  place-content: center;
  width: 100%;
  height: 100%;
  padding: 5dvh;
  -ms-grid-columns: 1fr [auto];
  -ms-grid-rows: auto;
  -webkit-display: grid;
  -webkit-grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
}

/* line 71, app/assets/stylesheets/ctf.scss */
.ctf-card {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1 / 1;
  max-width: 50vmin;
  border: var(--default-border);
  transform: translateZ(0);
  transition: transform 0.2s ease-in-out;
}

/* line 85, app/assets/stylesheets/ctf.scss */
.ctf-card:not(.expanded):hover {
  transform: scale(1.1);
  cursor: pointer;
}

/* line 91, app/assets/stylesheets/ctf.scss */
.ctf-details {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  color: #fff;
  z-index: 2;
  background: rgba(0, 0, 0, 0.8);
  border-top: var(--default-border);
  border-bottom: var(--default-border);
  overflow: hidden;
  width: 100%;
  padding: 1vmin;
}

/* line 107, app/assets/stylesheets/ctf.scss */
.ctf-name {
  font-size: 3vmin;
}

/* line 111, app/assets/stylesheets/ctf.scss */
.ctf-description {
  flex-grow: 1;
  font-size: 1.5vmin;
  overflow: hidden;
  position: relative;
  max-height: 90%;
  max-width: 90%;
  flex-direction: column;
  justify-content: center;
  mask-image: linear-gradient(to bottom, black 90%, rgba(0, 0, 0, 0));
  -webkit-mask-image: linear-gradient(to bottom, black 90%, rgba(0, 0, 0, 0));
  text-overflow: ellipsis;
}

/* line 125, app/assets/stylesheets/ctf.scss */
.ctf-card.expanded {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 131, app/assets/stylesheets/ctf.scss */
.ctf-card.expanded .ctf-details {
  display: flex;
}

/* line 135, app/assets/stylesheets/ctf.scss */
.ctf-button-container {
  display: flex;
  justify-content: center;
  gap: 1vmin;
  width: 100%;
}

/* line 142, app/assets/stylesheets/ctf.scss */
.ctf-button {
  font-size: 2vmin;
  display: inline-block;
  margin: 0.5vmin;
  padding: 0.7vmin 1.2vmin;
  background-color: #f1f1f1;
  justify-content: center;
  color: #333;
  border-radius: 1vmin;
  border: 0.3dvh solid #4c566a;
  box-sizing: border-box;
  max-height: 5vh;
  max-width: 20vw;
  transition: background-color 0.2s ease-in-out, transform 0.2s ease-in-out;
}

/* line 159, app/assets/stylesheets/ctf.scss */
.ctf-button:hover {
  transform: scale(1.2);
  background-color: #55aaff;
  color: #fff;
  cursor: pointer;
}

/* line 166, app/assets/stylesheets/ctf.scss */
.ctf-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* line 15, app/assets/stylesheets/variables.scss */
:root {
  --color-default: #0a101a;
  --color-primary: #18243a;
  --color-secondary: #334461;
  --color-tertiary: #55aaff;
  --color-accent: #ccffff;
  --taskbar-icon-size: 7vmin;
  --taskbar-size: 9vmin;
  --default-border: 0.3dvh solid #5d749e;
}

@media (min-width: 480px) {
  /* line 42, app/assets/stylesheets/variables.scss */
  :root {
    --taskbar-icon-size: 9vmin;
  }
}

@media (min-width: 768px) {
  /* line 42, app/assets/stylesheets/variables.scss */
  :root {
    --taskbar-icon-size: 8vmin;
  }
}

@media (min-width: 1024px) {
  /* line 42, app/assets/stylesheets/variables.scss */
  :root {
    --taskbar-icon-size: 7vmin;
  }
}

@media (min-width: 1280px) {
  /* line 42, app/assets/stylesheets/variables.scss */
  :root {
    --taskbar-icon-size: 6vmin;
  }
}

/* line 3, app/assets/stylesheets/ctf_which.scss */
.ctf-container {
  display: grid;
  grid-template-rows: 10vh auto;
}

/* line 8, app/assets/stylesheets/ctf_which.scss */
.header-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  height: 10dvh;
  left: 0;
  right: 0;
  width: 100%;
}

/* line 19, app/assets/stylesheets/ctf_which.scss */
.header {
  border: var(--default-border);
  transition: transform 0.2s ease-in-out, background-color 1s ease;
}

/* line 23, app/assets/stylesheets/ctf_which.scss */
.header:hover {
  transform: scale(1.1);
  background-color: #334461;
  cursor: pointer;
}

/* line 30, app/assets/stylesheets/ctf_which.scss */
.writeup-content {
  grid-column: 1;
  grid-row: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 5dvh;
}

/* line 41, app/assets/stylesheets/ctf_which.scss */
.writeup-overview {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  height: 100%;
  grid-auto-rows: 1fr;
  align-items: stretch;
  justify-items: center;
  gap: 2dvh;
  -ms-grid-columns: 1fr 1fr 1fr;
}

@media (max-width: 2400px) {
  /* line 41, app/assets/stylesheets/ctf_which.scss */
  .writeup-overview {
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-columns: 1fr 1fr;
  }
}

@media (max-width: 1200px) {
  /* line 41, app/assets/stylesheets/ctf_which.scss */
  .writeup-overview {
    grid-template-columns: 1fr;
    -ms-grid-columns: 1fr;
  }
}

/* line 64, app/assets/stylesheets/ctf_which.scss */
.writeup-card > a {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: inherit;
}

/* line 72, app/assets/stylesheets/ctf_which.scss */
.writeup-card {
  min-width: 25vmin;
  min-height: 25vmin;
  padding: 3dvh;
  border-radius: 3dvh;
  width: 90%;
  min-width: 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
  border: var(--default-border);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform 0.2s ease-in-out, background-color 1s ease;
}

/* line 89, app/assets/stylesheets/ctf_which.scss */
.writeup-card:hover {
  transform: scale(1.1);
  background-color: #334461;
  transform-origin: center;
}

/* line 96, app/assets/stylesheets/ctf_which.scss */
.writeup-details {
  display: flex;
  flex-direction: column;
  padding: 3dvh;
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  word-wrap: break-word;
  overflow-wrap: break-word;
  white-space: normal;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 768px) {
  /* line 96, app/assets/stylesheets/ctf_which.scss */
  .writeup-details {
    padding: 2dvh;
    max-height: none;
    overflow-y: visible;
  }
}

/* line 115, app/assets/stylesheets/ctf_which.scss */
.writeup-card p {
  word-wrap: break-word;
  overflow-wrap: break-word;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}

@media (max-width: 768px) {
  /* line 115, app/assets/stylesheets/ctf_which.scss */
  .writeup-card p {
    width: 100%;
    padding: 2dvh;
  }
}

/* line 15, app/assets/stylesheets/variables.scss */
:root {
  --color-default: #0a101a;
  --color-primary: #18243a;
  --color-secondary: #334461;
  --color-tertiary: #55aaff;
  --color-accent: #ccffff;
  --taskbar-icon-size: 7vmin;
  --taskbar-size: 9vmin;
  --default-border: 0.3dvh solid #5d749e;
}

@media (min-width: 480px) {
  /* line 42, app/assets/stylesheets/variables.scss */
  :root {
    --taskbar-icon-size: 9vmin;
  }
}

@media (min-width: 768px) {
  /* line 42, app/assets/stylesheets/variables.scss */
  :root {
    --taskbar-icon-size: 8vmin;
  }
}

@media (min-width: 1024px) {
  /* line 42, app/assets/stylesheets/variables.scss */
  :root {
    --taskbar-icon-size: 7vmin;
  }
}

@media (min-width: 1280px) {
  /* line 42, app/assets/stylesheets/variables.scss */
  :root {
    --taskbar-icon-size: 6vmin;
  }
}

/* line 3, app/assets/stylesheets/ctf_writeup.scss */
*, *::before, *::after {
  box-sizing: border-box;
}

/* line 7, app/assets/stylesheets/ctf_writeup.scss */
body {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

/* line 15, app/assets/stylesheets/ctf_writeup.scss */
.highlight {
  background-color: #18243a;
}

/* line 19, app/assets/stylesheets/ctf_writeup.scss */
.writeup-wrapper {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin-bottom: 1.5dvh;
}

/* line 26, app/assets/stylesheets/ctf_writeup.scss */
.writeup-container {
  flex: 1 1 70%;
  min-width: 45ch;
  padding: var(--taskbar-icon-size);
  border-radius: 3dvh;
}

/* line 33, app/assets/stylesheets/ctf_writeup.scss */
.table-of-content {
  max-width: 25%;
  position: sticky;
  top: 1.5dvh;
  height: fit-content;
  padding: 4dvh;
  border-radius: 3dvh;
  word-wrap: break-all;
  hyphens: manual;
  font-size: 2vmin;
}

/* line 46, app/assets/stylesheets/ctf_writeup.scss */
.toc-anchor {
  transition: transform 0.2s ease, color 0.2s ease;
  padding-left: 1dvw;
}

/* line 50, app/assets/stylesheets/ctf_writeup.scss */
.toc-anchor:hover {
  color: #55aaff;
  text-decoration: underline;
}

/* line 56, app/assets/stylesheets/ctf_writeup.scss */
.active-anchor {
  position: relative;
  color: #ccffff !important;
  text-decoration: underline;
}

/* line 62, app/assets/stylesheets/ctf_writeup.scss */
.active-anchor::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 100%;
  background-color: #ccffff;
}

@media (max-width: 1400px) {
  /* line 75, app/assets/stylesheets/ctf_writeup.scss */
  .writeup-wrapper {
    flex-direction: column;
    align-items: center;
  }
  /* line 80, app/assets/stylesheets/ctf_writeup.scss */
  .writeup-container {
    max-width: 100%;
  }
  /* line 84, app/assets/stylesheets/ctf_writeup.scss */
  #toc, .table-of-content {
    display: none !important;
  }
  /* line 88, app/assets/stylesheets/ctf_writeup.scss */
  #toc-toggle, .collapse-toc-button {
    display: none !important;
  }
}

/* line 93, app/assets/stylesheets/ctf_writeup.scss */
.writeup-year {
  font-size: 4vmin;
}

/* line 97, app/assets/stylesheets/ctf_writeup.scss */
.writeup-title {
  text-align: center;
  font-size: 6vmin;
  font-weight: bold;
}

/* line 103, app/assets/stylesheets/ctf_writeup.scss */
.markdown-content {
  word-wrap: break-word;
  word-break: break-word;
  font-size: 3vmin;
  font-family: monospace;
}

/* line 110, app/assets/stylesheets/ctf_writeup.scss */
.markdown-content h1, .markdown-content h2, .markdown-content h3, .markdown-content h4, .markdown-content h5, .markdown-content h6 {
  font-weight: bold;
  margin-top: 6dvh;
  margin-bottom: 1dvh;
  color: #fff;
}

/* line 117, app/assets/stylesheets/ctf_writeup.scss */
.markdown-content h1 {
  font-size: 1.5em;
}

/* line 121, app/assets/stylesheets/ctf_writeup.scss */
.markdown-content h2 {
  font-size: 1.25em;
}

/* line 125, app/assets/stylesheets/ctf_writeup.scss */
.markdown-content h3 {
  font-size: 1em;
}

/* line 129, app/assets/stylesheets/ctf_writeup.scss */
.markdown-content h4 {
  font-size: 0.75em;
}

/* line 133, app/assets/stylesheets/ctf_writeup.scss */
.markdown-content h5 {
  font-size: 0.5em;
}

/* line 137, app/assets/stylesheets/ctf_writeup.scss */
.markdown-content h6 {
  font-size: 0.25em;
}

/* line 141, app/assets/stylesheets/ctf_writeup.scss */
.markdown-content p {
  color: #f1f1f1;
}

/* line 145, app/assets/stylesheets/ctf_writeup.scss */
.markdown-content pre {
  background-color: #2e2e2e;
  color: #f1f1f1;
  padding: 0.5dvh;
  margin: 2dvh;
  border-radius: 1dvh;
  font-family: monospace;
  overflow: auto;
}

/* line 155, app/assets/stylesheets/ctf_writeup.scss */
.markdown-content a {
  color: #1e90ff;
  text-decoration: none;
}

/* line 160, app/assets/stylesheets/ctf_writeup.scss */
.markdown-content a:hover {
  text-decoration: underline;
}

/* line 164, app/assets/stylesheets/ctf_writeup.scss */
.code-block {
  position: relative;
}

/* line 168, app/assets/stylesheets/ctf_writeup.scss */
.markdown-content code {
  position: relative;
  display: inline-block;
  padding: 0.25dvh 0.5dvh;
  background-color: #2e2e2e;
  color: #f1f1f1;
  border-radius: 0.5dvh;
  font-family: monospace;
  font-size: 0.7em;
  line-height: 1.4;
  white-space: pre-wrap;
  word-break: break-word;
}

/* line 182, app/assets/stylesheets/ctf_writeup.scss */
.markdown-content img {
  margin: 1.5dvh auto;
  border-radius: 1dvh;
}

/* line 187, app/assets/stylesheets/ctf_writeup.scss */
.copy-btn {
  position: absolute;
  top: 0.5dvh;
  right: 2.5dvh;
  z-index: 100;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0.2em;
  border-radius: 0.3em;
  font-size: 0.8em;
  color: #ccc;
  transition: background-color 0.2s ease;
}

/* line 202, app/assets/stylesheets/ctf_writeup.scss */
.copy-btn:hover {
  background-color: #334461;
}

/* line 206, app/assets/stylesheets/ctf_writeup.scss */
.download-btn:hover, .open-pdf-btn:hover, .previous-writeup-btn:hover, .next-writeup-btn:hover {
  transition: transform 0.2s ease-in-out, background-color 1s ease;
  transform: scale(1.1);
  background-color: #ccffff;
}

/* line 212, app/assets/stylesheets/ctf_writeup.scss */
.download-btn, .open-pdf-btn, .previous-writeup-btn, .next-writeup-btn {
  transition: transform 0.2s ease-in-out, background-color 1s ease;
  transform: scale(1);
}

/* line 15, app/assets/stylesheets/variables.scss */
:root {
  --color-default: #0a101a;
  --color-primary: #18243a;
  --color-secondary: #334461;
  --color-tertiary: #55aaff;
  --color-accent: #ccffff;
  --taskbar-icon-size: 7vmin;
  --taskbar-size: 9vmin;
  --default-border: 0.3dvh solid #5d749e;
}

@media (min-width: 480px) {
  /* line 42, app/assets/stylesheets/variables.scss */
  :root {
    --taskbar-icon-size: 9vmin;
  }
}

@media (min-width: 768px) {
  /* line 42, app/assets/stylesheets/variables.scss */
  :root {
    --taskbar-icon-size: 8vmin;
  }
}

@media (min-width: 1024px) {
  /* line 42, app/assets/stylesheets/variables.scss */
  :root {
    --taskbar-icon-size: 7vmin;
  }
}

@media (min-width: 1280px) {
  /* line 42, app/assets/stylesheets/variables.scss */
  :root {
    --taskbar-icon-size: 6vmin;
  }
}

/* line 3, app/assets/stylesheets/timeline.scss */
.timeline {
  --date-width: 8rem;
  --timeline-padding: 3rem;
  position: relative;
  border: 1px solid #334461;
  border-radius: 0.75rem;
  margin: 2rem 0;
  padding: var(--timeline-padding);
}

/* line 13, app/assets/stylesheets/timeline.scss */
.timeline::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(var(--date-width) + 2rem + var(--timeline-padding));
  width: 2px;
  background: rgba(148, 163, 184, 0.12);
}

/* line 23, app/assets/stylesheets/timeline.scss */
.timeline-item {
  display: grid;
  grid-template-columns: var(--date-width) 2rem 1fr;
  gap: 1rem;
  position: relative;
  padding: 0.75rem 0;
  align-items: start;
}

/* line 32, app/assets/stylesheets/timeline.scss */
.timeline-date {
  text-align: right;
  font-size: 0.875rem;
  color: #94a3b8;
  line-height: 1;
  padding-right: 0.5rem;
}

/* line 40, app/assets/stylesheets/timeline.scss */
.timeline-connector {
  position: relative;
  min-height: 1rem;
}

/* line 45, app/assets/stylesheets/timeline.scss */
.timeline-connector .dot {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0.35rem;
  width: 12px;
  height: 12px;
  border-radius: 9999px;
  background: #06b6d4;
  border: 3px solid #0b1220;
  box-sizing: content-box;
}

/* line 58, app/assets/stylesheets/timeline.scss */
.timeline-content {
  background: rgba(15, 23, 42, 0.5);
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
  transition: background-color .15s ease;
}

/* line 65, app/assets/stylesheets/timeline.scss */
.timeline-content:hover {
  background: rgba(15, 23, 42, 0.65);
}

/* line 69, app/assets/stylesheets/timeline.scss */
.timeline-title {
  color: #7dd3fc;
  font-weight: 600;
  font-size: 1.05rem;
}

/* line 75, app/assets/stylesheets/timeline.scss */
.timeline-meta {
  color: #94a3b8;
  font-size: 0.85rem;
}

@media (max-width: 639px) {
  /* line 81, app/assets/stylesheets/timeline.scss */
  .timeline {
    --date-width: 0;
  }
  /* line 84, app/assets/stylesheets/timeline.scss */
  .timeline::before {
    left: calc(1.25rem + var(--timeline-padding));
  }
  /* line 87, app/assets/stylesheets/timeline.scss */
  .timeline-item {
    grid-template-columns: 1fr;
    gap: 0.5rem;
    padding-left: 1rem;
  }
  /* line 92, app/assets/stylesheets/timeline.scss */
  .timeline-date {
    text-align: left;
    padding-right: 0;
    color: #9ca3af;
    font-weight: 500;
  }
  /* line 98, app/assets/stylesheets/timeline.scss */
  .timeline-connector {
    min-height: 0;
    width: 0;
  }
  /* line 102, app/assets/stylesheets/timeline.scss */
  .timeline-connector .dot {
    display: none;
  }
  /* line 105, app/assets/stylesheets/timeline.scss */
  .timeline-content {
    padding-left: 0;
  }
}

/* line 15, app/assets/stylesheets/variables.scss */
:root {
  --color-default: #0a101a;
  --color-primary: #18243a;
  --color-secondary: #334461;
  --color-tertiary: #55aaff;
  --color-accent: #ccffff;
  --taskbar-icon-size: 7vmin;
  --taskbar-size: 9vmin;
  --default-border: 0.3dvh solid #5d749e;
}

@media (min-width: 480px) {
  /* line 42, app/assets/stylesheets/variables.scss */
  :root {
    --taskbar-icon-size: 9vmin;
  }
}

@media (min-width: 768px) {
  /* line 42, app/assets/stylesheets/variables.scss */
  :root {
    --taskbar-icon-size: 8vmin;
  }
}

@media (min-width: 1024px) {
  /* line 42, app/assets/stylesheets/variables.scss */
  :root {
    --taskbar-icon-size: 7vmin;
  }
}

@media (min-width: 1280px) {
  /* line 42, app/assets/stylesheets/variables.scss */
  :root {
    --taskbar-icon-size: 6vmin;
  }
}

/* line 3, app/assets/stylesheets/footer.scss */
.footer-icon {
  width: calc(var(--taskbar-icon-size) / 0.9);
  height: calc(var(--taskbar-icon-size) / 0.9);
  cursor: pointer;
  border-radius: 50%;
  border: var(--default-border);
  box-sizing: border-box;
  transition: transform 0.2s ease-in-out, background-color 1s ease;
}

/* line 12, app/assets/stylesheets/footer.scss */
.footer-icon:hover {
  transform: scale(1.1);
  background-color: #ccffff;
}

/* line 18, app/assets/stylesheets/footer.scss */
.footer-info {
  font-size: 1.75vmin;
}

/* line 11, app/assets/stylesheets/application.scss */
.back-button-floating {
  position: fixed;
  top: 1rem;
  left: 1rem;
  z-index: 50;
}

/* line 18, app/assets/stylesheets/application.scss */
.back-button, .collapse-toc-button {
  border: 2px solid rgba(99, 102, 241, 0.7);
  color: white;
  background-color: rgba(51, 68, 97, 0.75);
  transition: transform 0.2s ease-in-out, background-color 1s ease;
}

/* line 24, app/assets/stylesheets/application.scss */
.back-button:hover, .collapse-toc-button:hover {
  transform: scale(1.1);
  background-color: #334461;
  cursor: pointer;
}

/* line 31, app/assets/stylesheets/application.scss */
.MathJax {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

/* line 36, app/assets/stylesheets/application.scss */
.MathJax.has-scroll {
  border-radius: 8px;
  border: 1px solid #ccffff;
  padding: 3vmin;
}

/* line 42, app/assets/stylesheets/application.scss */
#taskbar-left {
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  opacity: 0;
  height: 100dvh;
  display: flex;
  white-space: nowrap;
  flex-direction: column;
  z-index: 1000;
  align-items: flex-start;
  transition: width 0.3s ease-in-out, opacity 0.3s ease-in-out;
  padding-left: calc((var(--taskbar-size) - var(--taskbar-icon-size)) / 2.0);
  padding-top: 1vmin;
  border-right: 0.2dvh solid #4c566a;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  box-sizing: border-box;
  pointer-events: none;
}

/* line 65, app/assets/stylesheets/application.scss */
#taskbar-left.expanded {
  width: calc(var(--taskbar-size) * 3);
  opacity: 1;
  pointer-events: auto;
}

/* line 71, app/assets/stylesheets/application.scss */
#taskbar-left .taskbar-item:last-child {
  margin-top: auto;
}

/* line 75, app/assets/stylesheets/application.scss */
.taskbar-item {
  width: 100%;
  margin-bottom: 1.5dvh;
}

/* line 80, app/assets/stylesheets/application.scss */
.taskbar-link, .taskbar-button-container {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  flex-direction: row;
  width: 100%;
}

/* line 89, app/assets/stylesheets/application.scss */
.taskbar-label {
  opacity: 0;
  margin: 1dvh;
  color: white;
  font-size: 2vmin;
}

/* line 96, app/assets/stylesheets/application.scss */
.taskbar-link:hover .taskbar-icon,
.taskbar-button-container:hover .taskbar-icon {
  transition: transform 0.2s ease-in-out, background-color 1s ease;
  transform: scale(1.1);
  background-color: #ccffff;
}

/* line 103, app/assets/stylesheets/application.scss */
.taskbar-link .taskbar-icon,
.taskbar-button-container .taskbar-icon {
  transition: transform 0.2s ease-in-out, background-color 1s ease;
  transform: scale(1);
}

/* line 109, app/assets/stylesheets/application.scss */
.taskbar-icon {
  width: var(--taskbar-icon-size);
  height: var(--taskbar-icon-size);
  border-radius: 0.5dvh;
  border: var(--default-border);
  box-sizing: border-box;
}

/* line 117, app/assets/stylesheets/application.scss */
.menu-icon {
  padding: 1vmin;
  position: fixed;
  width: calc(var(--taskbar-icon-size) * 0.8);
  height: calc(var(--taskbar-icon-size) * 1.7);
  top: calc(50% - var(--taskbar-icon-size));
  left: 0;
  border-top-right-radius: 1vmin;
  border-bottom-right-radius: 1vmin;
  border: 0.3dvh solid #4c566a;
  border-left: none;
  box-sizing: border-box;
  transition: transform 0.2s ease-in-out, background-color 1s ease, left 0.3s ease-in-out;
}

/* line 131, app/assets/stylesheets/application.scss */
.menu-icon:hover {
  transform: scale(1.1);
  background-color: #ccffff;
}

/* line 137, app/assets/stylesheets/application.scss */
#menu-icon-left {
  opacity: 0;
  z-index: -1;
}

/* line 142, app/assets/stylesheets/application.scss */
#menu-icon-right {
  opacity: 1;
  z-index: 2000;
}

/* line 147, app/assets/stylesheets/application.scss */
#menu-icon-right.shift {
  left: calc(var(--taskbar-size) * 3);
  opacity: 0;
  z-index: -1;
}

/* line 153, app/assets/stylesheets/application.scss */
#menu-icon-left.shift {
  left: calc(var(--taskbar-size) * 3);
  opacity: 1;
  z-index: 2000;
}

/* line 159, app/assets/stylesheets/application.scss */
.taskbar-icon img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  user-select: none;
  -webkit-user-drag: none;
  -ms-user-drag: none;
  box-sizing: border-box;
}

/* line 170, app/assets/stylesheets/application.scss */
#terminal-container {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  transform-origin: left bottom;
  transition: transform 320ms cubic-bezier(0.2, 0.9, 0.2, 1), opacity 220ms ease-in-out;
  will-change: transform, opacity;
  z-index: 100;
  width: 80%;
  height: 95%;
  border: 0.2dvh solid #4c566a;
  display: flex;
  flex-direction: column;
  color: #f5f5f5;
  border-radius: 0.375rem;
  overflow: hidden;
  margin-left: calc(var(--taskbar-size) / 2);
  box-sizing: border-box;
}

/* line 191, app/assets/stylesheets/application.scss */
#terminal-container.terminal-minimized {
  transform: translate(-50%, -50%) scale(0.01);
  opacity: 0;
  pointer-events: none;
}

/* line 197, app/assets/stylesheets/application.scss */
.terminal-buttons {
  display: flex;
}

/* line 201, app/assets/stylesheets/application.scss */
.terminal-header {
  position: absolute;
  top: 2vmin;
  left: 2vmin;
  right: 2vmin;
  display: flex;
  justify-content: flex-end;
  gap: 1vmin;
  z-index: 1001;
  box-sizing: border-box;
}

/* line 213, app/assets/stylesheets/application.scss */
.terminal-button {
  width: 5vmin;
  height: 5vmin;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  padding: 1vmin;
  box-sizing: border-box;
  transition: transform 0.2s ease-in-out;
}

/* line 224, app/assets/stylesheets/application.scss */
.terminal-button:hover {
  transform: scale(1.5);
}

/* line 229, app/assets/stylesheets/application.scss */
.terminal-button img {
  filter: invert(1);
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

/* line 236, app/assets/stylesheets/application.scss */
#terminal-link-tooltip {
  position: fixed;
  pointer-events: none;
  padding: 4px 8px;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: 12px;
  z-index: 9999;
  visibility: hidden;
}

/* line 248, app/assets/stylesheets/application.scss */
.button-icon {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

/* line 254, app/assets/stylesheets/application.scss */
.terminal-content {
  word-wrap: break-word;
  overflow: hidden auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  box-sizing: border-box;
}

/* line 262, app/assets/stylesheets/application.scss */
.terminal-content::-webkit-scrollbar {
  width: 0;
  height: 0;
}
