/*! tailwindcss v4.1.13 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .table {
    display: table;
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
}
.tag-nav {
  text-align: center;
  margin-bottom: 1.5rem;
}
.tag-link {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  border-radius: 9999px;
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: none;
  margin: 0.25rem;
  transition: transform 0.2s;
}
.tag-link:hover {
  transform: translateY(-2px);
}
.tag-filter.active {
  transform: scale(1.1);
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.3);
}
.post-header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 1rem;
}
.post-tags {
  display: flex;
  gap: 0.5rem;
  flex-shrink: 0;
}
@layer base {
  body {
    background: rgb( 15 23 42 );
    color: rgb(226 232 240);
    font-family: "Menlo", "Monaco", "Consolas", "Liberation Mono", "Courier New", monospace;
    min-height: 100vh;
    transition: background-color 0.3s ease, color 0.3s ease;
  }
  body.light-mode {
    background: rgb(248 250 252);
    color: rgb(30 41 59);
  }
  ::selection {
    background-color: rgb(34 197 94);
    color: rgb(15 23 42);
  }
  body.light-mode ::selection {
    background-color: rgb(59 130 246);
    color: rgb(255 255 255);
  }
}
@layer components {
  .main-container {
    max-width: 56rem;
    margin: 0 auto;
    padding: 2rem 1rem;
    min-height: 100vh;
  }
  .header {
    text-align: center;
    margin-bottom: 3rem;
    border-bottom: 2px solid rgb(34 197 94);
    padding-bottom: 2rem;
    transition: border-color 0.3s ease;
  }
  body.light-mode .header {
    border-bottom-color: rgb(59 130 246);
  }
  .header-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.5rem;
  }
  .site-title {
    font-size: 3rem;
    font-weight: 700;
    color: rgb(34 197 94);
    margin: 0;
    text-shadow: 0 0 20px rgb(34 197 94 / 0.5);
    letter-spacing: -0.05em;
    transition: color 0.3s ease, text-shadow 0.3s ease;
  }
  body.light-mode .site-title {
    color: rgb(59 130 246);
    text-shadow: 0 2px 10px rgb(59 130 246 / 0.3);
  }
  .site-subtitle {
    font-size: 1rem;
    color: rgb(148 163 184);
    font-family: ui-sans-serif, system-ui, sans-serif;
    font-weight: 300;
    margin-bottom: 0;
    transition: color 0.3s ease;
  }
  body.light-mode .site-subtitle {
    color: rgb(71 85 105);
  }
  .theme-toggle {
    background: rgb(30 41 59);
    border: 2px solid rgb(34 197 94);
    border-radius: 50%;
    width: 3rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 1.2rem;
  }
  .theme-toggle:hover {
    background: rgb(34 197 94);
    transform: scale(1.1);
  }
  body.light-mode .theme-toggle {
    background: rgb(248 250 252);
    border-color: rgb(59 130 246);
  }
  body.light-mode .theme-toggle:hover {
    background: rgb(59 130 246);
  }
  .terminal-prompt {
    color: rgb(34 197 94);
    margin-right: 0.5rem;
    transition: color 0.3s ease;
  }
  body.light-mode .terminal-prompt {
    color: rgb(59 130 246);
  }
  .section-header {
    font-size: 1.5rem;
    color: rgb(34 197 94);
    margin: 2rem 0 1rem 0;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: color 0.3s ease;
  }
  body.light-mode .section-header {
    color: rgb(59 130 246);
  }
  .section-header::before {
    content: ">";
    color: rgb(34 197 94);
    font-weight: 700;
    transition: color 0.3s ease;
  }
  body.light-mode .section-header::before {
    color: rgb(59 130 246);
  }
  .post-card {
    background: rgb(30 41 59);
    border: 1px solid rgb(51 65 85);
    border-radius: 0.5rem;
    margin-bottom: 1.5rem;
    padding: 1.5rem;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
  }
  .post-card:hover {
    border-color: rgb(34 197 94);
    box-shadow: 0 4px 20px rgb(34 197 94 / 0.2);
    transform: translateY(-2px);
  }
  body.light-mode .post-card {
    background: rgb(255 255 255);
    border-color: rgb(226 232 240);
    box-shadow: 0 2px 8px rgb(0 0 0 / 0.1);
  }
  body.light-mode .post-card:hover {
    border-color: rgb(59 130 246);
    box-shadow: 0 8px 25px rgb(59 130 246 / 0.2);
  }
  .post-title {
    color: rgb(226 232 240);
    text-decoration: none;
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    display: block;
    transition: color 0.3s ease;
  }
  .post-title:hover {
    color: rgb(34 197 94);
  }
  body.light-mode .post-title {
    color: rgb(30 41 59);
  }
  body.light-mode .post-title:hover {
    color: rgb(59 130 246);
  }
  .post-date {
    color: rgb(148 163 184);
    font-size: 0.875rem;
    font-family: ui-sans-serif, system-ui, sans-serif;
    margin-bottom: 1rem;
    transition: color 0.3s ease;
  }
  body.light-mode .post-date {
    color: rgb(71 85 105);
  }
  .post-date::before {
    content: "📅 ";
    margin-right: 0.25rem;
  }
  .post-content {
    color: rgb(203 213 225);
    line-height: 1.6;
    font-family: ui-sans-serif, system-ui, sans-serif;
    transition: color 0.3s ease;
  }
  body.light-mode .post-content {
    color: rgb(51 65 85);
  }
  .post-content p {
    margin-bottom: 1rem;
  }
  .post-content code {
    background: rgb(15 23 42);
    color: rgb(34 197 94);
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
    font-size: 0.875rem;
    transition: all 0.3s ease;
  }
  body.light-mode .post-content code {
    background: rgb(241 245 249);
    color: rgb(59 130 246);
  }
  .post-content img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 1rem 0;
    cursor: pointer;
    transition: transform 0.2s ease;
  }
  .post-content img:hover {
    transform: scale(1.02);
  }
  .ascii-art {
    font-family: "Courier New", monospace;
    font-size: 0.75rem;
    color: rgb(34 197 94);
    text-align: center;
    margin: 2rem 0;
    white-space: pre;
    opacity: 0.7;
    transition: color 0.3s ease;
  }
  body.light-mode .ascii-art {
    color: rgb(59 130 246);
  }
  .footer {
    text-align: center;
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid rgb(51 65 85);
    color: rgb(148 163 184);
    font-size: 0.875rem;
    transition: all 0.3s ease;
  }
  body.light-mode .footer {
    border-top-color: rgb(226 232 240);
    color: rgb(71 85 105);
  }
  .status-indicator {
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: rgb(34 197 94);
    border-radius: 50%;
    margin-right: 0.5rem;
    animation: pulse 2s infinite;
    transition: background-color 0.3s ease;
  }
  body.light-mode .status-indicator {
    background-color: rgb(59 130 246);
  }
  @media (max-width: 768px) {
    .header-top {
      flex-direction: column;
      gap: 1rem;
    }
    .site-title {
      font-size: 2rem;
    }
    .theme-toggle {
      width: 2.5rem;
      height: 2.5rem;
      font-size: 1rem;
    }
  }
  @keyframes pulse {
    0%, 100% {
      opacity: 1;
    }
    50% {
      opacity: 0.5;
    }
  }
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@keyframes pulse {
  50% {
    opacity: 0.5;
  }
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
    }
  }
}
