@import "tailwindcss";@theme{--color-flash-pink: #ff006e;
  --color-flash-cyan: #00f5d4;
  --color-flash-magenta: #9b5de5;
  --color-flash-yellow: #fee440;
  --color-flash-orange: #ff6b35;
  --color-flash-blue: #00bbf9;
  --color-flash-violet: #7b2cbf;
  --color-bg-deep: #0f0a1f;
  --color-bg-card: #f1f5f9;
  --color-text-on-dark: #cbd5e1;
  --color-text-on-dark-muted: #94a3b8;
  --color-text-on-dark-heading: #e2e8f0;
  --color-text-on-card: #0f172a;
  --color-text-on-card-muted: #475569;
  --font-display: "Outfit", system-ui, sans-serif;
}@import 'https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&display=swap';@import 'https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500;600&display=swap';@layer base{html{scroll-behavior:smooth}body{font-family:var(--font-display);@apply leading-relaxed antialiased}.site-header{position:sticky;top:0;z-index:50}html.theme-dark .site-body{color:#cbd5e1;background:linear-gradient(135deg,#0c1222 0%,#1e1b4b 35%,#312e81 65%,#1e3a5f 100%);background-attachment:fixed}html.theme-dark .site-header{background:rgba(12,18,34,.88);border-bottom:1px solid rgba(255,255,255,.1);box-shadow:0 4px 30px rgba(99,102,241,.12)}html.theme-dark .site-footer{background:rgba(12,18,34,.7);border-top:1px solid rgba(255,255,255,.1)}html.theme-dark .site-header,html.theme-dark .site-footer{backdrop-filter:blur(24px)}html.theme-light .site-body{color:#1e293b;background:linear-gradient(135deg,#f8fafc 0%,#f1f5f9 50%,#e2e8f0 100%);background-attachment:fixed}html.theme-light .site-header{background:rgba(255,255,255,.9);border-bottom:1px solid rgba(0,0,0,8%);box-shadow:0 1px 3px rgba(0,0,0,6%)}html.theme-light .site-footer{background:rgba(248,250,252,.95);border-top:1px solid rgba(0,0,0,8%)}html.theme-light .site-header,html.theme-light .site-footer{backdrop-filter:blur(12px)}.theme-toggle{color:#67e8f9}html.theme-dark .theme-toggle:hover{background:rgba(255,255,255,.1);color:#a78bfa}html.theme-light .theme-toggle{color:#7c3aed}html.theme-light .theme-toggle:hover{background:rgba(124,58,237,.1);color:#5b21b6}.theme-toggle .hidden{display:none}html.theme-dark .theme-mobile-menu-btn:hover{background:rgba(255,255,255,.1)}html.theme-dark .theme-mobile-menu-btn svg{color:#67e8f9}html.theme-light .theme-mobile-menu-btn{color:#7c3aed}html.theme-light .theme-mobile-menu-btn:hover{background:rgba(0,0,0,6%)}html.theme-light .theme-mobile-menu-btn svg{color:inherit}html.theme-light #mobile-menu{border-top-color:rgba(0,0,0,8%)}}@layer components{.btn-primary{@apply font-semibold py-2.5 px-5 rounded-xl transition-all duration-300;background:linear-gradient(135deg,var(--color-flash-pink),var(--color-flash-magenta));color:#fff;box-shadow:0 4px 20px rgba(255,0,110,.4)}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 28px rgba(255,0,110,.5)}.btn-secondary{@apply font-medium py-2 px-4 rounded-xl transition-all duration-200;background:rgba(255,255,255,.12);color:var(--color-flash-cyan);border:1px solid rgba(0,245,212,.4)}.btn-secondary:hover{background:rgba(0,245,212,.15);border-color:var(--color-flash-cyan)}.card{@apply relative transition-all duration-300 overflow-hidden;padding:1.5rem 1.5rem 1.5rem 2rem;border-radius:0 1.25rem 1.25rem 0;background:linear-gradient(135deg,#faf5ff 0%,#f0f9ff 100%);border:1px solid rgba(139,92,246,.2);border-left:4px solid transparent;border-left-color:#a78bfa;box-shadow:0 4px 24px rgba(139,92,246,8%),0 1px rgba(255,255,255,.6)inset;color:var(--color-text-on-card)}.card:hover{transform:translateY(-3px)translateX(4px);border-left-width:6px;border-left-color:#7c3aed;box-shadow:0 12px 40px rgba(139,92,246,.18),0 1px rgba(255,255,255,.6)inset;background:linear-gradient(135deg,#f5f0ff 0%,#ecfeff 100%)}.gradient-text{background:linear-gradient(135deg,var(--color-flash-cyan),var(--color-flash-pink),var(--color-flash-magenta));background-size:200%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:gradient-shift 6s ease infinite}.nav-link{@apply font-medium transition-all duration-200 text-lg;color:var(--color-text-on-dark-heading)}.nav-link:hover{color:var(--color-flash-cyan);text-shadow:0 0 20px rgba(0,245,212,.4)}.nav-link.active{color:var(--color-flash-pink);font-weight:600;text-shadow:0 0 24px rgba(255,0,110,.5)}}@keyframes gradient-shift{0%,100%{background-position:0}50%{background-position:100%}}h2{@apply text-2xl my-4 font-bold;color:#67e8f9}@layer components{h3{@apply text-xl my-4 font-bold;color:#c084fc}}h4{@apply my-4 font-bold;color:#fcd34d}p{@apply mt-2 text-justify}code,kbd,pre,samp{overflow:auto}p code{color:#67e8f9;@apply text-base font-semibold;background:rgba(103,232,249,.15);@apply px-1.5 py-0.5 rounded}p a{color:#f472b6;@apply underline text-base font-medium;text-underline-offset:3px}p a:hover{color:#67e8f9}.highlight{@apply my-4 block rounded-xl overflow-hidden;box-shadow:0 4px 24px rgba(0,0,0,.3)}.highlight>pre{padding:1em 0 1em 1em;background:#1a1625!important;color:#e2e0eb}.highlight div{padding:0 0 0 1em}.highlight div,.highlight>pre{overflow-x:auto}.highlight .chroma .lntable .lnt,.highlight .chroma .lntable .hl{display:flex}.highlight .chroma .lntable .lntd+.lntd{width:100%}blockquote p{@apply italic pl-4;border-left:4px solid var(--color-flash-magenta);color:var(--color-text-on-dark)}article li{@apply list-disc ml-6}body{@apply text-[18px]}html.theme-dark .prose{--tw-prose-body:#cbd5e1;--tw-prose-headings:#e2e8f0;--tw-prose-links:#f472b6;--tw-prose-bold:#e2e8f0;--tw-prose-code:#67e8f9}.tag-pill{@apply px-3 py-1 text-sm font-medium rounded-full transition-all duration-200;background:rgba(155,93,229,.25);color:#67e8f9;border:1px solid rgba(155,93,229,.45)}.tag-pill:hover{background:rgba(155,93,229,.35);border-color:#67e8f9;transform:scale(1.05)}.card .text-gray-900,.card h2,.card h3{color:var(--color-text-on-card)}.card .text-gray-600,.card .text-slate-600{color:var(--color-text-on-card-muted)}.card .text-gray-500,.card .text-slate-500{color:#64748b}.card a{color:#7c3aed;font-weight:600}.card a:hover{color:#a855f7}.card .tag-pill{background:#e9d5ff;color:#5b21b6;border-color:#c4b5fd}.card .tag-pill:hover{background:#ddd6fe;color:#4c1d95;border-color:#a78bfa}html.theme-dark .text-on-dark-heading{color:var(--color-text-on-dark-heading)}html.theme-dark .text-on-dark-muted{color:var(--color-text-on-dark-muted)}.icon-on-gradient{color:#fff}html.theme-dark main{background:0 0}html.theme-dark .post-page,html.theme-dark .post-page .post-article,html.theme-dark .post-page .prose{background:0 0!important}html.theme-dark .post-page,html.theme-dark .post-page .prose{color:var(--color-text-on-dark)}html.theme-dark .post-page .prose p,html.theme-dark .post-page .prose li,html.theme-dark .post-page .prose td,html.theme-dark .post-page .prose th{color:var(--color-text-on-dark)}html.theme-dark .post-page .prose h1,html.theme-dark .post-page .prose h2,html.theme-dark .post-page .prose h3,html.theme-dark .post-page .prose h4,html.theme-dark .post-page .prose h5,html.theme-dark .post-page .prose h6{color:var(--color-text-on-dark-heading)}html.theme-dark .post-page .prose a{color:#f472b6}html.theme-dark .post-page .prose a:hover{color:#67e8f9}html.theme-dark .post-page .prose code{color:#67e8f9;background:rgba(103,232,249,.15)}html.theme-dark .post-page .prose strong{color:var(--color-text-on-dark-heading)}html.theme-dark .post-page .prose blockquote p,html.theme-dark .post-page .prose blockquote{color:var(--color-text-on-dark)}html.theme-dark .post-page header .text-slate-400{color:var(--color-text-on-dark-muted)}html.theme-dark .text-slate-300{color:var(--color-text-on-dark)}html.theme-dark .text-slate-400{color:var(--color-text-on-dark-muted)}html.theme-dark .text-slate-500{color:#94a3b8}html.theme-light .nav-link{color:#475569}html.theme-light .nav-link:hover{color:#7c3aed;text-shadow:none}html.theme-light .nav-link.active{color:#6d28d9;font-weight:600;text-shadow:none}html.theme-light .prose{--tw-prose-body:#334155;--tw-prose-headings:#0f172a;--tw-prose-links:#7c3aed;--tw-prose-bold:#0f172a;--tw-prose-code:#0d9488}html.theme-light main{background:0 0}html.theme-light .post-page,html.theme-light .post-page .post-article,html.theme-light .post-page .prose{background:0 0!important}html.theme-light .post-page,html.theme-light .post-page .prose{color:#334155}html.theme-light .post-page .prose p,html.theme-light .post-page .prose li,html.theme-light .post-page .prose td,html.theme-light .post-page .prose th{color:#334155}html.theme-light .post-page .prose h1,html.theme-light .post-page .prose h2,html.theme-light .post-page .prose h3,html.theme-light .post-page .prose h4,html.theme-light .post-page .prose h5,html.theme-light .post-page .prose h6{color:#0f172a}html.theme-light .post-page .prose a{color:#7c3aed}html.theme-light .post-page .prose a:hover{color:#5b21b6}html.theme-light .post-page .prose code{color:#0d9488;background:rgba(13,148,136,.12)}html.theme-light .post-page .prose blockquote p,html.theme-light .post-page .prose blockquote{color:#475569}html.theme-light .post-page header .text-slate-400{color:#64748b}html.theme-light .text-slate-300{color:#334155}html.theme-light .text-slate-400{color:#64748b}html.theme-light .text-slate-500{color:#64748b}html.theme-light .text-on-dark-heading{color:#0f172a}html.theme-light .text-on-dark-muted{color:#64748b}html.theme-light .home-hero__label{color:#0d9488}html.theme-light .home-hero__tagline{color:#475569}html.theme-light .home-spotlight__link{background:rgba(255,255,255,.85);border-color:rgba(124,58,237,.25)}html.theme-light .home-spotlight__link:hover{background:rgba(248,250,252,.95)}html.theme-light .home-spotlight__meta{color:#64748b}html.theme-light .home-spotlight__title{color:#1e293b}html.theme-light .home-spotlight__link:hover .home-spotlight__title{color:#5b21b6}html.theme-light .home-spotlight__excerpt{color:#64748b}html.theme-light .home-spotlight__cta{color:#7c3aed}html.theme-light .home-spotlight__link:hover .home-spotlight__cta{color:#5b21b6}html.theme-light .home-bento__heading{color:#64748b}html.theme-light .home-bento__tile{background:rgba(255,255,255,.7);border-color:rgba(124,58,237,.2)}html.theme-light .home-bento__tile:hover{background:rgba(255,255,255,.9);border-left-color:#7c3aed}html.theme-light .home-bento__title{color:#1e293b}html.theme-light .home-bento__tile:hover .home-bento__title{color:#5b21b6}html.theme-light .home-bento__meta{color:#64748b}html.theme-light .home-bento__tag{color:#5b21b6;background:rgba(124,58,237,.12)}html.theme-light .home-more__link{color:#7c3aed;border-bottom-color:rgba(124,58,237,.4)}html.theme-light .home-more__link:hover{color:#5b21b6;border-bottom-color:#7c3aed}html.theme-light .home-intro{color:#334155}html.theme-light .posts-page__intro{color:#334155}html.theme-light .posts-timeline::before{opacity:.5}html.theme-light .posts-timeline__item::before{background:#a78bfa;border-color:#f8fafc;box-shadow:0 0 0 2px #a78bfa}html.theme-light .posts-timeline__item:hover::before{background:#7c3aed;box-shadow:0 0 0 4px #7c3aed}html.theme-light .posts-timeline__link:hover{background:rgba(124,58,237,8%)}html.theme-light .posts-timeline__day{color:#0d9488}html.theme-light .posts-timeline__month,html.theme-light .posts-timeline__year{color:#64748b}html.theme-light .posts-timeline__title{color:#1e293b}html.theme-light .posts-timeline__link:hover .posts-timeline__title{color:#5b21b6}html.theme-light .posts-timeline__excerpt{color:#64748b}html.theme-light .posts-timeline__tag{color:#5b21b6;background:rgba(124,58,237,.12);border-color:rgba(124,58,237,.3)}html.theme-light .posts-timeline__arrow{color:#7c3aed}html.theme-light .posts-page__empty-icon{background:rgba(124,58,237,.12);border-color:rgba(124,58,237,.35);color:#7c3aed}html.theme-light .posts-page__empty h2{color:#1e293b}html.theme-light .posts-page__empty p{color:#64748b}html.theme-light .site-footer p,html.theme-light .site-footer a{color:#475569}html.theme-light .site-footer a:hover{color:#7c3aed}html.theme-light .site-footer h4{color:#0d9488}html.theme-light p code{color:#0d9488;background:rgba(13,148,136,.12)}html.theme-light p a{color:#7c3aed}html.theme-light p a:hover{color:#5b21b6}html.theme-light blockquote p{color:#475569}html.theme-light h2{color:#0d9488}html.theme-light h3{color:#7c3aed}html.theme-light h4{color:#b45309}html.theme-light .post-page nav{border-top-color:rgba(0,0,0,.1)}html.theme-light .post-page nav a{color:#0d9488}html.theme-light .post-page nav a:hover{color:#0f766e}html.theme-light .post-page .tag-pill{color:#5b21b6;background:rgba(124,58,237,.15);border-color:rgba(124,58,237,.35)}html.theme-light .post-page .tag-pill:hover{background:rgba(124,58,237,.25)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.home-page{@apply px-4 sm:px-6 lg:px-8 py-12 lg:py-20;max-width:64rem;margin-left:auto;margin-right:auto}.home-hero{@apply mb-14 lg:mb-20;text-align:center}.home-hero__label{font-size:.75rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:#67e8f9;margin-bottom:.5rem;opacity:.95}.home-hero__title{@apply text-4xl sm:text-5xl lg:text-6xl font-bold tracking-tight;line-height:1.4}.home-hero__tagline{@apply mt-4 text-lg sm:text-xl max-w-2xl mx-auto;color:var(--color-text-on-dark)}.home-intro{@apply mb-14}.home-intro p{@apply mt-2}.home-spotlight{@apply mb-14 lg:mb-20}.home-spotlight__link{display:block;position:relative;text-decoration:none;color:inherit;padding:1.75rem 1.5rem 1.75rem 2rem;border-radius:0 1rem 1rem 0;background:rgba(30,27,75,.6);border:1px solid rgba(167,139,250,.25);border-left:4px solid transparent;transition:border-color .2s ease,background .2s ease,transform .2s ease}.home-spotlight__link:hover{background:rgba(49,46,129,.5);border-left-color:#a78bfa;transform:translateX(6px)}.home-spotlight__accent{position:absolute;left:0;top:0;bottom:0;width:4px;border-radius:4px 0 0 4px;background:linear-gradient(180deg,#67e8f9,#a78bfa);opacity:0;transition:opacity .2s ease}.home-spotlight__link:hover .home-spotlight__accent{opacity:1}.home-spotlight__content{display:flex;flex-direction:column;gap:.35rem}.home-spotlight__meta{font-size:.8125rem;color:var(--color-text-on-dark-muted)}.home-spotlight__dot{@apply mx-1.5;opacity:.7}.home-spotlight__title{font-size:1.5rem;font-weight:700;color:var(--color-text-on-dark-heading);line-height:1.3;transition:color .2s ease}.home-spotlight__link:hover .home-spotlight__title{color:#c4b5fd}.home-spotlight__excerpt{font-size:.9375rem;color:var(--color-text-on-dark-muted);line-height:1.5;margin-top:.25rem}.home-spotlight__cta{font-size:.875rem;font-weight:600;color:#a78bfa;margin-top:.5rem;transition:transform .2s ease,color .2s ease}.home-spotlight__link:hover .home-spotlight__cta{color:#c4b5fd;transform:translateX(4px)}.home-bento__heading{font-size:.75rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:var(--color-text-on-dark-muted);margin-bottom:1.25rem}.home-bento__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}@media(max-width:639px){.home-bento__grid{grid-template-columns:1fr}}.home-bento__tile{min-height:4.5rem;display:flex;border-radius:0 .75rem .75rem 0;border:1px solid rgba(167,139,250,.2);border-left:3px solid rgba(167,139,250,.5);background:rgba(15,10,31,.4);transition:background .2s ease,border-color .2s ease,transform .2s ease}.home-bento__tile:hover{background:rgba(30,27,75,.5);border-left-color:#67e8f9;transform:translateX(3px)}.home-bento__link{display:flex;flex-direction:column;justify-content:space-between;height:100%;min-height:inherit;padding:1rem 1.25rem;text-decoration:none;color:inherit;min-width:0;box-sizing:border-box}.home-bento__title{font-size:1rem;font-weight:600;color:var(--color-text-on-dark-heading);line-height:1.35;display:block;transition:color .2s ease;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.home-bento__tile:hover .home-bento__title{color:#67e8f9}.home-bento__meta{display:flex;align-items:center;gap:.5rem;margin-top:.5rem;padding-top:.35rem;font-size:.75rem;color:var(--color-text-on-dark-muted);flex-shrink:0}.home-bento__tag{padding:.15rem .4rem;border-radius:.25rem;background:rgba(167,139,250,.2);color:#c4b5fd;font-weight:500}.home-more{@apply mt-12 text-center}.home-more__link{display:inline-block;font-weight:600;font-size:.9375rem;color:#a78bfa;text-decoration:none;padding:.5rem 0;border-bottom:2px solid rgba(167,139,250,.5);transition:color .2s ease,border-color .2s ease}.home-more__link:hover{color:#c4b5fd;border-bottom-color:#a78bfa}.home-recent{@apply mt-14}.home-recent__heading{font-size:.75rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:var(--color-text-on-dark-muted);margin-bottom:1rem}.home-recent__list{list-style:none;padding:0;margin:0}.home-recent__list li{border-bottom:1px solid rgba(255,255,255,6%)}.home-recent__list li:last-child{border-bottom:none}.home-recent__link{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;padding:.75rem 0;text-decoration:none;color:inherit;transition:color .15s ease}.home-recent__link:hover{color:#67e8f9}.home-recent__title{font-weight:500;color:var(--color-text-on-dark-heading);flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.home-recent__link:hover .home-recent__title{color:#67e8f9}.home-recent__date{font-size:.8125rem;color:var(--color-text-on-dark-muted);flex-shrink:0}.home-recent__more{margin-top:1.25rem;font-size:.9375rem}.home-recent__more a{color:#a78bfa;text-decoration:none;font-weight:500}.home-recent__more a:hover{color:#c4b5fd;text-decoration:underline}html.theme-light .home-recent__heading{color:#64748b}html.theme-light .home-recent__list li{border-bottom-color:rgba(0,0,0,8%)}html.theme-light .home-recent__title{color:#1e293b}html.theme-light .home-recent__link:hover .home-recent__title{color:#0d9488}html.theme-light .home-recent__date{color:#64748b}html.theme-light .home-recent__more a{color:#7c3aed}html.theme-light .home-recent__more a:hover{color:#5b21b6}.tags-page{@apply px-4 sm:px-6 lg:px-8 py-12}.tags-page__inner{max-width:40rem;margin-left:auto;margin-right:auto}.tags-page__header{@apply mb-8}.tags-page__title{@apply text-3xl font-bold}.tags-page__intro{@apply mt-2}.tags-page__search-wrap{@apply mb-6}.tags-page__search{width:100%;padding:.5rem .75rem;font-size:.875rem;border-radius:.5rem;border:1px solid rgba(167,139,250,.35);background:rgba(15,10,31,.5);color:var(--color-text-on-dark-heading);transition:border-color .15s ease,background .15s ease}.tags-page__search::placeholder{color:var(--color-text-on-dark-muted)}.tags-page__search:hover{border-color:rgba(167,139,250,.5)}.tags-page__search:focus{outline:none;border-color:#a78bfa;background:rgba(30,27,75,.5);box-shadow:0 0 0 2px rgba(167,139,250,.25)}.tags-page__list{display:flex;flex-wrap:wrap;justify-content:space-between;width:100%;margin:-.75rem 0}.tags-page__tag{display:inline-flex;align-items:baseline;gap:.15rem;margin:.75rem .5rem .75rem 0;padding:.2rem .5rem;font-size:.8125rem;text-decoration:none;border-radius:.25rem;background:rgba(167,139,250,.15);border:1px solid rgba(167,139,250,.3);color:#c4b5fd;transition:background .15s ease,border-color .15s ease,color .15s ease}.tags-page__tag:last-child{margin-right:0}.tags-page__tag:hover{background:rgba(167,139,250,.25);border-color:#a78bfa;color:#e9d5ff}.tags-page__hash{font-weight:600;opacity:.9}.tags-page__name{font-weight:500}.tags-page__count{font-size:.6875rem;opacity:.85;color:var(--color-text-on-dark-muted);margin-left:.15rem}.tags-page__tag:hover .tags-page__count{color:var(--color-text-on-dark)}.tags-page__no-results{font-size:.875rem;color:var(--color-text-on-dark-muted)}.tags-page__no-results.hidden{display:none}.tags-page__empty{@apply py-8}html.theme-light .tags-page__search{background:rgba(255,255,255,.9);border-color:rgba(124,58,237,.3);color:#1e293b}html.theme-light .tags-page__search::placeholder{color:#64748b}html.theme-light .tags-page__search:focus{background:#fff;border-color:#7c3aed;box-shadow:0 0 0 2px rgba(124,58,237,.2)}html.theme-light .tags-page__tag{background:rgba(124,58,237,.1);border-color:rgba(124,58,237,.25);color:#5b21b6}html.theme-light .tags-page__tag:hover{background:rgba(124,58,237,.18);border-color:#7c3aed;color:#4c1d95}html.theme-light .tags-page__count{color:#64748b}html.theme-light .tags-page__tag:hover .tags-page__count{color:#475569}html.theme-light .tags-page__intro{color:#64748b}html.theme-light .tags-page__no-results{color:#64748b}html.theme-light .tags-page__empty p{color:#64748b}.posts-page{@apply px-4 sm:px-6 lg:px-8 py-12 lg:py-16}.posts-page__inner{max-width:52rem;margin-left:auto;margin-right:auto}.posts-page__header{@apply mb-14}.posts-page__title{@apply text-4xl sm:text-5xl font-bold mb-4 tracking-tight}.posts-page__intro{@apply text-lg;color:var(--color-text-on-dark)}.posts-page__intro p{@apply mt-2}.posts-timeline{position:relative;list-style:none;padding:0;margin:0}.posts-timeline::before{content:"";position:absolute;left:.375rem;top:.5rem;bottom:.5rem;width:2px;background:linear-gradient(180deg,#67e8f9 0%,#a78bfa 50%,#f472b6 100%);border-radius:2px;opacity:.7}.posts-timeline__item{position:relative;padding-left:3rem;padding-bottom:2.25rem}.posts-timeline__item:last-child{padding-bottom:0}.posts-timeline__item::before{content:"";position:absolute;left:0;top:.4rem;width:.75rem;height:.75rem;border-radius:50%;background:#a78bfa;border:3px solid rgba(12,18,34,.95);box-shadow:0 0 0 2px #a78bfa;z-index:1;transition:transform .2s ease,box-shadow .2s ease}.posts-timeline__item:hover::before{transform:scale(1.2);box-shadow:0 0 0 4px #a78bfa,0 0 16px rgba(167,139,250,.5);background:#c4b5fd}.posts-timeline__link{display:block;text-decoration:none;color:inherit;padding:1rem;margin:-.5rem -.5rem -.5rem 0;border-radius:.5rem;transition:background .15s ease;min-width:0}.posts-timeline__link:hover{background:rgba(167,139,250,8%)}.posts-timeline__link:focus-visible{outline:2px solid #a78bfa;outline-offset:4px}.posts-timeline__date{display:flex;flex-wrap:wrap;align-items:baseline;gap:.25rem .5rem;margin-bottom:.35rem}.posts-timeline__day{font-variant-numeric:tabular-nums;font-weight:700;font-size:1.125rem;color:#67e8f9;line-height:1.2}.posts-timeline__month{font-size:.8125rem;font-weight:500;color:var(--color-text-on-dark-muted);text-transform:uppercase;letter-spacing:.05em}.posts-timeline__year{font-size:.75rem;color:var(--color-text-on-dark-muted);opacity:.9}.posts-timeline__body{display:block;min-width:0;overflow:hidden}.posts-timeline__title{display:block;font-size:1.25rem;font-weight:600;color:var(--color-text-on-dark-heading);line-height:1.35;transition:color .15s ease;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.posts-timeline__link:hover .posts-timeline__title{color:#c4b5fd}.posts-timeline__excerpt{display:block;margin-top:.25rem;font-size:.9375rem;color:var(--color-text-on-dark-muted);line-height:1.5}.posts-timeline__meta{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;margin-top:.5rem}.posts-timeline__tag{font-size:.6875rem;font-weight:500;text-transform:uppercase;letter-spacing:.06em;padding:.2rem .5rem;border-radius:.25rem;background:rgba(167,139,250,.2);color:#c4b5fd;border:1px solid rgba(167,139,250,.35)}.posts-timeline__arrow{font-size:1rem;font-weight:600;color:#a78bfa;opacity:.8;transition:transform .15s ease}.posts-timeline__link:hover .posts-timeline__arrow{transform:translateX(4px);opacity:1}.posts-page__empty{@apply text-center py-16}.posts-page__empty-icon{@apply inline-flex items-center justify-center w-20 h-20 rounded-full mb-4;background:rgba(167,139,250,.15);border:2px solid rgba(167,139,250,.35);color:#a78bfa}.posts-page__empty h2{@apply text-xl font-semibold mb-2}.posts-page__empty p{color:var(--color-text-on-dark-muted)}.post-summary{@apply text-lg;margin-top:.5rem;margin-bottom:1.5rem;color:var(--color-text-on-dark-muted)}html.theme-light .post-summary{color:#64748b}letter{color:#4169e1;font-size:1.2em;font-weight:700;line-height:1}.posts-timeline__link letter{color:#000;font-size:1em;font-weight:500;line-height:.5}p{margin-bottom:20px}