<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root{--key-color-1: #333;--card-background: white;--card-contrast: rgb(49, 51, 51);--box-shadow: 0 0 8px -2px rgb(0 0 0 / 40%)}.cmms-lostfound{display:flex;align-items:center;flex-direction:column;gap:1rem}.cmms-lostfound__list{display:grid;grid-template-columns:1fr;gap:1rem}@media all and (min-width: 960px){.cmms-lostfound__list{grid-template-columns:repeat(2, 1fr)}}.cmms-lostfound__item{position:relative;padding:1rem;box-shadow:var(--box-shadow);background-color:var(--card-background);color:var(--card-contrast);display:flex;gap:1rem;flex-direction:column}@media all and (min-width: 768px){.cmms-lostfound__item{flex-direction:row}}@media all and (min-width: 960px)and (max-width: 1024px){.cmms-lostfound__item{flex-direction:column}}.cmms-lostfound__item__image{position:relative;line-height:0;width:100%;max-width:200px;flex-shrink:0}.cmms-lostfound__item__image img{width:100%;height:auto}.cmms-lostfound__item__meta{width:100%}.cmms-lostfound__item__meta__row{position:relative;display:flex;gap:0 .25rem;padding:.125rem .25rem;border-radius:.125rem;overflow:hidden}.cmms-lostfound__item__meta__row:nth-of-type(odd)::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:var(--card-contrast);opacity:.1;pointer-events:none}.cmms-lostfound__item__meta__label,.cmms-lostfound__item__meta__title{position:relative}.cmms-lostfound__item__meta__label{min-width:100px;opacity:.8}.cmms-lostfound .button{align-self:center}</pre></body></html>