/* 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: 1.5rem;
  gap: 1.5rem;
  justify-content: center;
}

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

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

/* line 42, 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 52, app/assets/stylesheets/landing.scss */
  .info-cards-container {
    flex-direction: column;
    align-items: center;
  }
  /* line 56, app/assets/stylesheets/landing.scss */
  #landing-top {
    margin-top: 5rem;
  }
  /* line 59, app/assets/stylesheets/landing.scss */
  #scroll-down-button {
    display: none;
  }
  /* line 62, 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 */
.search-wrapper {
  display: inline-flex;
  align-items: center;
  position: relative;
}

/* line 61, app/assets/stylesheets/ctf.scss */
.search-clear-btn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5vmin;
  color: #ef4444;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -3.5vmin;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s ease, visibility 0.2s ease, color 0.2s ease;
  position: relative;
}

/* line 77, app/assets/stylesheets/ctf.scss */
.search-wrapper input:not(:placeholder-shown) ~ .search-clear-btn {
  visibility: visible;
  opacity: 1;
}

/* line 82, app/assets/stylesheets/ctf.scss */
.search-clear-btn:hover {
  color: #dc2626;
}

/* line 86, 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 102, 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 116, app/assets/stylesheets/ctf.scss */
.ctf-card:not(.expanded):hover {
  transform: scale(1.1);
  cursor: pointer;
}

/* line 122, 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 138, app/assets/stylesheets/ctf.scss */
.ctf-name {
  font-size: 3vmin;
}

/* line 142, 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 156, app/assets/stylesheets/ctf.scss */
.ctf-card.expanded {
  display: flex;
  justify-content: center;
  align-items: center;
}

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

/* 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/blog.scss */
.blog-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/blog.scss */
.blog-header-center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

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

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

/* line 32, app/assets/stylesheets/blog.scss */
.blog-rss-icon, .blog-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/blog.scss */
.blog-rss-icon:hover, .blog-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/blog.scss */
.blog-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/blog.scss */
.search-wrapper {
  display: inline-flex;
  align-items: center;
  position: relative;
}

/* line 61, app/assets/stylesheets/blog.scss */
.search-clear-btn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5vmin;
  color: #ef4444;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -3.5vmin;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s ease, visibility 0.2s ease, color 0.2s ease;
  position: relative;
}

/* line 77, app/assets/stylesheets/blog.scss */
.search-wrapper input:not(:placeholder-shown) ~ .search-clear-btn {
  visibility: visible;
  opacity: 1;
}

/* line 82, app/assets/stylesheets/blog.scss */
.search-clear-btn:hover {
  color: #dc2626;
}

/* line 86, app/assets/stylesheets/blog.scss */
.blog-overview {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 2dvh 2vmin;
}

/* line 94, app/assets/stylesheets/blog.scss */
.blog-posts-container {
  display: flex;
  flex-direction: column;
  gap: 3dvh;
  width: 100%;
  max-width: 80%;
  padding: 3dvh;
}

/* line 103, app/assets/stylesheets/blog.scss */
.blog-post-entry {
  width: 100%;
  min-height: 15rem;
}

/* line 108, app/assets/stylesheets/blog.scss */
.blog-post-card {
  display: flex;
  align-items: stretch;
  border-radius: 1.5rem;
  overflow: hidden;
  border: var(--default-border);
  background: rgba(0, 0, 0, 0.3);
  transition: transform 0.2s ease-in-out, background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  text-decoration: none;
  color: inherit;
  height: 100%;
}

/* line 121, app/assets/stylesheets/blog.scss */
.blog-post-card:hover {
  transform: translateY(-0.5rem);
  box-shadow: 0 0.5rem 1.5rem rgba(99, 102, 241, 0.25);
  background: rgba(0, 0, 0, 0.4);
}

/* line 127, app/assets/stylesheets/blog.scss */
.blog-post-card-content {
  display: flex;
  align-items: stretch;
  width: 100%;
  height: 100%;
}

/* line 134, app/assets/stylesheets/blog.scss */
.blog-post-card-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 15rem;
  padding: 2rem;
  background: rgba(255, 255, 255, 0.05);
}

/* line 143, app/assets/stylesheets/blog.scss */
.blog-logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-width: 12rem;
  max-height: 12rem;
}

/* line 151, app/assets/stylesheets/blog.scss */
.blog-logo-placeholder {
  font-size: 4rem;
  opacity: 0.5;
}

/* line 156, app/assets/stylesheets/blog.scss */
.blog-post-card-details {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 2rem;
  flex: 1;
  overflow: hidden;
}

/* line 165, app/assets/stylesheets/blog.scss */
.blog-post-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #fff;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
}

/* line 176, app/assets/stylesheets/blog.scss */
.blog-post-meta {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin: 0.75rem 0;
}

/* line 183, app/assets/stylesheets/blog.scss */
.blog-post-topic {
  display: inline-block;
  padding: 0.3rem 0.8rem;
  background: rgba(99, 102, 241, 0.3);
  color: #a5b4fc;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  font-weight: 500;
}

/* line 193, app/assets/stylesheets/blog.scss */
.blog-post-description {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.8);
  margin: 0.5rem 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-clamp: 2;
}

/* line 205, app/assets/stylesheets/blog.scss */
.blog-post-date {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: auto;
}

/* line 212, app/assets/stylesheets/blog.scss */
.blog-post-date-text {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.6);
}

@media (max-width: 768px) {
  /* line 219, app/assets/stylesheets/blog.scss */
  .blog-posts-container {
    padding: 2dvh 1vmin;
    gap: 2dvh;
  }
  /* line 224, app/assets/stylesheets/blog.scss */
  .blog-post-card-logo {
    min-width: 10rem;
    padding: 1rem;
  }
  /* line 229, app/assets/stylesheets/blog.scss */
  .blog-post-card-details {
    padding: 1rem;
  }
  /* line 233, app/assets/stylesheets/blog.scss */
  .blog-post-title {
    font-size: 1.2rem;
  }
  /* line 237, app/assets/stylesheets/blog.scss */
  .blog-post-description {
    -webkit-line-clamp: 1;
    line-clamp: 1;
  }
  /* line 242, app/assets/stylesheets/blog.scss */
  .blog-logo {
    max-width: 8rem;
    max-height: 8rem;
  }
}

@media (max-width: 480px) {
  /* line 249, app/assets/stylesheets/blog.scss */
  .blog-post-entry {
    min-height: 12rem;
  }
  /* line 253, app/assets/stylesheets/blog.scss */
  .blog-post-card-logo {
    min-width: 8rem;
    padding: 0.75rem;
  }
  /* line 258, app/assets/stylesheets/blog.scss */
  .blog-post-card-details {
    padding: 0.75rem;
  }
  /* line 262, app/assets/stylesheets/blog.scss */
  .blog-post-title {
    font-size: 1rem;
  }
  /* line 266, app/assets/stylesheets/blog.scss */
  .blog-post-description {
    font-size: 0.85rem;
  }
  /* line 270, app/assets/stylesheets/blog.scss */
  .blog-logo {
    max-width: 6rem;
    max-height: 6rem;
  }
}

/* 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/aboutme.scss */
.aboutme-page {
  min-height: 100dvh;
  color: #f8fafc;
  background: linear-gradient(180deg, rgba(85, 170, 255, 0.08) 0%, rgba(10, 16, 26, 0) 24rem), #0a101a;
}

/* line 11, app/assets/stylesheets/aboutme.scss */
.aboutme-page * {
  box-sizing: border-box;
}

/* line 15, app/assets/stylesheets/aboutme.scss */
.aboutme-hero {
  border-bottom: 1px solid rgba(93, 116, 158, 0.55);
  padding: 5rem 1.5rem 3rem;
}

