.text-xs{font-size:.75rem;line-height:1rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-2xl{font-size:1.5rem;line-height:2rem}.grid{display:grid}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.space-y-1>*+*{margin-top:.25rem}.space-y-2>*+*{margin-top:.5rem}.space-y-4>*+*{margin-top:1rem}.max-w-md{max-width:28rem}.min-vh-100{min-height:100vh}.bg-muted{background-color:#2e2d2c}.bg-accent{background-color:rgba(173,113,64,.15)}.bg-primary-subtle{background-color:rgba(173,113,64,.1)}.bg-danger-subtle{background-color:rgba(196,61,75,.1)}.cursor-pointer{cursor:pointer}.whitespace-pre-wrap{white-space:pre-wrap}.break-all{word-break:break-all}.opacity-50{opacity:.5}.transition-colors{transition:color .15s ease,background-color .15s ease,border-color .15s ease}@keyframes spin{to{transform:rotate(1turn)}}.animate-spin{animation:spin 1s linear infinite}.group:hover .group-hover-visible{display:flex!important}a.hover-underline:hover,button.hover-underline:hover{text-decoration:underline}