/*!tailwindcss v4.2.1 | 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;
    --color-gray-100: oklch(96.7% 0.003 264.542);
    --color-gray-400: oklch(70.7% 0.022 261.325);
    --color-gray-500: oklch(55.1% 0.027 264.364);
    --color-gray-900: oklch(21% 0.034 264.665);
    --color-white: #fff;
    --spacing: 0.25rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-primary: #7c3aed;
    --color-secondary: #a855f7;
    --color-info: #3b82f6;
    --color-warning: #ecd948;
  }
}@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{.absolute {
    position: absolute;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .end {
    inset-inline-end: var(--spacing);
  }
  .my-1 {
    margin-block: calc(var(--spacing) * 1);
  }
  .my-3 {
    margin-block: calc(var(--spacing) * 3);
  }
  .me-2 {
    margin-inline-end: calc(var(--spacing) * 2);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mb-0 {
    margin-bottom: calc(var(--spacing) * 0);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .ml-1 {
    margin-left: calc(var(--spacing) * 1);
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .grid {
    display: grid;
  }
  .inline-flex {
    display: inline-flex;
  }
  .size-6 {
    width: calc(var(--spacing) * 6);
    height: calc(var(--spacing) * 6);
  }
  .h-auto {
    height: auto;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-full {
    width: 100%;
  }
  .max-w-\[256px\] {
    max-width: 256px;
  }
  .max-w-full {
    max-width: 100%;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .items-center {
    align-items: center;
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-0 {
    border-style: var(--tw-border-style);
    border-width: 0px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-warning {
    border-color: var(--color-warning);
  }
  .border-white\/10 {
    border-color: color-mix(in srgb, #fff 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-white) 10%, transparent);
    }
  }
  .bg-gray-100 {
    background-color: var(--color-gray-100);
  }
  .bg-primary {
    background-color: var(--color-primary);
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-warning\/20 {
    background-color: color-mix(in srgb, #ecd948 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-warning) 20%, transparent);
    }
  }
  .p-0 {
    padding: calc(var(--spacing) * 0);
  }
  .p-1 {
    padding: calc(var(--spacing) * 1);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .py-0\.5 {
    padding-block: calc(var(--spacing) * 0.5);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .pt-2 {
    padding-top: calc(var(--spacing) * 2);
  }
  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }
  .pb-2 {
    padding-bottom: calc(var(--spacing) * 2);
  }
  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }
  .text-center {
    text-align: center;
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .text-gray-500 {
    color: var(--color-gray-500);
  }
  .text-info {
    color: var(--color-info);
  }
  .text-primary {
    color: var(--color-primary);
  }
  .text-secondary {
    color: var(--color-secondary);
  }
  .text-warning {
    color: var(--color-warning);
  }
  .text-white {
    color: var(--color-white);
  }
  .hover\:bg-primary\/90 {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, #7c3aed 90%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-primary) 90%, transparent);
        }
      }
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .lg\:order-1 {
    @media (width >= 64rem) {
      order: 1;
    }
  }
  .lg\:order-2 {
    @media (width >= 64rem) {
      order: 2;
    }
  }
  .lg\:col-span-4 {
    @media (width >= 64rem) {
      grid-column: span 4 / span 4;
    }
  }
  .lg\:col-span-8 {
    @media (width >= 64rem) {
      grid-column: span 8 / span 8;
    }
  }
  .lg\:col-span-12 {
    @media (width >= 64rem) {
      grid-column: span 12 / span 12;
    }
  }
  .lg\:grid-cols-12 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(12, minmax(0, 1fr));
    }
  }
  .dark\:bg-gray-900 {
    &:where(.dark, .dark *) {
      background-color: var(--color-gray-900);
    }
  }
  .dark\:text-gray-100 {
    &:where(.dark, .dark *) {
      color: var(--color-gray-100);
    }
  }
  .dark\:text-gray-400 {
    &:where(.dark, .dark *) {
      color: var(--color-gray-400);
    }
  }
}html{font-size:16px;overflow-x:hidden;overflow-y:hidden;height:100%}body{overflow-x:hidden;overflow-y:scroll;height:100%;min-height:100%}:root{--topbar-height:4rem;--sidebar-width:5rem}.icon{display:inline-flex;align-items:center}.icon svg{width:100%;height:100%;flex-shrink:0}.icon--sm{width:1rem;height:1rem}.icon--md{width:1.25rem;height:1.25rem}.icon--lg{width:1.5rem;height:1.5rem}main{background-color:transparent!important;flex:1}footer{margin-top:auto;padding:1rem 2rem}.content-with-sidebar{margin-left:var(--sidebar-width);display:flex;flex-direction:column;min-height:100vh}@media(max-width:768px){.content-with-sidebar{margin-left:0}}.layout-container{max-width:1200px;margin:2rem auto 0;padding:0 1.5rem;flex:1}@media(max-width:768px){.layout-container{padding-left:1rem;padding-right:1rem}}.sidebar{width:var(--sidebar-width);background-color:rgba(17,24,39,.5);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-right:1px solid rgba(55,65,81,.5);position:fixed;left:0;top:0;height:100vh;z-index:50;display:flex;flex-direction:column;padding:1rem 0;overflow:hidden;transition:transform .3s ease}@media(max-width:768px){.sidebar{background-color:rgba(17,24,39,.95);transform:translateX(-100%)}.sidebar.open{transform:translateX(0);pointer-events:auto;z-index:50}}.sidebar-menu{list-style:none;padding:0;margin:0;flex:1;display:flex;flex-direction:column;gap:.25rem}.sidebar-link{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:.75rem;margin:0 .5rem;border-radius:.5rem;color:#d1d5db;text-decoration:none;transition:color .15s,background-color .15s}.sidebar-link:hover{color:#fff;background-color:rgba(55,65,81,.5)}.sidebar-item.active .sidebar-link{color:#fff;background-color:rgba(55,65,81,.5)}.sidebar-link svg,.sidebar-link i{width:1.5rem;height:1.5rem;flex-shrink:0}.sidebar-text{font-size:.875rem;white-space:nowrap;overflow:hidden;display:none}@media(min-width:769px){.sidebar-text{display:none}}.sidebar-footer{margin-top:auto;padding:1rem .5rem;flex-shrink:0;display:flex;justify-content:center;align-items:center;border-top:1px solid rgba(55,65,81,.5)}.sidebar-footer .sidebar-capy{max-width:100%;width:48px;height:auto;object-fit:contain}.topbar-burger{display:none;align-items:center;justify-content:center;flex-shrink:0;width:2.5rem;height:2.5rem;border-radius:.5rem;border:none;background:0 0;color:#d1d5db;cursor:pointer;transition:color .15s,background-color .15s}.topbar-burger:hover{color:#fff;background-color:rgba(55,65,81,.5)}.topbar-burger svg{width:1.5rem;height:1.5rem}@media(max-width:768px){.topbar-burger{display:flex}}.topbar{height:var(--topbar-height);min-height:var(--topbar-height);flex-shrink:0;display:flex;align-items:center;border-bottom:1px solid rgba(55,65,81,.4);background-color:rgba(17,24,39,.8);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);padding:0 1.5rem}.topbar-content{width:100%;display:flex;align-items:center;gap:1rem}.topbar-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:2.5rem;height:2.5rem;border-radius:.5rem;cursor:pointer;background:0 0;color:#d1d5db;transition:color .15s,background-color .15s}.topbar-icon:hover{color:#fff;background-color:rgba(55,65,81,.5)}.topbar-icon svg{width:1.5rem;height:1.5rem}.topbar-title{flex:1;display:flex;justify-content:center}.topbar-title-text{margin:0;font-size:1.25rem;font-weight:600;color:#fff;text-align:center}.topbar-actions{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.topbar-actions button{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:.5rem;color:#d1d5db;transition:color .15s,background-color .15s}.topbar-actions button:hover{color:#fff;background-color:rgba(55,65,81,.5)}.topbar-actions svg{width:1.25rem;height:1.25rem}.theme-icon{display:inline-flex;align-items:center}.post-list-card{display:flex;flex-direction:column;height:100%;border-radius:.5rem;border:1px solid rgba(55,65,81,.5);background-color:rgba(17,24,39,.5);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);overflow:hidden}.post-list-card-header{border-bottom:1px solid rgba(55,65,81,.5);padding:.75rem 1rem}.post-list-card-title{margin:0;font-size:1.125rem;font-weight:600;color:#fff}.post-list-card-summary{flex:1;padding:1rem;font-size:.875rem;line-height:1.5;color:#d1d5db}.post-list-card-footer{border-top:1px solid rgba(55,65,81,.5);padding:.75rem 1rem}.post-list-card-link{display:inline-flex;align-items:center;padding:.375rem .75rem;font-size:.875rem;border-radius:.5rem;color:#d1d5db;text-decoration:none;transition:color .15s,background-color .15s}.post-list-card-link:hover{color:#fff;background-color:rgba(55,65,81,.5)}.inline-svg{display:inline-flex;align-items:center}.inline-svg svg{width:1em;height:1em;fill:currentColor}.post-single{max-width:800px;margin:0 auto}.post-header{border-bottom:1px solid rgba(255,255,255,.1);padding-bottom:1rem}.post-header h1{font-size:2.5rem;font-weight:700;line-height:1.2}.post-meta{font-size:.95rem;opacity:.8}.post-content{line-height:1.8;font-size:1.1rem}main h1{color:#7c3aed;margin-top:0;margin-bottom:1.5rem;font-size:2rem;font-weight:700}main h2{color:#7c3aed;margin-top:2.5rem;margin-bottom:1.5rem;font-size:1.75rem;font-weight:600}main h3{color:#a855f7;margin-top:2rem;margin-bottom:1rem;font-size:1.5rem;font-weight:600}main h4{color:#a855f7;margin-top:1.5rem;margin-bottom:.75rem;font-size:1.25rem;font-weight:600}main h5{color:#c084fc;margin-top:1.25rem;margin-bottom:.5rem;font-size:1.1rem;font-weight:600}main h6{color:#c084fc;margin-top:1rem;margin-bottom:.5rem;font-size:1rem;font-weight:600}.post-content p{margin-bottom:1.25rem}.post-content ul,.post-content ol{margin-bottom:1.25rem;padding-left:2rem}.post-content li{margin-bottom:.5rem}.post-content code{background-color:rgba(124,58,237,.2);padding:.2rem .4rem;border-radius:.25rem;font-size:.9em}.post-content pre{background-color:rgba(0,0,0,.3);padding:1rem;border-radius:.5rem;overflow-x:auto;margin-bottom:1.5rem}.post-content pre code{background-color:transparent;padding:0}.post-content blockquote{border-left:4px solid #7c3aed;padding-left:1.5rem;margin:1.5rem 0;opacity:.9;font-style:italic}.post-content strong{color:#7c3aed;font-weight:600}.post-toc{font-size:.95rem}.post-toc ul{list-style:none;padding-left:0;margin-bottom:0}.post-toc li{margin-bottom:.35rem}.post-toc a{color:rgba(255,255,255,.7);text-decoration:none}.post-toc a:hover{color:#a855f7}.post-footer{border-top:1px solid rgba(255,255,255,.1);padding-top:1.5rem}.resume-date{display:block}@property --tw-rotate-x{syntax: "*";
  inherits: false;
}@property --tw-rotate-y{syntax: "*";
  inherits: false;
}@property --tw-rotate-z{syntax: "*";
  inherits: false;
}@property --tw-skew-x{syntax: "*";
  inherits: false;
}@property --tw-skew-y{syntax: "*";
  inherits: false;
}@property --tw-border-style{syntax: "*";
  inherits: false;
  initial-value: solid;
}@property --tw-font-weight{syntax: "*";
  inherits: false;
}@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-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-font-weight: initial;
    }
  }
}