/* line 20, app/assets/stylesheets/aboutme.scss */
.aboutme-hero-inner,
.aboutme-section {
  width: calc(100% - 2rem);
  max-width: 72rem;
  margin: 0 auto;
}

/* line 27, app/assets/stylesheets/aboutme.scss */
.aboutme-identity {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  margin-bottom: 2rem;
}

/* line 34, app/assets/stylesheets/aboutme.scss */
.aboutme-icon-wrap {
  display: grid;
  place-items: center;
  width: 5rem;
  height: 5rem;
  flex: 0 0 auto;
  border: var(--default-border);
  border-radius: 8px;
  background: rgba(24, 36, 58, 0.86);
}

/* line 45, app/assets/stylesheets/aboutme.scss */
.aboutme-hero-icon {
  width: 3.25rem;
  height: 3.25rem;
  filter: invert(1);
}

/* line 51, app/assets/stylesheets/aboutme.scss */
.aboutme-kicker,
.aboutme-section-kicker {
  margin: 0 0 0.4rem;
  color: #7dd3fc;
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
}

/* line 60, app/assets/stylesheets/aboutme.scss */
.aboutme-hero h1 {
  margin: 0;
  font-size: 4rem;
  font-weight: 800;
  line-height: 1;
}

/* line 67, app/assets/stylesheets/aboutme.scss */
.aboutme-copy {
  max-width: 60rem;
}

/* line 71, app/assets/stylesheets/aboutme.scss */
.aboutme-copy .markdown-content,
.aboutme-copy .markdown-content span {
  color: rgba(248, 250, 252, 0.9) !important;
}

/* line 76, app/assets/stylesheets/aboutme.scss */
.aboutme-copy p {
  margin: 0 0 1rem;
  font-size: 1.08rem;
  line-height: 1.8;
}

/* line 82, app/assets/stylesheets/aboutme.scss */
.aboutme-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: 2.25rem;
  overflow: hidden;
  border: 1px solid rgba(93, 116, 158, 0.65);
  border-radius: 8px;
  background: rgba(93, 116, 158, 0.65);
}

/* line 93, app/assets/stylesheets/aboutme.scss */
.aboutme-stat {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  padding: 1.1rem;
  background: rgba(24, 36, 58, 0.84);
}

/* line 101, app/assets/stylesheets/aboutme.scss */
.aboutme-stat-value {
  font-size: 2rem;
  font-weight: 800;
  line-height: 1;
  color: #fef3c7;
}

/* line 108, app/assets/stylesheets/aboutme.scss */
.aboutme-stat-label {
  color: rgba(226, 232, 240, 0.78);
  font-size: 0.92rem;
}

/* line 113, app/assets/stylesheets/aboutme.scss */
.aboutme-section {
  padding: 3rem 0 0;
  scroll-margin-top: 5rem;
}

/* line 118, app/assets/stylesheets/aboutme.scss */
.aboutme-section:last-child {
  padding-bottom: 4rem;
}

/* line 122, app/assets/stylesheets/aboutme.scss */
.aboutme-section-header {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  margin-bottom: 1.25rem;
}

/* line 129, app/assets/stylesheets/aboutme.scss */
.aboutme-section-header::after {
  content: "";
  width: 3.5rem;
  height: 2px;
  margin-top: 0.55rem;
  border-radius: 999px;
  background: linear-gradient(90deg, #7dd3fc, #fef3c7);
}

/* line 138, app/assets/stylesheets/aboutme.scss */
.aboutme-section-title {
  margin: 0;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.15;
}

/* line 145, app/assets/stylesheets/aboutme.scss */
.aboutme-finding-grid,
.aboutme-achievement-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

/* line 152, app/assets/stylesheets/aboutme.scss */
.aboutme-finding-card,
.aboutme-achievement-card,
.aboutme-empty-state {
  border: 1px solid rgba(93, 116, 158, 0.7);
  border-radius: 8px;
  background: rgba(24, 36, 58, 0.82);
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.18);
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

/* line 162, app/assets/stylesheets/aboutme.scss */
.aboutme-finding-card {
  overflow: hidden;
}

/* line 166, app/assets/stylesheets/aboutme.scss */
.aboutme-finding-card summary,
.aboutme-finding-static {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  min-height: 8.5rem;
  list-style: none;
  transition: background-color 0.18s ease, border-color 0.18s ease;
}

/* line 178, app/assets/stylesheets/aboutme.scss */
.aboutme-finding-card summary {
  padding: 1.25rem 3rem 1.25rem 1.25rem;
  cursor: pointer;
}

/* line 183, app/assets/stylesheets/aboutme.scss */
.aboutme-finding-static {
  padding: 1.25rem;
}

/* line 187, app/assets/stylesheets/aboutme.scss */
.aboutme-finding-card summary::-webkit-details-marker {
  display: none;
}

/* line 191, app/assets/stylesheets/aboutme.scss */
.aboutme-finding-card summary::after {
  content: "";
  position: absolute;
  top: 1.55rem;
  right: 1.25rem;
  width: 0.65rem;
  height: 0.65rem;
  flex: 0 0 auto;
  border-right: 2px solid #7dd3fc;
  border-bottom: 2px solid #7dd3fc;
  transform: rotate(45deg);
  transition: transform 0.18s ease;
}

/* line 205, app/assets/stylesheets/aboutme.scss */
.aboutme-finding-card[open] summary {
  border-bottom: 1px solid rgba(93, 116, 158, 0.55);
  background: rgba(51, 68, 97, 0.5);
}

/* line 210, app/assets/stylesheets/aboutme.scss */
.aboutme-finding-card[open] summary::after {
  transform: rotate(225deg);
}

/* line 214, app/assets/stylesheets/aboutme.scss */
.aboutme-finding-card summary:focus-visible {
  outline: 2px solid #7dd3fc;
  outline-offset: -4px;
}

/* line 219, app/assets/stylesheets/aboutme.scss */
.aboutme-finding-main {
  display: flex;
  min-width: 0;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 0.65rem;
}

/* line 227, app/assets/stylesheets/aboutme.scss */
.aboutme-finding-project {
  color: #ffffff;
  font-size: 1.35rem;
  font-weight: 800;
  overflow-wrap: anywhere;
}

/* line 234, app/assets/stylesheets/aboutme.scss */
.aboutme-finding-summary {
  color: rgba(226, 232, 240, 0.82);
  line-height: 1.6;
  overflow-wrap: anywhere;
}

/* line 240, app/assets/stylesheets/aboutme.scss */
.aboutme-finding-badges {
  display: flex;
  align-items: flex-end;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 0.45rem;
}

/* line 248, app/assets/stylesheets/aboutme.scss */
.aboutme-severity,
.aboutme-cve-id,
.aboutme-achievement-meta span,
.aboutme-achievement-meta time {
  display: inline-flex;
  align-items: center;
  min-height: 1.8rem;
  padding: 0.25rem 0.65rem;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 800;
  overflow-wrap: anywhere;
}

/* line 262, app/assets/stylesheets/aboutme.scss */
.aboutme-cve-id {
  color: #cffafe;
  border: 1px solid rgba(125, 211, 252, 0.45);
  background: rgba(8, 145, 178, 0.2);
}

/* line 268, app/assets/stylesheets/aboutme.scss */
.aboutme-severity-critical {
  color: #fecaca;
  background: rgba(185, 28, 28, 0.34);
}

/* line 273, app/assets/stylesheets/aboutme.scss */
.aboutme-severity-high {
  color: #fed7aa;
  background: rgba(194, 65, 12, 0.34);
}

/* line 278, app/assets/stylesheets/aboutme.scss */
.aboutme-severity-medium {
  color: #fde68a;
  background: rgba(161, 98, 7, 0.34);
}

/* line 283, app/assets/stylesheets/aboutme.scss */
.aboutme-severity-low {
  color: #bbf7d0;
  background: rgba(21, 128, 61, 0.32);
}

/* line 288, app/assets/stylesheets/aboutme.scss */
.aboutme-severity-info {
  color: #bae6fd;
  background: rgba(2, 132, 199, 0.3);
}

/* line 293, app/assets/stylesheets/aboutme.scss */
.aboutme-severity-tba {
  color: #ddd6fe;
  background: rgba(109, 40, 217, 0.28);
}

/* line 298, app/assets/stylesheets/aboutme.scss */
.aboutme-finding-body {
  padding: 1.25rem;
}

/* line 302, app/assets/stylesheets/aboutme.scss */
.aboutme-finding-facts {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(12rem, 1fr));
  gap: 0.75rem;
  margin: 0 0 1.25rem;
}

