@import"https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&family=Oxanium:wght@400;700&family=Arimo:wght@400;700&display=swap";:root{--font-roboto: "Roboto", sans-serif;--font-oxanium: "Oxanium", sans-serif;--font-arimo: "Arimo", sans-serif;--color-lab-red: #ff0000;--color-lab-blue: #0000ff;--color-lab-bg-gray: #f0f0f0;--space-sm: .5rem;--space-md: 1rem;--space-lg: 1.5rem}.tag-wrapper{display:flex;flex-wrap:wrap;gap:.2rem;justify-content:flex-start;align-items:center;width:97%;min-width:0}.tag-bubble{display:inline-flex;align-items:center;justify-content:center;padding:.15rem .25rem;border-radius:9999px;font-size:.8rem;line-height:1;font-family:var(--font-arimo);font-weight:500;letter-spacing:.01rem;background-color:transparent;color:#5b5b5d!important;border:1px solid rgba(0,0,0,.44)!important;text-decoration:none;transition:transform .08s ease,background-color .15s ease,border-color .15s ease}.tag-bubble:hover{transform:translateY(-1px);background-color:#0000000d!important;border-color:#000000d0!important;color:var(--color-lab-black)!important}.tag-bubble.active{background-color:var(--color-lab-blue-deep)!important;color:#e0e0e2!important}.tag-bubble--large{padding:.2rem .6rem!important;font-size:.85rem!important;line-height:1!important}.tagContainer{max-width:1200px;margin:0 auto;display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem}
