:root{--grey:#e9e9ed;--red:red;--green:green;--orange:orange;--border-radius:.5rem;--machine-pseudo-min-size:500px;--machines-max-size:70vw}body{font-family:sans-serif;line-height:inherit;margin:0;padding:0}.responsive-size{width:100vw;max-width:clamp(var(--machine-pseudo-min-size),max(var(--machine-pseudo-min-size),var(--machines-max-size)),100vw);box-sizing:border-box;padding:20px}.rounding{border-radius:.75rem}.hidden{visibility:hidden}.machines{grid-gap:1.5rem;grid-template-columns:repeat(1,1fr);justify-content:center;padding-left:0;display:grid}@media (min-width:800px){.machines{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width:800px) and (max-width:1100px){.machines{grid-template-columns:repeat(2,1fr)}.responsive-size{max-width:100vw}}@media (min-width:1100px) and (max-width:1500px){.machines{grid-template-columns:repeat(2,1fr)}}.machine{text-align:center;border-style:solid;border-color:var(--grey);flex-direction:column;flex:300px;list-style:none;display:flex}.machine_color_band{border-top-left-radius:var(--border-radius);border-top-right-radius:var(--border-radius);width:100%;height:1rem}.machine_mid{flex-direction:column;flex:1;padding:2rem;display:flex}.machine_mid_name{color:gray;margin-top:1.5rem;font-weight:500}.machine_mid_state{flex-direction:column;flex-grow:1;justify-content:space-between;margin-top:.25rem;display:flex}.machine_mid_state_holder{margin:0}.machine_mid_state_state{border-radius:9999px;padding:.25rem .5rem;font-size:.75rem;font-weight:500;line-height:1rem}.machine_mid_state_time{color:gray;margin-top:.75rem;font-size:.875rem;line-height:1.25rem}.machine_bottom_to_empty_form{border-bottom-left-radius:var(--border-radius);border-bottom-right-radius:var(--border-radius);width:100%}.machine_bottom_to_empty_div{flex:1;width:100%;display:flex}.machine_bottom_to_empty,.machine_bottom_to_repair{text-transform:none;text-align:center;border-bottom-left-radius:var(--border-radius);border-bottom-right-radius:var(--border-radius);border-width:1px;border-color:#0000;flex:1;justify-content:center;align-items:center;width:100%;margin:0;padding:1rem 0;font-size:.875rem;font-weight:500;line-height:1.25rem;display:inline-flex;position:relative;transform:none}.red{color:var(--red)}.bg_red{background-color:var(--red)}.bg_green{background-color:var(--green)}.bg_orange{background-color:var(--orange)}.green{color:var(--green)}.transplink{color:#000;text-decoration:none}.centered{justify-content:center;display:flex}.container{flex-wrap:wrap;display:flex}.heading{margin:0;font-size:24px;line-height:1}.last-activity{color:gray;align-items:flex-end;margin:0;padding-left:10px;font-size:16px;display:flex}