/* line 309, app/assets/stylesheets/aboutme.scss */
.aboutme-finding-facts div {
  padding: 0.85rem;
  border: 1px solid rgba(93, 116, 158, 0.45);
  border-radius: 8px;
  background: rgba(10, 16, 26, 0.38);
}

/* line 316, app/assets/stylesheets/aboutme.scss */
.aboutme-finding-facts dt {
  margin-bottom: 0.3rem;
  color: rgba(148, 163, 184, 0.95);
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
}

/* line 324, app/assets/stylesheets/aboutme.scss */
.aboutme-finding-facts dd {
  margin: 0;
  color: rgba(248, 250, 252, 0.92);
  line-height: 1.45;
  overflow-wrap: anywhere;
}

/* line 331, app/assets/stylesheets/aboutme.scss */
.aboutme-detail-block {
  margin-top: 1.25rem;
}

/* line 335, app/assets/stylesheets/aboutme.scss */
.aboutme-detail-block h3 {
  margin: 0 0 0.55rem;
  color: #fef3c7;
  font-size: 1rem;
  font-weight: 800;
}

/* line 342, app/assets/stylesheets/aboutme.scss */
.aboutme-detail-block p {
  margin: 0;
  color: rgba(226, 232, 240, 0.86);
  line-height: 1.7;
}

/* line 348, app/assets/stylesheets/aboutme.scss */
.aboutme-link-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

/* line 354, app/assets/stylesheets/aboutme.scss */
.aboutme-link-row a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  min-height: 2.2rem;
  padding: 0.45rem 0.75rem;
  border: 1px solid rgba(125, 211, 252, 0.45);
  border-radius: 8px;
  color: #cffafe;
  background: rgba(8, 145, 178, 0.18);
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
  overflow-wrap: anywhere;
  transition: background-color 0.18s ease, transform 0.18s ease;
}

/* line 372, app/assets/stylesheets/aboutme.scss */
.aboutme-link-row a:hover {
  transform: translateY(-1px);
  background: rgba(8, 145, 178, 0.32);
}

/* line 377, app/assets/stylesheets/aboutme.scss */
.aboutme-finding-project a,
.aboutme-finding-summary a,
.aboutme-finding-facts dd a,
.aboutme-achievement-card h3 a {
  color: inherit;
  text-decoration: none;
}

/* line 385, app/assets/stylesheets/aboutme.scss */
.aboutme-finding-project a:hover,
.aboutme-finding-summary a:hover,
.aboutme-finding-facts dd a:hover,
.aboutme-achievement-card h3 a:hover {
  color: #7dd3fc;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 0.22em;
}

/* line 395, app/assets/stylesheets/aboutme.scss */
.aboutme-timeline {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin: 0;
  padding-left: 1.2rem;
  color: rgba(226, 232, 240, 0.88);
}

/* line 405, app/assets/stylesheets/aboutme.scss */
.aboutme-timeline li {
  padding-left: 0.25rem;
}

/* line 409, app/assets/stylesheets/aboutme.scss */
.aboutme-timeline time {
  display: block;
  color: #7dd3fc;
  font-size: 0.83rem;
  font-weight: 800;
}

/* line 416, app/assets/stylesheets/aboutme.scss */
.aboutme-empty-state {
  position: relative;
  overflow: hidden;
  padding: 1.4rem;
  color: rgba(226, 232, 240, 0.78);
}

/* line 423, app/assets/stylesheets/aboutme.scss */
.aboutme-empty-state::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: #7dd3fc;
  opacity: 0.75;
}

/* line 432, app/assets/stylesheets/aboutme.scss */
.aboutme-empty-state p {
  margin: 0;
}

/* line 436, app/assets/stylesheets/aboutme.scss */
.aboutme-achievement-card {
  display: flex;
  min-height: 17rem;
  flex-direction: column;
  padding: 1.25rem;
}

/* line 443, app/assets/stylesheets/aboutme.scss */
.aboutme-achievement-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

/* line 450, app/assets/stylesheets/aboutme.scss */
.aboutme-achievement-meta span {
  color: #d9f99d;
  background: rgba(77, 124, 15, 0.28);
}

/* line 455, app/assets/stylesheets/aboutme.scss */
.aboutme-achievement-meta time {
  color: #fed7aa;
  background: rgba(194, 65, 12, 0.25);
}

