main{line-height:1.65}main h1,main h2,main h3{margin-top:var(--margin-md);margin-bottom:var(--margin-xs )}main p{margin:0}main a{color:var(--color-fg-muted);text-decoration:underline;transition:color .2s}main a:hover,main a:focus{color:var(--color-fg)}main table{width:100%;border-collapse:collapse;border:1px solid var(--color-border);margin:1.25rem 0}main thead th{font-weight:600;color:var(--color-fg-muted);background:color-mix(in srgb,var(--color-bg) 96%,var(--color-fg) 4%)}main th,main td{border:1px solid var(--color-border);padding:.6rem .75rem;text-align:left;vertical-align:top}main tbody tr:nth-child(2n){background:color-mix(in srgb,var(--color-bg) 97%,var(--color-fg) 3%)}main table.table-fixed{table-layout:fixed}main table.table-fixed th,main table.table-fixed td{overflow-wrap:anywhere;word-break:break-word}.content-two-col{--two-col-height: auto;--two-col-mobile-media-height: var(--two-col-height);--two-col-gap: 1.5rem;--two-col-left-width: 1fr;--two-col-media-fit: cover;--two-col-media-radius: 6px;--two-col-crop-top: 0px;--two-col-crop-right: 0px;--two-col-crop-bottom: 0px;--two-col-crop-left: 0px;display:grid;grid-template-columns:minmax(0,var(--two-col-left-width)) minmax(0,1fr);gap:var(--two-col-gap);min-height:var(--two-col-height);height:auto;margin:1.5rem 0;align-items:stretch}.content-two-col__col{min-width:0;min-height:0;display:flex;flex-direction:column}.content-two-col__text{min-width:0}.content-two-col__html{min-width:0;height:100%}.content-two-col__text>:first-child{margin-top:0}.content-two-col__text>:last-child{margin-bottom:0}.content-two-col__text h2{margin:0 0 .5rem}.content-two-col__text p{margin:.5rem 0 0}.content-two-col__media{min-width:0;min-height:0;margin:0;height:var(--two-col-height);max-height:100%;overflow:hidden;border-radius:var(--two-col-media-radius);flex:0 0 auto}.content-two-col__media-inner{width:calc(100% + var(--two-col-crop-left) + var(--two-col-crop-right));height:calc(100% + var(--two-col-crop-top) + var(--two-col-crop-bottom));max-height:100%;margin-top:calc(var(--two-col-crop-top) * -1);margin-left:calc(var(--two-col-crop-left) * -1)}.content-two-col__media-element{width:100%;height:100%;max-width:100%;max-height:100%;object-fit:var(--two-col-media-fit);border-radius:inherit;display:block;margin:0}@media(max-width:900px){.content-two-col{grid-template-columns:1fr;height:auto}.content-two-col__media{height:var(--two-col-mobile-media-height);overflow:hidden}.content-two-col__media-inner{width:calc(100% + var(--two-col-crop-left) + var(--two-col-crop-right));height:calc(100% + var(--two-col-crop-top) + var(--two-col-crop-bottom));margin-top:calc(var(--two-col-crop-top) * -1);margin-left:calc(var(--two-col-crop-left) * -1)}}hr{border:none;border-top:1px solid var(--color-border);margin:1rem 0}.back-link{color:var(--color-fg-muted);text-decoration:none;font-size:.95rem;display:inline-flex;align-items:center;gap:.4rem;transition:color .2s}.back-link:hover,.back-link:focus{color:var(--color-fg)}.project-header{padding-top:1rem;margin-bottom:1.2rem;border-top:1px solid var(--color-border)}.project-header h1{color:var(--color-fg);font-weight:700;margin:0 0 .5rem;line-height:1.2}.project-subtitle{color:var(--color-fg-muted);font-size:1.1rem;font-weight:400;margin:0;line-height:1.4}.site-container{overflow-x:clip;overflow-y:visible}.project-meta{display:flex;flex-direction:column;gap:.8rem;padding-bottom:1.5rem}.meta-item{display:flex;flex-direction:column;gap:.2rem}.meta-label{font-size:.8rem;color:var(--color-fg-muted);font-weight:600;text-transform:uppercase;letter-spacing:.5px}.meta-value{font-size:1rem;color:var(--color-fg);font-weight:500}.tech-tags{display:flex;flex-direction:row;flex-wrap:wrap;gap:.4rem}.tech-tags span{font-size:.9rem;color:var(--color-fg-muted);border:1px solid var(--color-border);border-radius:4px;padding:.3rem .6rem;display:inline-block;width:fit-content}.project-toc{margin-top:0}.project-toc__title,.project-toc__summary{margin:0;padding:.9rem .8rem;font-size:.78rem;color:var(--color-fg-muted);font-weight:600;text-transform:uppercase;letter-spacing:.05em}.project-toc__title{border-bottom:1px solid var(--color-border)}.project-toc__summary{cursor:pointer;user-select:none;list-style:none}.project-toc__summary::-webkit-details-marker{display:none}.project-toc__summary:after{content:"+";float:right;font-weight:700}.project-toc[open] .project-toc__summary:after{content:"-"}.project-toc__list{list-style:none;margin:0;padding:.5rem 0}.project-toc__item{margin:0}.project-toc__item a{display:block;color:var(--color-fg-muted);text-decoration:none;font-size:.86rem;line-height:1.35;padding:.25rem .8rem;transition:color .22s ease,background-color .22s ease,transform .18s ease}.project-toc__item a:hover,.project-toc__item a:focus{color:var(--color-fg);background:color-mix(in srgb,var(--color-bg) 85%,var(--color-fg) 15%);transform:translate(2px)}.project-toc .project-toc__item a:hover,.project-toc .project-toc__item a:focus,.project-toc .project-toc__item a:focus-visible{padding-top:.25rem;padding-right:.8rem;padding-bottom:.25rem}.project-toc__link--active{color:var(--color-accent)!important;background:color-mix(in srgb,var(--color-bg) 80%,var(--color-accent) 20%);font-weight:600}.project-toc__item--depth-2,.project-toc__item--depth-3{margin-left:0}.project-toc__item--depth-2 a,.project-toc__item--depth-3 a{padding-left:.8rem}.project-toc__item--depth-3 a{font-size:.82rem;padding-left:.8rem}.project-toc__item--group{margin:0;padding:0}.project-toc__group{list-style:none;margin:0 0 0 1.5rem;padding:0 0 0 .8rem;position:relative}.project-toc__group:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:var(--color-border)}.project-toc__group li{margin:0}.project-toc__group a{padding-left:.5rem}.project-toc__item--sub-start:before{top:.25rem}.project-toc__item--sub-end:before{bottom:.25rem}.project-toc--desktop-sticky{position:sticky;top:0;z-index:1}.project-toc--desktop{max-height:calc(100vh - 2rem);overflow-y:auto;overflow-x:hidden}.project-toc--mobile{display:none}.main-section :is(h1,h2,h3){scroll-margin-top:1rem}@media(max-width:768px){.project-toc--desktop-sticky,.project-toc--desktop{display:none}.project-toc--mobile{display:block}.project-toc__link--active{color:var(--color-fg-muted)!important}}
