@import "tailwindcss";@theme{--color-flash-pink: #b8956a;
  --color-flash-cyan: #c8dadf;
  --color-flash-magenta: #8b7355;
  --color-flash-yellow: #d4c4a8;
  --color-flash-orange: #a67c52;
  --color-flash-blue: #a3bcc6;
  --color-flash-violet: #6b5d4f;
  --color-bg-deep: #121414;
  --color-bg-card: #fafaf9;
  --color-text-on-dark: #e8e8ed;
  --color-text-on-dark-muted: #c4c4cc;
  --color-text-on-dark-heading: #fafafa;
  --color-text-on-card: #0c0a09;
  --color-text-on-card-muted: #44403c;
  --font-display: "Instrument Sans", system-ui, sans-serif;
}@import 'https://fonts.googleapis.com/css2?family=Instrument+Sans:wght@400;500;600;700&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:var(--color-text-on-dark);background:linear-gradient(165deg,#141518 0%,#1a1c20 42%,#161719 100%);background-attachment:fixed}html.theme-dark .site-header{background:rgba(22,23,26,.92);border-bottom:1px solid rgba(255,255,255,8%);box-shadow:0 1px rgba(255,255,255,4%)}html.theme-dark .site-footer{background:rgba(20,21,24,.85);border-top:1px solid rgba(255,255,255,8%)}html.theme-dark .site-header,html.theme-dark .site-footer{backdrop-filter:blur(24px)}html.theme-light .site-body{color:#292524;background:linear-gradient(165deg,#fafaf9 0%,#f5f4f1 55%,#eeede8 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:#e8dcc8}html.theme-dark .theme-toggle:hover{background:rgba(255,255,255,.12);color:#faf7f2}html.theme-light .theme-toggle{color:#44403c}html.theme-light .theme-toggle:hover{background:rgba(41,37,36,.12);color:#0c0a09}.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:#e8dcc8}html.theme-light .theme-mobile-menu-btn{color:#44403c}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,#a67c52,#8b7355);color:#fafaf9;box-shadow:0 2px 12px rgba(0,0,0,.2)}.btn-primary:hover{transform:translateY(-1px);box-shadow:0 4px 16px rgba(0,0,0,.25)}.btn-secondary{@apply font-medium py-2 px-4 rounded-xl transition-all duration-200;background:rgba(255,255,255,.1);color:#dcebef;border:1px solid rgba(200,218,223,.55)}.btn-secondary:hover{background:rgba(220,235,239,.14);border-color:#dcebef}.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,#fafaf9 0%,#f5f4f1 100%);border:1px solid rgba(120,113,108,.2);border-left:4px solid transparent;border-left-color:#b8956a;box-shadow:0 2px 16px rgba(28,25,23,6%),0 1px rgba(255,255,255,.5)inset;color:var(--color-text-on-card)}.card:hover{transform:translateY(-2px)translateX(2px);border-left-width:6px;border-left-color:#8b7355;box-shadow:0 8px 28px rgba(28,25,23,.1),0 1px rgba(255,255,255,.5)inset;background:linear-gradient(135deg,#f5f4f1 0%,#eeede8 100%)}.gradient-text{background:linear-gradient(135deg,#fafafa 0%,#ebe6dc 40%,#efeadf 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}html.theme-light .gradient-text{background:linear-gradient(135deg,#0c0a09 0%,#292524 45%,#57534e 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.nav-link{@apply font-medium transition-all duration-200 text-lg;color:var(--color-text-on-dark-heading)}.nav-link:hover{color:#f5ebe0}.nav-link.active{color:#f0e6d8;font-weight:600}}h2{@apply text-2xl my-4 font-bold;color:var(--color-text-on-dark-heading)}@layer components{h3{@apply text-xl my-4 font-bold;color:#f2ebe3}}h4{@apply my-4 font-bold;color:#ead9c5}p{@apply mt-2 text-justify}code,kbd,pre,samp{overflow:auto}p code{color:#dff4fc;@apply text-base font-semibold;background:rgba(223,244,252,.12);@apply px-1.5 py-0.5 rounded}p a{color:#fdeedb;@apply underline text-base font-medium;text-underline-offset:3px}p a:hover{color:#fff}.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:#121416!important;color:#f5f5f4}.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 rgba(184,149,106,.7);color:var(--color-text-on-dark)}article li{@apply list-disc ml-6}body{@apply text-[18px]}html.theme-dark .prose{--tw-prose-body:var(--color-text-on-dark);--tw-prose-headings:var(--color-text-on-dark-heading);--tw-prose-links:#fdeedb;--tw-prose-bold:var(--color-text-on-dark-heading);--tw-prose-code:#dff4fc}.tag-pill{@apply px-3 py-1 text-sm font-medium rounded-full transition-all duration-200;background:rgba(240,230,216,.14);color:#fdf6eb;border:1px solid rgba(240,230,216,.38)}.tag-pill:hover{background:rgba(240,230,216,.22);border-color:rgba(255,252,247,.55);transform:scale(1.03)}.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:#57534e}.card a{color:#1d4ed8;font-weight:600}.card a:hover{color:#1e3a8a}.card .tag-pill{background:#e7e5e4;color:#44403c;border-color:#d6d3d1}.card .tag-pill:hover{background:#d6d3d1;color:#292524;border-color:#b8956a}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:#fdeedb}html.theme-dark .post-page .prose a:hover{color:#fff}html.theme-dark .post-page .prose code{color:#dff4fc;background:rgba(223,244,252,.12)}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:var(--color-text-on-dark-muted)}html.theme-light .nav-link{color:#44403c}html.theme-light .nav-link:hover{color:#0c0a09;text-shadow:none}html.theme-light .nav-link.active{color:#0c0a09;font-weight:600;text-shadow:none}html.theme-light .prose{--tw-prose-body:#292524;--tw-prose-headings:#0c0a09;--tw-prose-links:#1d4ed8;--tw-prose-bold:#0c0a09;--tw-prose-code:#44403c}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:#292524}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:#292524}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:#0c0a09}html.theme-light .post-page .prose a{color:#1d4ed8}html.theme-light .post-page .prose a:hover{color:#1e40af}html.theme-light .post-page .prose code{color:#44403c;background:rgba(68,64,60,.1)}html.theme-light .post-page .prose blockquote p,html.theme-light .post-page .prose blockquote{color:#44403c}html.theme-light .post-page header .text-slate-400{color:#57534e}html.theme-light .text-slate-300{color:#292524}html.theme-light .text-slate-400{color:#57534e}html.theme-light .text-slate-500{color:#57534e}html.theme-light .text-on-dark-heading{color:#0c0a09}html.theme-light .text-on-dark-muted{color:#57534e}html.theme-light .home-hero__label{color:#57534e}html.theme-light .home-hero__tagline{color:#44403c}html.theme-light .home-spotlight__link{background:rgba(255,255,255,.85);border-color:rgba(120,113,108,.25)}html.theme-light .home-spotlight__link:hover{background:rgba(248,250,252,.95)}html.theme-light .home-spotlight__meta{color:#57534e}html.theme-light .home-spotlight__title{color:#0c0a09}html.theme-light .home-spotlight__link:hover .home-spotlight__title{color:#44403c}html.theme-light .home-spotlight__excerpt{color:#57534e}html.theme-light .home-spotlight__cta{color:#57534e}html.theme-light .home-spotlight__link:hover .home-spotlight__cta{color:#44403c}html.theme-light .home-bento__heading{color:#57534e}html.theme-light .home-bento__tile{background:rgba(255,255,255,.7);border-color:rgba(120,113,108,.2)}html.theme-light .home-bento__tile:hover{background:rgba(255,255,255,.9);border-left-color:#57534e}html.theme-light .home-bento__title{color:#0c0a09}html.theme-light .home-bento__tile:hover .home-bento__title{color:#44403c}html.theme-light .home-bento__meta{color:#57534e}html.theme-light .home-bento__tag{color:#44403c;background:rgba(120,113,108,.12)}html.theme-light .home-more__link{color:#57534e;border-bottom-color:rgba(120,113,108,.4)}html.theme-light .home-more__link:hover{color:#44403c;border-bottom-color:#57534e}html.theme-light .home-intro{color:#292524}html.theme-light .posts-page__intro{color:#292524}html.theme-light .posts-timeline::before{opacity:.72}html.theme-light .posts-timeline__item::before{background:#b8956a;border-color:#f8fafc;box-shadow:0 0 0 2px #b8956a}html.theme-light .posts-timeline__item:hover::before{background:#57534e;box-shadow:0 0 0 4px #57534e}html.theme-light .posts-timeline__link:hover{background:rgba(120,113,108,8%)}html.theme-light .posts-timeline__day{color:#57534e}html.theme-light .posts-timeline__month,html.theme-light .posts-timeline__year{color:#57534e}html.theme-light .posts-timeline__title{color:#0c0a09}html.theme-light .posts-timeline__link:hover .posts-timeline__title{color:#0c0a09}html.theme-light .posts-timeline__excerpt{color:#57534e}html.theme-light .posts-timeline__tag{color:#44403c;background:rgba(120,113,108,.12);border-color:rgba(120,113,108,.3)}html.theme-light .posts-timeline__arrow{color:#57534e}html.theme-light .posts-page__empty-icon{background:rgba(120,113,108,.12);border-color:rgba(120,113,108,.35);color:#57534e}html.theme-light .posts-page__empty h2{color:#0c0a09}html.theme-light .posts-page__empty p{color:#57534e}html.theme-light .site-footer p,html.theme-light .site-footer a{color:#44403c}html.theme-light .site-footer a:hover{color:#57534e}html.theme-light .site-footer h4{color:#57534e}html.theme-light p code{color:#44403c;background:rgba(120,113,108,.1)}html.theme-light p a{color:#57534e}html.theme-light p a:hover{color:#44403c}html.theme-light blockquote p{color:#44403c}html.theme-light h2{color:#57534e}html.theme-light h3{color:#57534e}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:#57534e}html.theme-light .post-page nav a:hover{color:#0c0a09}html.theme-light .post-page .tag-pill{color:#44403c;background:rgba(120,113,108,.15);border-color:rgba(120,113,108,.35)}html.theme-light .post-page .tag-pill:hover{background:rgba(120,113,108,.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:#d6e8f0;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(38,36,33,.6);border:1px solid rgba(184,149,106,.25);border-left:4px solid transparent;transition:border-color .2s ease,background .2s ease,transform .2s ease}.home-spotlight__link:hover{background:rgba(48,45,42,.5);border-left-color:#b8956a;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,#d6e8f0,#b8956a);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:#fff}.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:wheat;margin-top:.5rem;transition:transform .2s ease,color .2s ease}.home-spotlight__link:hover .home-spotlight__cta{color:#fff;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(184,149,106,.2);border-left:3px solid rgba(184,149,106,.5);background:rgba(22,21,20,.4);transition:background .2s ease,border-color .2s ease,transform .2s ease}.home-bento__tile:hover{background:rgba(38,36,33,.5);border-left-color:#d6e8f0;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:#d6e8f0}.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(184,149,106,.2);color:#fdf6eb;font-weight:500}.home-more{@apply mt-12 text-center}.home-more__link{display:inline-block;font-weight:600;font-size:.9375rem;color:wheat;text-decoration:none;padding:.5rem 0;border-bottom:2px solid rgba(245,222,179,.65);transition:color .2s ease,border-color .2s ease}.home-more__link:hover{color:#fff;border-bottom-color:#fdf6eb}.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:#d6e8f0}.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:#d6e8f0}.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:wheat;text-decoration:none;font-weight:500}.home-recent__more a:hover{color:#fff;text-decoration:underline}html.theme-light .home-recent__heading{color:#57534e}html.theme-light .home-recent__list li{border-bottom-color:rgba(0,0,0,8%)}html.theme-light .home-recent__title{color:#0c0a09}html.theme-light .home-recent__link:hover .home-recent__title{color:#57534e}html.theme-light .home-recent__date{color:#57534e}html.theme-light .home-recent__more a{color:#57534e}html.theme-light .home-recent__more a:hover{color:#44403c}.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(184,149,106,.35);background:rgba(22,21,20,.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(184,149,106,.5)}.tags-page__search:focus{outline:none;border-color:#b8956a;background:rgba(38,36,33,.5);box-shadow:0 0 0 2px rgba(184,149,106,.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(184,149,106,.15);border:1px solid rgba(184,149,106,.3);color:#fdf6eb;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(184,149,106,.25);border-color:#b8956a;color:#f5f0eb}.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(120,113,108,.3);color:#0c0a09}html.theme-light .tags-page__search::placeholder{color:#57534e}html.theme-light .tags-page__search:focus{background:#fff;border-color:#57534e;box-shadow:0 0 0 2px rgba(120,113,108,.2)}html.theme-light .tags-page__tag{background:rgba(120,113,108,.1);border-color:rgba(120,113,108,.25);color:#44403c}html.theme-light .tags-page__tag:hover{background:rgba(120,113,108,.18);border-color:#57534e;color:#1c1917}html.theme-light .tags-page__count{color:#57534e}html.theme-light .tags-page__tag:hover .tags-page__count{color:#44403c}html.theme-light .tags-page__intro{color:#57534e}html.theme-light .tags-page__no-results{color:#57534e}html.theme-light .tags-page__empty p{color:#57534e}.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,#d6e8f0 0%,#b8956a 55%,#e8cfa8 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:#b8956a;border:3px solid rgba(20,21,24,.95);box-shadow:0 0 0 2px #b8956a;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 #b8956a,0 0 16px rgba(184,149,106,.5);background:#fefcf9}.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(184,149,106,8%)}.posts-timeline__link:focus-visible{outline:2px solid #b8956a;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:#d6e8f0;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:#fff}.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(184,149,106,.2);color:#fdf6eb;border:1px solid rgba(184,149,106,.35)}.posts-timeline__arrow{font-size:1rem;font-weight:600;color:#b8956a;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(184,149,106,.15);border:2px solid rgba(184,149,106,.35);color:#b8956a}.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:#57534e}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}