/* line 460, app/assets/stylesheets/aboutme.scss */
.aboutme-achievement-card h3 {
  margin: 0 0 0.75rem;
  color: #ffffff;
  font-size: 1.35rem;
  font-weight: 800;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

/* line 469, app/assets/stylesheets/aboutme.scss */
.aboutme-achievement-card p {
  margin: 0 0 1rem;
  color: rgba(226, 232, 240, 0.84);
  line-height: 1.65;
}

/* line 475, app/assets/stylesheets/aboutme.scss */
.aboutme-achievement-details {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 0 0 1rem;
  padding-left: 1.1rem;
  color: rgba(226, 232, 240, 0.82);
  line-height: 1.55;
}

/* line 485, app/assets/stylesheets/aboutme.scss */
.aboutme-achievement-card .aboutme-link-row {
  margin-top: auto;
}

@media (hover: hover) and (pointer: fine) {
  /* line 490, app/assets/stylesheets/aboutme.scss */
  .aboutme-finding-card:hover,
.aboutme-achievement-card:hover {
    border-color: rgba(125, 211, 252, 0.85);
    box-shadow: 0 1.25rem 2.5rem rgba(0, 0, 0, 0.24);
    transform: translateY(-2px);
  }
  /* line 497, app/assets/stylesheets/aboutme.scss */
  .aboutme-finding-card summary:hover {
    background: rgba(51, 68, 97, 0.28);
  }
}

@media (max-width: 720px) {
  /* line 503, app/assets/stylesheets/aboutme.scss */
  .aboutme-hero-inner,
.aboutme-section {
    width: calc(100% - 3.5rem);
    margin-right: 1rem;
    margin-left: 2.5rem;
  }
  /* line 510, app/assets/stylesheets/aboutme.scss */
  .aboutme-hero {
    padding: 4.25rem 1rem 2.5rem;
  }
  /* line 514, app/assets/stylesheets/aboutme.scss */
  .aboutme-identity {
    align-items: center;
    gap: 0.9rem;
    margin-bottom: 1.5rem;
  }
  /* line 520, app/assets/stylesheets/aboutme.scss */
  .aboutme-icon-wrap {
    width: 4rem;
    height: 4rem;
  }
  /* line 525, app/assets/stylesheets/aboutme.scss */
  .aboutme-hero-icon {
    width: 2.55rem;
    height: 2.55rem;
  }
  /* line 530, app/assets/stylesheets/aboutme.scss */
  .aboutme-hero h1 {
    font-size: 2.4rem;
  }
  /* line 534, app/assets/stylesheets/aboutme.scss */
  .aboutme-kicker,
.aboutme-section-kicker {
    font-size: 0.75rem;
    line-height: 1.3;
  }
  /* line 540, app/assets/stylesheets/aboutme.scss */
  .aboutme-copy p {
    font-size: 1rem;
    line-height: 1.68;
  }
  /* line 545, app/assets/stylesheets/aboutme.scss */
  .aboutme-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 1.75rem;
  }
  /* line 550, app/assets/stylesheets/aboutme.scss */
  .aboutme-stat {
    padding: 0.95rem 1rem;
  }
  /* line 554, app/assets/stylesheets/aboutme.scss */
  .aboutme-section {
    padding-top: 2.4rem;
  }
  /* line 558, app/assets/stylesheets/aboutme.scss */
  .aboutme-section-title {
    font-size: 1.75rem;
  }
  /* line 562, app/assets/stylesheets/aboutme.scss */
  .aboutme-finding-card summary,
.aboutme-finding-static {
    align-items: stretch;
    flex-direction: column;
    min-height: 0;
  }
  /* line 569, app/assets/stylesheets/aboutme.scss */
  .aboutme-finding-card summary {
    padding: 1rem 2.75rem 1rem 1rem;
  }
  /* line 573, app/assets/stylesheets/aboutme.scss */
  .aboutme-finding-static {
    padding: 1rem;
  }
  /* line 577, app/assets/stylesheets/aboutme.scss */
  .aboutme-finding-badges {
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
  }
  /* line 583, app/assets/stylesheets/aboutme.scss */
  .aboutme-finding-project,
.aboutme-achievement-card h3 {
    font-size: 1.15rem;
  }
  /* line 588, app/assets/stylesheets/aboutme.scss */
  .aboutme-finding-body,
.aboutme-achievement-card,
.aboutme-empty-state {
    padding: 1rem;
  }
  /* line 594, app/assets/stylesheets/aboutme.scss */
  .aboutme-finding-facts {
    grid-template-columns: 1fr;
  }
  /* line 598, app/assets/stylesheets/aboutme.scss */
  .aboutme-achievement-card {
    min-height: 0;
  }
  /* line 602, app/assets/stylesheets/aboutme.scss */
  .aboutme-link-row a {
    width: 100%;
  }
  /* line 606, app/assets/stylesheets/aboutme.scss */
  .aboutme-finding-grid,
.aboutme-achievement-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 380px) {
  /* line 613, app/assets/stylesheets/aboutme.scss */
  .aboutme-hero-inner,
.aboutme-section {
    width: calc(100% - 3.25rem);
    margin-right: 1rem;
    margin-left: 2.25rem;
  }
  /* line 620, app/assets/stylesheets/aboutme.scss */
  .aboutme-identity {
    gap: 0.75rem;
  }
  /* line 624, app/assets/stylesheets/aboutme.scss */
  .aboutme-icon-wrap {
    width: 3.6rem;
    height: 3.6rem;
  }
  /* line 629, app/assets/stylesheets/aboutme.scss */
  .aboutme-hero-icon {
    width: 2.3rem;
    height: 2.3rem;
  }
  /* line 634, app/assets/stylesheets/aboutme.scss */
  .aboutme-hero h1 {
    font-size: 2rem;
  }
  /* line 638, app/assets/stylesheets/aboutme.scss */
  .aboutme-copy p {
    font-size: 0.96rem;
    line-height: 1.62;
  }
  /* line 643, app/assets/stylesheets/aboutme.scss */
  .aboutme-section-title {
    font-size: 1.55rem;
  }
  /* line 647, app/assets/stylesheets/aboutme.scss */
  .aboutme-stats {
    grid-template-columns: 1fr;
  }
  /* line 651, app/assets/stylesheets/aboutme.scss */
  .aboutme-severity,
.aboutme-cve-id,
.aboutme-achievement-meta span,
.aboutme-achievement-meta time {
    min-height: 1.65rem;
    padding: 0.22rem 0.55rem;
    font-size: 0.72rem;
  }
}

/* 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/content_pages.scss */
.content-page,
.landing-page {
  min-height: 100dvh;
  color: #f8fafc;
  background: linear-gradient(180deg, rgba(85, 170, 255, 0.08) 0%, rgba(10, 16, 26, 0) 24rem), #0a101a;
}

/* line 12, app/assets/stylesheets/content_pages.scss */
.content-page *,
.landing-page * {
  box-sizing: border-box;
}

/* line 17, app/assets/stylesheets/content_pages.scss */
.content-hero {
  width: 100%;
  border-bottom: 1px solid rgba(93, 116, 158, 0.55);
  padding: 5rem 1.5rem 2.75rem;
}

/* line 23, app/assets/stylesheets/content_pages.scss */
.content-hero-compact {
  padding-bottom: 2.25rem;
}

/* line 27, app/assets/stylesheets/content_pages.scss */
.content-hero-inner,
.timeline-shell,
.content-page .ctf-cards-container,
.content-page .blog-posts-container,
.content-page .writeup-content {
  width: calc(100% - 2rem);
  max-width: 72rem;
  margin: 0 auto;
}

/* line 37, app/assets/stylesheets/content_pages.scss */
.content-hero h1 {
  margin: 0;
  color: #fff;
  font-size: 4rem;
  font-weight: 800;
  line-height: 1;
}

/* line 45, app/assets/stylesheets/content_pages.scss */
.content-hero p {
  max-width: 54rem;
  margin: 1rem 0 0;
  color: rgba(226, 232, 240, 0.84);
  font-size: 1.08rem;
  line-height: 1.75;
}

/* line 53, app/assets/stylesheets/content_pages.scss */
.content-hero-title-row {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  min-width: 0;
}

/* line 60, app/assets/stylesheets/content_pages.scss */
.content-hero-icon-wrap {
  display: grid;
  place-items: center;
  width: 5rem;
  height: 5rem;
  flex: 0 0 auto;
  border: var(--default-border);
  border-radius: 8px;
  background: rgba(24, 36, 58, 0.86);
}

/* line 71, app/assets/stylesheets/content_pages.scss */
.content-hero-icon {
  width: 3.25rem;
  height: 3.25rem;
  object-fit: contain;
}

/* line 77, app/assets/stylesheets/content_pages.scss */
.content-hero-icon-inverted {
  filter: invert(1);
}

/* line 81, app/assets/stylesheets/content_pages.scss */
.content-hero-title-link {
  display: inline-flex;
  color: inherit;
  text-decoration: none;
  transition: transform 0.18s ease;
}

/* line 88, app/assets/stylesheets/content_pages.scss */
.content-hero-title-link:hover {
  transform: translateY(-1px);
}

/* line 92, app/assets/stylesheets/content_pages.scss */
.content-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.35rem;
}

/* line 99, app/assets/stylesheets/content_pages.scss */
.content-link-button,
.content-page .about-feed-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.2rem;
  padding: 0.45rem 0.75rem;
  border: 1px solid rgba(125, 211, 252, 0.45);
  border-radius: 8px;
  color: #cffafe;
  background: rgba(8, 145, 178, 0.18);
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
  transition: background-color 0.18s ease, transform 0.18s ease;
}

/* line 116, app/assets/stylesheets/content_pages.scss */
.content-link-button:hover,
.content-page .about-feed-link:hover {
  transform: translateY(-1px);
  color: #fff;
  background: rgba(8, 145, 178, 0.32);
}

