.paper-projects__list{flex-direction:column;gap:40px;width:min(100%,722px);margin:40px auto 0;display:flex}.paper-projects__item{flex-direction:column;gap:10px;margin:0;display:flex}.paper-projects__media{border-radius:var(--radius-media);aspect-ratio:722/488;background:#e8eaee;margin:0;line-height:0;overflow:hidden}.paper-projects__media img,.paper-projects__media video{object-fit:cover;width:100%;height:100%;display:block}.paper-projects__media--phone{justify-content:center;align-items:center;display:flex}.paper-projects__media--phone video{object-fit:contain;background:0 0;width:auto;max-width:70%;height:100%}.paper-projects__meta{justify-content:space-between;align-items:center;gap:16px;min-width:0;display:flex}.paper-projects__title{color:var(--home-ink,#2b2b2b);min-width:0;margin:0;font-size:18px;font-weight:500;line-height:1.4}.paper-projects__type{color:var(--home-muted,#5c5c5c);flex-shrink:0;font-size:14px;font-weight:400;line-height:1.4}.paper-projects__desc{color:var(--home-ink,#2b2b2b);width:fit-content;max-width:100%;margin:0;font-size:16px;font-weight:400;line-height:1.55}html[data-theme=dark] .paper-projects__media{background:#1c1c1c}@media (max-width:768px){.paper-projects__list{gap:32px;margin-top:28px}.paper-projects__media{border-radius:var(--radius-media)}.paper-projects__meta{flex-direction:column;align-items:flex-start;gap:4px}}
