@layer quartz-base{@charset "UTF-8";.recent-notes{flex-direction:column;min-height:0;max-height:45vh;display:flex}.recent-notes>h3{text-transform:uppercase;letter-spacing:.05em;opacity:.7;flex-shrink:0;margin:0 0 .5rem;font-size:.9rem}.recent-notes>ul.recent-ul{scrollbar-width:thin;scrollbar-color:var(--lightgray) transparent;flex:1;margin:0;padding:0;list-style:none;overflow-y:auto}.recent-notes>ul.recent-ul::-webkit-scrollbar{width:4px}.recent-notes>ul.recent-ul::-webkit-scrollbar-track{background:0 0}.recent-notes>ul.recent-ul::-webkit-scrollbar-thumb{background-color:var(--lightgray);border-radius:2px}.recent-notes>ul.recent-ul>li.recent-li{border-bottom:1px solid var(--lightgray);align-items:flex-start;gap:.5rem;padding:.35rem 0;display:flex}.recent-notes>ul.recent-ul>li.recent-li:last-child{border-bottom:none}.recent-notes>ul.recent-ul>li.recent-li:before{content:"⊹";color:var(--secondary);flex-shrink:0;margin-top:1px;font-size:.75rem}.recent-notes>ul.recent-ul>li.recent-li .section{flex:1;min-width:0}.recent-notes>ul.recent-ul>li.recent-li .section>.desc>h3{text-overflow:ellipsis;white-space:nowrap;font-weight:500;line-height:1.3;overflow:hidden;margin:0!important;font-size:.8rem!important}.recent-notes>ul.recent-ul>li.recent-li .section>.desc>h3>a{color:var(--secondary);background-color:#0000;text-decoration:none}.recent-notes>ul.recent-ul>li.recent-li .section>.desc>h3>a:hover{text-decoration:underline}.recent-notes>ul.recent-ul>li.recent-li .section>.meta{opacity:.55;margin:.15rem 0 0;font-size:.7rem}.recent-notes>ul.recent-ul>li.recent-li .section>ul.tags{flex-wrap:wrap;gap:.25rem;margin:.25rem 0 0;padding:0;list-style:none;display:flex}.recent-notes>ul.recent-ul>li.recent-li .section>ul.tags>li>a.tag-link{background:var(--highlight);color:var(--secondary);border-radius:3px;padding:.1rem .35rem;font-size:.65rem;text-decoration:none}@media (max-width:768px){.recent-notes{display:none}}}