/* line 123, app/assets/stylesheets/content_pages.scss */
.content-page .ctf-header-section,
.content-page .blog-header-section {
  position: static;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: calc(100% - 2rem);
  max-width: 72rem;
  margin: 1.5rem auto 0;
  padding: 0;
}

/* line 136, app/assets/stylesheets/content_pages.scss */
.content-page.blog-overview,
.content-page.ctf-overview,
.content-page.timeline-page {
  display: block;
  align-items: stretch;
  width: 100%;
  padding: 0;
}

/* line 145, app/assets/stylesheets/content_pages.scss */
.content-page .ctf-header-center,
.content-page .blog-header-center {
  position: static;
  left: auto;
  flex: 1 1 auto;
  transform: none;
}

/* line 153, app/assets/stylesheets/content_pages.scss */
.content-page .ctf-header-right,
.content-page .blog-header-right {
  position: static;
  right: auto;
  display: flex;
  flex: 0 0 auto;
  gap: 0.65rem;
}

/* line 162, app/assets/stylesheets/content_pages.scss */
.content-page .search-wrapper {
  display: flex;
  width: 100%;
}

/* line 167, app/assets/stylesheets/content_pages.scss */
.content-page .ctf-search-input,
.content-page .blog-search-input {
  width: 100%;
  max-width: none;
  min-height: 2.75rem;
  padding: 0.65rem 2.6rem 0.65rem 0.85rem;
  border: 1px solid rgba(93, 116, 158, 0.7);
  border-radius: 8px;
  color: #f8fafc;
  background: rgba(24, 36, 58, 0.82);
  font-size: 1rem;
  outline: none;
}

/* line 181, app/assets/stylesheets/content_pages.scss */
.content-page .ctf-search-input:focus,
.content-page .blog-search-input:focus {
  border-color: rgba(125, 211, 252, 0.95);
  box-shadow: 0 0 0 3px rgba(125, 211, 252, 0.12);
}

/* line 187, app/assets/stylesheets/content_pages.scss */
.content-page .search-clear-btn {
  margin-left: -2.35rem;
  color: #fed7aa;
}

/* line 192, app/assets/stylesheets/content_pages.scss */
.content-page .ctf-rss-feed,
.content-page .ctf-atom-feed,
.content-page .blog-rss-feed,
.content-page .blog-atom-feed {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border: 1px solid rgba(93, 116, 158, 0.7);
  border-radius: 8px;
  background: #334461;
  transition: background-color 0.18s ease, transform 0.18s ease;
}

/* line 207, app/assets/stylesheets/content_pages.scss */
.content-page .ctf-rss-feed:hover,
.content-page .ctf-atom-feed:hover,
.content-page .blog-rss-feed:hover,
.content-page .blog-atom-feed:hover {
  transform: translateY(-2px) scale(1.04);
  background: rgba(51, 68, 97, 0.82);
}

/* line 215, app/assets/stylesheets/content_pages.scss */
.content-page .ctf-rss-icon,
.content-page .ctf-atom-icon,
.content-page .blog-rss-icon,
.content-page .blog-atom-icon {
  width: 100%;
  height: 100%;
  padding: 0.45rem;
  border: 0;
  border-radius: 0;
  background: transparent;
  filter: invert(1);
  object-fit: contain;
  pointer-events: none;
  transform: none;
}

/* line 231, app/assets/stylesheets/content_pages.scss */
.content-page .ctf-rss-icon:hover,
.content-page .ctf-atom-icon:hover,
.content-page .blog-rss-icon:hover,
.content-page .blog-atom-icon:hover {
  background: transparent;
  transform: none;
}

/* line 239, app/assets/stylesheets/content_pages.scss */
.content-page .ctf-cards-container,
.content-page .blog-posts-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  padding: 1.5rem 0 4rem;
}

/* line 247, app/assets/stylesheets/content_pages.scss */
.content-page .ctf-card,
.content-page .blog-post-card,
.content-page .writeup-card,
.landing-page .writeup-card,
.timeline-page .timeline,
.content-page .writeup-container,
.content-page .table-of-content {
  border: 1px solid rgba(93, 116, 158, 0.7);
  border-radius: 8px;
  background: rgba(24, 36, 58, 0.82);
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.18);
}

/* line 260, app/assets/stylesheets/content_pages.scss */
.content-page .ctf-card {
  display: grid;
  grid-template-columns: 7rem minmax(0, 1fr);
  gap: 1.25rem;
  align-items: center;
  width: 100%;
  max-width: none;
  min-height: 0;
  padding: 1.25rem;
  overflow: hidden;
  aspect-ratio: auto;
  border-radius: 8px;
  color: inherit;
  text-decoration: none;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

/* line 277, app/assets/stylesheets/content_pages.scss */
.content-page .ctf-card:hover,
.content-page .blog-post-card:hover,
.content-page .writeup-card:hover,
.landing-page .writeup-card:hover {
  border-color: rgba(125, 211, 252, 0.85);
  box-shadow: 0 1.25rem 2.5rem rgba(0, 0, 0, 0.24);
  transform: translateY(-2px);
}

/* line 286, app/assets/stylesheets/content_pages.scss */
.content-page .ctf-card img {
  position: static;
  width: 6rem;
  height: 6rem;
  max-width: 100%;
  border-radius: 8px;
  background: rgba(10, 16, 26, 0.38);
  object-fit: contain;
  transform: none;
}

/* line 297, app/assets/stylesheets/content_pages.scss */
.content-page .ctf-details {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
  padding: 0;
  border: 0;
  color: #f8fafc;
  background: transparent;
  text-align: left;
}

/* line 311, app/assets/stylesheets/content_pages.scss */
.content-page .ctf-text {
  min-width: 0;
  flex: 1 1 auto;
}

/* line 316, app/assets/stylesheets/content_pages.scss */
.content-page .ctf-name {
  margin: 0;
  color: #fff;
  font-size: 1.35rem;
  line-height: 1.25;
}

/* line 323, app/assets/stylesheets/content_pages.scss */
.content-page .ctf-description {
  max-width: none;
  max-height: none;
  margin: 0.6rem 0 1rem;
  color: rgba(226, 232, 240, 0.84);
  font-size: 0.98rem;
  line-height: 1.65;
  mask-image: none;
  -webkit-mask-image: none;
}

/* line 334, app/assets/stylesheets/content_pages.scss */
.content-page .blog-post-entry {
  min-height: 0;
}

/* line 338, app/assets/stylesheets/content_pages.scss */
.content-page .blog-post-card {
  border-radius: 8px;
  color: inherit;
  background: rgba(24, 36, 58, 0.82);
}

/* line 344, app/assets/stylesheets/content_pages.scss */
.content-page .blog-post-card-logo {
  min-width: 9rem;
  padding: 1.25rem;
  border-right: 1px solid rgba(93, 116, 158, 0.45);
  background: rgba(10, 16, 26, 0.26);
}

/* line 351, app/assets/stylesheets/content_pages.scss */
.content-page .blog-logo {
  max-width: 6.5rem;
  max-height: 6.5rem;
}

/* line 356, app/assets/stylesheets/content_pages.scss */
.content-page .writeup-post-card-logo svg {
  max-width: 6.5rem;
  max-height: 6.5rem;
}

/* line 361, app/assets/stylesheets/content_pages.scss */
.content-page .blog-post-card-details {
  padding: 1.25rem;
}

/* line 365, app/assets/stylesheets/content_pages.scss */
.content-page .blog-post-title {
  color: #fff;
  font-size: 1.35rem;
  font-weight: 800;
  white-space: normal;
  overflow-wrap: anywhere;
}

/* line 373, app/assets/stylesheets/content_pages.scss */
.content-page .blog-post-description {
  color: rgba(226, 232, 240, 0.84);
  font-size: 0.98rem;
  line-height: 1.65;
}

/* line 379, app/assets/stylesheets/content_pages.scss */
.content-page .blog-post-date-text {
  color: #fef3c7;
  font-weight: 700;
}

/* line 384, app/assets/stylesheets/content_pages.scss */
.content-page .writeup-content {
  padding: 1.5rem 0 4rem;
}

/* line 388, app/assets/stylesheets/content_pages.scss */
.content-page.ctf-container {
  display: block;
}

/* line 392, app/assets/stylesheets/content_pages.scss */
.content-page .writeup-overview {
  grid-template-columns: 1fr;
  grid-auto-rows: auto;
  gap: 1rem;
  height: auto;
}

/* line 399, app/assets/stylesheets/content_pages.scss */
.content-page .writeup-card {
  width: 100%;
  min-height: 0;
  padding: 1.25rem;
  border-radius: 8px;
  background: rgba(24, 36, 58, 0.82);
}

/* line 407, app/assets/stylesheets/content_pages.scss */
.content-page .writeup-card:hover {
  background: rgba(24, 36, 58, 0.92);
}

/* line 411, app/assets/stylesheets/content_pages.scss */
.content-page .writeup-card h5 {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 800;
}

/* line 417, app/assets/stylesheets/content_pages.scss */
.content-page .writeup-details {
  padding: 1rem 0 0;
}

/* line 421, app/assets/stylesheets/content_pages.scss */
.article-page {
  padding: 4.5rem 1rem 4rem;
}

/* line 425, app/assets/stylesheets/content_pages.scss */
.content-page .writeup-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  width: calc(100% - 12rem);
  max-width: 88rem;
  margin: 0 auto;
  margin-bottom: 1.5rem;
}

/* line 435, app/assets/stylesheets/content_pages.scss */
.content-page .writeup-container {
  position: relative;
  min-width: 0;
  flex-basis: 100%;
  padding: 2rem;
  border-radius: 8px;
  background: rgba(24, 36, 58, 0.82);
}

/* line 444, app/assets/stylesheets/content_pages.scss */
.content-page .writeup-wrapper.toc-collapsed .writeup-container {
  flex-basis: 100%;
}

/* line 448, app/assets/stylesheets/content_pages.scss */
.content-page .writeup-challengefiles,
.content-page .next-previous-writeups {
  flex-wrap: wrap;
  gap: 0.75rem;
}

/* line 454, app/assets/stylesheets/content_pages.scss */
.content-page .download-btn,
.content-page .open-pdf-btn,
.content-page .previous-writeup-btn,
.content-page .next-writeup-btn {
  max-width: 100%;
  border-radius: 8px;
  line-height: 1.35;
  text-align: center;
  white-space: normal;
  transform: scale(1);
  transition: transform 0.18s ease, background-color 0.18s ease;
}

/* line 467, app/assets/stylesheets/content_pages.scss */
.content-page .download-btn:hover,
.content-page .open-pdf-btn:hover,
.content-page .previous-writeup-btn:hover,
.content-page .next-writeup-btn:hover {
  transform: translateY(-1px) scale(1.03);
  background-color: #ccffff;
}

/* line 475, app/assets/stylesheets/content_pages.scss */
.content-page .writeup-year {
  color: #7dd3fc;
  font-size: 0.9rem;
  font-weight: 800;
  text-transform: uppercase;
}

/* line 482, app/assets/stylesheets/content_pages.scss */
.content-page .writeup-title {
  margin: 0 0 2rem;
  color: #fff;
  font-size: 3rem;
  line-height: 1.1;
}

/* line 489, app/assets/stylesheets/content_pages.scss */
.content-page .markdown-content {
  color: rgba(248, 250, 252, 0.92);
  font-size: 1rem;
  line-height: 1.75;
  overflow-wrap: anywhere;
  word-break: normal;
}

/* line 497, app/assets/stylesheets/content_pages.scss */
.content-page .markdown-content h1,
.content-page .markdown-content h2,
.content-page .markdown-content h3,
.content-page .markdown-content h4,
.content-page .markdown-content h5,
.content-page .markdown-content h6 {
  color: #fff;
}

/* line 506, app/assets/stylesheets/content_pages.scss */
.content-page .markdown-content p,
.content-page .markdown-content li {
  color: rgba(226, 232, 240, 0.9);
  overflow-wrap: anywhere;
  word-break: normal;
}

/* line 513, app/assets/stylesheets/content_pages.scss */
.content-page .markdown-content pre,
.content-page .markdown-content code {
  background: rgba(10, 16, 26, 0.72);
}

/* line 518, app/assets/stylesheets/content_pages.scss */
.content-page .code-block {
  position: relative;
  width: fit-content;
  max-width: 100%;
  margin: 1.35rem auto;
}

/* line 525, app/assets/stylesheets/content_pages.scss */
.content-page .markdown-content pre.highlight,
.content-page .markdown-content .code-block pre {
  display: block;
  width: max-content;
  max-width: 100%;
  margin: 0;
  padding: 0.85rem 2.75rem 0.85rem 1rem;
  border: 1px solid rgba(93, 116, 158, 0.45);
  border-radius: 8px;
  box-sizing: border-box;
  overflow: hidden;
  color: rgba(241, 245, 249, 0.94);
  line-height: 1.55;
  text-align: left;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  word-break: break-word;
}

/* line 544, app/assets/stylesheets/content_pages.scss */
.content-page .markdown-content pre code {
  display: block;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  white-space: inherit;
  overflow-wrap: inherit;
  word-break: inherit;
}

/* line 557, app/assets/stylesheets/content_pages.scss */
.content-page .markdown-content pre code span {
  white-space: inherit;
}

/* line 561, app/assets/stylesheets/content_pages.scss */
.content-page .markdown-content img {
  margin: 1.5rem auto;
  border-radius: 8px;
}

/* line 566, app/assets/stylesheets/content_pages.scss */
.content-page .copy-btn {
  position: absolute;
  top: 0.45rem;
  right: 0.55rem;
  z-index: 100;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.75rem;
  height: 1.75rem;
  border: 1px solid transparent;
  border-radius: 6px;
  background: transparent;
  color: rgba(226, 232, 240, 0.72);
  cursor: pointer;
  line-height: 1;
  padding: 0;
  transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

/* line 586, app/assets/stylesheets/content_pages.scss */
.content-page .copy-btn:hover,
.content-page .copy-btn:focus-visible {
  border-color: rgba(125, 211, 252, 0.35);
  background: rgba(51, 68, 97, 0.78);
  color: #e2e8f0;
}

/* line 593, app/assets/stylesheets/content_pages.scss */
.content-page .markdown-content a {
  color: #7dd3fc;
  font-weight: 700;
}

/* line 598, app/assets/stylesheets/content_pages.scss */
.content-page .table-of-content {
  position: sticky;
  top: 1.5rem;
  flex: 0 0 20rem;
  max-width: 20rem;
  height: fit-content;
  padding: 1.25rem;
  border-radius: 8px;
  background: rgba(24, 36, 58, 0.82);
  font-size: 0.95rem;
  line-height: 1.45;
  word-break: normal;
  overflow-wrap: anywhere;
}

/* line 613, app/assets/stylesheets/content_pages.scss */
.content-page .writeup-wrapper.toc-collapsed .table-of-content {
  display: none;
}

/* line 617, app/assets/stylesheets/content_pages.scss */
.content-page .table-of-content h3 {
  margin: 0;
  color: #f8fafc;
  font-size: 1.2rem;
  line-height: 1.2;
}

/* line 624, app/assets/stylesheets/content_pages.scss */
.content-page .toc-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

/* line 632, app/assets/stylesheets/content_pages.scss */
.content-page .toc-toggle-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  flex: 0 0 auto;
  border-radius: 8px;
}

/* line 642, app/assets/stylesheets/content_pages.scss */
.content-page .toc-toggle-button svg {
  transition: transform 0.18s ease;
}

/* line 646, app/assets/stylesheets/content_pages.scss */
.content-page .toc-toggle-button.is-collapsed svg {
  transform: rotate(180deg);
}

/* line 650, app/assets/stylesheets/content_pages.scss */
.content-page .writeup-toc-restore-button {
  position: sticky;
  top: 1rem;
  z-index: 20;
  display: none;
  float: right;
  margin: 0 0 0.75rem 0.75rem;
}

/* line 659, app/assets/stylesheets/content_pages.scss */
.content-page .writeup-wrapper.toc-collapsed .writeup-toc-restore-button {
  display: inline-flex;
}

/* line 663, app/assets/stylesheets/content_pages.scss */
.content-page .table-of-content ul {
  display: grid;
  gap: 0.35rem;
}

/* line 668, app/assets/stylesheets/content_pages.scss */
.content-page .table-of-content li {
  min-width: 0;
}

/* line 672, app/assets/stylesheets/content_pages.scss */
.content-page .toc-anchor {
  padding-left: 0.65rem;
  color: rgba(226, 232, 240, 0.84);
  font-size: 0.95rem;
  line-height: 1.35;
  overflow-wrap: anywhere;
  word-break: normal;
}

/* line 681, app/assets/stylesheets/content_pages.scss */
.content-page .toc-anchor:hover {
  color: #7dd3fc;
  text-decoration: none;
}

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

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

/* line 703, app/assets/stylesheets/content_pages.scss */
.timeline-shell {
  padding: 1.5rem 0 4rem;
}

/* line 707, app/assets/stylesheets/content_pages.scss */
.timeline-page .timeline {
  margin: 0;
  border-radius: 8px;
  background: rgba(24, 36, 58, 0.82);
}

/* line 713, app/assets/stylesheets/content_pages.scss */
.timeline-page .timeline-content {
  display: block;
  border: 1px solid rgba(93, 116, 158, 0.45);
  border-radius: 8px;
  background: rgba(10, 16, 26, 0.34);
  color: inherit;
  text-decoration: none;
  transition: background-color 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

/* line 723, app/assets/stylesheets/content_pages.scss */
.timeline-page .timeline-content:hover {
  border-color: rgba(125, 211, 252, 0.85);
  background: rgba(10, 16, 26, 0.5);
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.18);
  transform: translateY(-2px);
}

/* line 730, app/assets/stylesheets/content_pages.scss */
.timeline-page .timeline-title {
  display: block;
  color: #7dd3fc;
  font-weight: 800;
}

/* line 736, app/assets/stylesheets/content_pages.scss */
.landing-page {
  padding: 0 1rem 4rem;
}

/* line 740, app/assets/stylesheets/content_pages.scss */
.landing-page #landing-top,
.landing-page #landing-bottom {
  width: calc(100% - 2rem);
  max-width: 72rem;
  margin: 0 auto;
}

/* line 747, app/assets/stylesheets/content_pages.scss */
.landing-page #landing-top {
  min-height: 100dvh;
  padding: 5rem 0 3rem;
}

/* line 752, app/assets/stylesheets/content_pages.scss */
.landing-page #landing-bottom {
  padding-top: 3rem;
}

/* line 756, app/assets/stylesheets/content_pages.scss */
.landing-page h1 {
  font-size: 4rem;
  line-height: 1;
}

/* line 761, app/assets/stylesheets/content_pages.scss */
.landing-page .writeup-card {
  width: auto;
  min-width: 0;
  padding: 1.25rem;
  border-radius: 8px;
  background: rgba(24, 36, 58, 0.82);
}

/* line 769, app/assets/stylesheets/content_pages.scss */
.landing-page .writeup-card > a {
  display: block;
  width: 100%;
}

/* line 774, app/assets/stylesheets/content_pages.scss */
.landing-page .info-cards-container,
.landing-page .landing-writeup-cards {
  width: 100%;
}

/* line 779, app/assets/stylesheets/content_pages.scss */
.landing-page .landing-writeup-cards {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1rem;
  align-items: stretch;
  max-width: 72rem;
  margin: 0 auto;
}

/* line 788, app/assets/stylesheets/content_pages.scss */
.landing-page .landing-writeup-cards .blog-post-entry {
  display: flex;
  min-height: 0;
}

/* line 793, app/assets/stylesheets/content_pages.scss */
.landing-page .landing-writeup-cards .blog-post-card {
  width: 100%;
  height: 100%;
}

/* line 798, app/assets/stylesheets/content_pages.scss */
.landing-page .landing-writeup-cards .blog-post-card-content,
.landing-page .landing-writeup-cards .blog-post-card-details {
  min-width: 0;
}

/* line 803, app/assets/stylesheets/content_pages.scss */
.landing-page .landing-writeup-cards .blog-post-card-details {
  gap: 0.75rem;
}

/* line 807, app/assets/stylesheets/content_pages.scss */
.landing-page .info-cards-container {
  margin-right: 0;
  margin-left: 0;
}

/* line 812, app/assets/stylesheets/content_pages.scss */
.landing-page .profile-card > .mt-6 {
  justify-content: space-around;
  width: 100%;
  gap: 1rem !important;
}

/* line 818, app/assets/stylesheets/content_pages.scss */
.landing-page .profile-card > .mt-6 > div {
  min-width: 4rem;
  flex: 1 1 0;
}

/* line 823, app/assets/stylesheets/content_pages.scss */
.landing-page .profile-card > .mt-6 p {
  white-space: nowrap;
}

/* line 827, app/assets/stylesheets/content_pages.scss */
.landing-page .profile-card {
  width: 100%;
}

/* line 831, app/assets/stylesheets/content_pages.scss */
.landing-page .profile-card h3,
.landing-page .profile-card > p {
  width: 100%;
}

/* line 836, app/assets/stylesheets/content_pages.scss */
.landing-page .info-cards-container .writeup-card {
  min-height: 0;
}

/* line 840, app/assets/stylesheets/content_pages.scss */
.landing-page .ctfteam-card,
.landing-page .university-card {
  justify-content: center;
  min-height: 14rem;
}

@media (max-width: 720px) {
  /* line 847, app/assets/stylesheets/content_pages.scss */
  .content-hero,
.landing-page #landing-top {
    padding-top: 4.25rem;
  }
  /* line 852, app/assets/stylesheets/content_pages.scss */
  .content-hero-inner,
.timeline-shell,
.content-page .ctf-cards-container,
.content-page .blog-posts-container,
.content-page .writeup-content,
.content-page .ctf-header-section,
.content-page .blog-header-section,
.landing-page #landing-top,
.landing-page #landing-bottom {
    width: calc(100% - 3.5rem);
    margin-right: 1rem;
    margin-left: 2.5rem;
  }
  /* line 866, app/assets/stylesheets/content_pages.scss */
  .content-hero h1,
.landing-page h1 {
    font-size: 2.4rem;
  }
  /* line 871, app/assets/stylesheets/content_pages.scss */
  .content-page .ctf-header-section,
.content-page .blog-header-section {
    align-items: stretch;
    flex-direction: column;
  }
  /* line 877, app/assets/stylesheets/content_pages.scss */
  .content-page .ctf-header-right,
.content-page .blog-header-right {
    justify-content: flex-start;
  }
  /* line 882, app/assets/stylesheets/content_pages.scss */
  .content-page .ctf-card {
    grid-template-columns: 1fr;
  }
  /* line 886, app/assets/stylesheets/content_pages.scss */
  .content-page .ctf-details {
    flex-direction: column;
  }
  /* line 890, app/assets/stylesheets/content_pages.scss */
  .content-page .ctf-card img {
    width: 5rem;
    height: 5rem;
  }
  /* line 895, app/assets/stylesheets/content_pages.scss */
  .content-page .blog-post-card-content {
    flex-direction: column;
  }
  /* line 899, app/assets/stylesheets/content_pages.scss */
  .content-page .blog-post-card-logo {
    min-width: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(93, 116, 158, 0.45);
  }
  /* line 905, app/assets/stylesheets/content_pages.scss */
  .timeline-page .timeline {
    --timeline-padding: 1.25rem;
  }
  /* line 909, app/assets/stylesheets/content_pages.scss */
  .timeline-page .timeline::before {
    left: 1.25rem;
  }
  /* line 913, app/assets/stylesheets/content_pages.scss */
  .timeline-page .timeline-item {
    padding-left: 1.25rem;
  }
  /* line 917, app/assets/stylesheets/content_pages.scss */
  .content-page .writeup-wrapper {
    width: calc(100% - 3.5rem);
    margin-right: 1rem;
    margin-left: 2.5rem;
  }
  /* line 923, app/assets/stylesheets/content_pages.scss */
  .content-page .writeup-container {
    padding: 1rem;
  }
  /* line 927, app/assets/stylesheets/content_pages.scss */
  .content-page #toc,
.content-page .table-of-content,
.content-page #toc-toggle,
.content-page .toc-toggle-button,
.content-page .writeup-toc-restore-button {
    display: none !important;
  }
  /* line 935, app/assets/stylesheets/content_pages.scss */
  .content-page .writeup-title {
    font-size: 2rem;
  }
  /* line 939, app/assets/stylesheets/content_pages.scss */
  .landing-page .info-cards-container,
.landing-page .landing-writeup-cards {
    align-items: stretch;
  }
  /* line 944, app/assets/stylesheets/content_pages.scss */
  .landing-page .writeup-card {
    width: 100% !important;
  }
}

@media (max-width: 720px), (max-height: 760px) {
  /* line 950, app/assets/stylesheets/content_pages.scss */
  .landing-page #scroll-down-button {
    display: none;
  }
}

@media (min-width: 721px) and (max-width: 1400px) {
  /* line 956, app/assets/stylesheets/content_pages.scss */
  .content-page .writeup-wrapper {
    flex-direction: column;
    align-items: center;
    width: calc(100% - 6rem);
    max-width: none;
    margin-right: 1rem;
    margin-left: 5rem;
  }
  /* line 965, app/assets/stylesheets/content_pages.scss */
  .content-page .writeup-container {
    width: 100%;
    max-width: 100%;
  }
  /* line 970, app/assets/stylesheets/content_pages.scss */
  .content-page #toc,
.content-page .table-of-content,
.content-page #toc-toggle,
.content-page .toc-toggle-button,
.content-page .writeup-toc-restore-button {
    display: none !important;
  }
}

@media (max-width: 640px) {
  /* line 980, app/assets/stylesheets/content_pages.scss */
  .content-page .next-previous-writeups,
.content-page .writeup-challengefiles {
    align-items: center;
    flex-direction: column;
    gap: 1rem;
  }
  /* line 987, app/assets/stylesheets/content_pages.scss */
  .content-page .previous-writeup-btn,
.content-page .next-writeup-btn {
    justify-content: center;
  }
}

@media (max-width: 380px) {
  /* line 994, app/assets/stylesheets/content_pages.scss */
  .content-hero-inner,
.timeline-shell,
.content-page .ctf-cards-container,
.content-page .blog-posts-container,
.content-page .writeup-content,
.content-page .ctf-header-section,
.content-page .blog-header-section,
.content-page .writeup-wrapper,
.landing-page #landing-top,
.landing-page #landing-bottom {
    width: calc(100% - 3.25rem);
    margin-right: 1rem;
    margin-left: 2.25rem;
  }
  /* line 1009, app/assets/stylesheets/content_pages.scss */
  .content-hero h1,
.landing-page h1 {
    font-size: 2rem;
  }
  /* line 1014, app/assets/stylesheets/content_pages.scss */
  .content-hero h1 {
    min-width: 0;
    overflow-wrap: anywhere;
  }
  /* line 1019, app/assets/stylesheets/content_pages.scss */
  .content-hero-title-row {
    gap: 0.75rem;
  }
  /* line 1023, app/assets/stylesheets/content_pages.scss */
  .content-hero-icon-wrap {
    width: 3.5rem;
    height: 3.5rem;
  }
  /* line 1028, app/assets/stylesheets/content_pages.scss */
  .content-hero-icon {
    width: 2.25rem;
    height: 2.25rem;
  }
  /* line 1033, app/assets/stylesheets/content_pages.scss */
  .landing-page .profile-card > .mt-6 {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.5rem !important;
  }
  /* line 1039, app/assets/stylesheets/content_pages.scss */
  .landing-page .profile-card > .mt-6 > div {
    min-width: 0;
  }
  /* line 1043, app/assets/stylesheets/content_pages.scss */
  .landing-page .profile-card h3 {
    font-size: 1.35rem;
    line-height: 1.2;
  }
  /* line 1048, app/assets/stylesheets/content_pages.scss */
  .landing-page .profile-card > .mt-6 p:first-child {
    font-size: 1.55rem;
    line-height: 1.1;
  }
  /* line 1053, app/assets/stylesheets/content_pages.scss */
  .landing-page .profile-card > .mt-6 p:last-child {
    font-size: 0.85rem;
  }
}

/* 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: clamp(2rem, calc(var(--taskbar-icon-size) * 0.62), 2.75rem);
  height: clamp(2rem, calc(var(--taskbar-icon-size) * 0.62), 2.75rem);
  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: clamp(0.75rem, 1.25vmin, 0.9rem);
  line-height: 1.35;
}

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

/* line 20, 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 26, app/assets/stylesheets/application.scss */
.back-button:hover, .collapse-toc-button:hover {
  transform: scale(1.1);
  background-color: #334461;
  cursor: pointer;
}

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

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

/* line 44, 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 67, app/assets/stylesheets/application.scss */
#taskbar-left.expanded {
  width: calc(var(--taskbar-size) * 3);
  opacity: 1;
  pointer-events: auto;
}

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

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

/* line 82, 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 91, app/assets/stylesheets/application.scss */
.taskbar-label {
  opacity: 0;
  margin: 1dvh;
  color: white;
  font-size: 2vmin;
}

/* line 98, 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 105, 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 111, 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 119, 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 133, app/assets/stylesheets/application.scss */
.menu-icon:hover {
  transform: scale(1.1);
  background-color: #ccffff;
}

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

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

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

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

/* line 161, 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 172, 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 193, app/assets/stylesheets/application.scss */
#terminal-container.terminal-minimized {
  transform: translate(-50%, -50%) scale(0.01);
  opacity: 0;
  pointer-events: none;
}

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

/* line 203, 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 215, 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 226, app/assets/stylesheets/application.scss */
.terminal-button:hover {
  transform: scale(1.5);
}

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

/* line 238, 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 250, app/assets/stylesheets/application.scss */
.button-icon {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

/* line 256, 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 264, app/assets/stylesheets/application.scss */
.terminal-content::-webkit-scrollbar {
  width: 0;
  height: 0;
}
